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

Commit

Permalink
Merge 84c37e2 into 56b3538
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromesimeon committed Aug 24, 2021
2 parents 56b3538 + 84c37e2 commit 15c063d
Show file tree
Hide file tree
Showing 8 changed files with 1,707 additions and 1,449 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -43,7 +43,7 @@ common_steps: &common_steps
- run:
name: "Install Coq"
command: |
opam install -y -v coq.8.12.0 coq-flocq coq-jsast
opam install -y -v coq.8.12.2 coq-flocq coq-jsast
no_output_timeout: 30m
- run:
name: "Install Q*cert"
Expand Down
1,098 changes: 678 additions & 420 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
],
"license": "Apache-2.0",
"devDependencies": {
"@accordproject/concerto-core": "1.0.2",
"@accordproject/concerto-core": "1.1.2",
"colors": "1.1.2",
"coveralls": "3.0.1",
"dayjs": "1.10.4",
Expand Down
716 changes: 358 additions & 358 deletions packages/ergo-cli/extracted/ergoccore.js

Large diffs are not rendered by default.

622 changes: 311 additions & 311 deletions packages/ergo-cli/extracted/ergotopcore.js

Large diffs are not rendered by default.

712 changes: 356 additions & 356 deletions 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.2",
"@accordproject/concerto-core": "1.1.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.2",
"@accordproject/concerto-core": "1.1.2",
"@accordproject/ergo-compiler": "0.22.1",
"dayjs": "1.10.4",
"vm2": "3.5.0"
Expand Down

0 comments on commit 15c063d

Please sign in to comment.