Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
chore(dep) Upgrade Concerto to 1.0.0-alpha6
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <jeromesimeon@me.com>
  • Loading branch information
jeromesimeon committed Apr 13, 2021
1 parent a08ad4a commit 473956e
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 44 deletions.
80 changes: 40 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"license": "Apache-2.0",
"devDependencies": {
"@accordproject/concerto-core": "1.0.0-alpha.5",
"@accordproject/concerto-core": "1.0.0-alpha.6",
"colors": "1.1.2",
"coveralls": "3.0.1",
"dayjs": "1.10.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/ergo-cli/extracted/ergotopcore.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ergo-compiler/lib/boxedCollections.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function boxColl(input) {
$coll: coll,
$length: input.length
};
} else if (typeof input === 'object' && !(typeof input.isBefore === 'function')) {
} else if (input && typeof input === 'object' && !(typeof input.isBefore === 'function')) {
if (Object.prototype.hasOwnProperty.call(input,'$class') &&
!Object.prototype.hasOwnProperty.call(input,'$data')) {
const theClass = [input.$class];
Expand Down
2 changes: 1 addition & 1 deletion packages/ergo-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"access": "public"
},
"dependencies": {
"@accordproject/concerto-core": "1.0.0-alpha.5",
"@accordproject/concerto-core": "1.0.0-alpha.6",
"acorn": "5.1.2",
"dayjs": "1.10.4",
"debug": "4.1.0",
Expand Down

0 comments on commit 473956e

Please sign in to comment.