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 to Concerto 1.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <jeromesimeon@me.com>
  • Loading branch information
jeromesimeon committed May 27, 2021
1 parent 6ec777e commit 5122e17
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion compiler/core/Version.v
Expand Up @@ -17,7 +17,7 @@
Require Import String.

Section Version.
Definition ergo_version := "0.21.9"%string.
Definition ergo_version := "0.22.1"%string.

End Version.

12 changes: 6 additions & 6 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
Expand Up @@ -28,7 +28,7 @@
],
"license": "Apache-2.0",
"devDependencies": {
"@accordproject/concerto-core": "1.0.0",
"@accordproject/concerto-core": "1.0.2",
"colors": "1.1.2",
"coveralls": "3.0.1",
"dayjs": "1.10.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/ergo-cli/extracted/ergoccore.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/ergo-cli/extracted/ergotopcore.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/ergo-compiler/extracted/compilercore.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/ergo-compiler/package.json
Expand Up @@ -27,7 +27,7 @@
"access": "public"
},
"dependencies": {
"@accordproject/concerto-core": "1.0.0",
"@accordproject/concerto-core": "1.0.2",
"acorn": "5.1.2",
"dayjs": "1.10.4",
"debug": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ergo-engine/package.json
Expand Up @@ -34,7 +34,7 @@
"index.browser.js"
],
"dependencies": {
"@accordproject/concerto-core": "1.0.0",
"@accordproject/concerto-core": "1.0.2",
"@accordproject/ergo-compiler": "0.22.0",
"dayjs": "1.10.4",
"vm2": "3.5.0"
Expand Down

0 comments on commit 5122e17

Please sign in to comment.