Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-es committed Oct 26, 2020
2 parents 5d199b8 + 0a2a0e1 commit ed3a003
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.0.1-alpha.3",
"version": "0.0.1-alpha.5",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atpar/protocol",
"version": "0.0.1-alpha.3",
"version": "0.0.1-alpha.5",
"description": "ACTUS Protocol smart contracts and typescript sdk",
"author": "jo-es <johannes.escherich+github@atpar.io>",
"homepage": "https://github.com/atpar/ap-monorepo#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/src/types/ACTUS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { STKEngine } from "./contracts/STKEngine";

// Union Types
export type UEngine = ANNEngine | CECEngine | CEGEngine | PAMEngine | CERTFEngine | STKEngine;
export type UTerms = ANNTerms | CECTerms | CEGTerms | PAMTerms | CERTFTerms;
export type UTerms = ANNTerms | CECTerms | CEGTerms | PAMTerms | CERTFTerms | STKTerms;

// schedule ids
export const NON_CYLIC_SCHEDULE_ID = '255';
Expand Down

0 comments on commit ed3a003

Please sign in to comment.