Skip to content

Commit

Permalink
(chore) Upgrade to Ergo 0.5.4
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <[email protected]>
  • Loading branch information
jeromesimeon committed Nov 14, 2018
1 parent 33e9473 commit 08e2a1c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 26 deletions.
26 changes: 4 additions & 22 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 packages/cicero-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@accordproject/cicero-core": "0.9.5",
"@accordproject/cicero-engine": "0.9.5",
"@accordproject/ergo-compiler": "0.5.3",
"@accordproject/ergo-compiler": "0.5.4",
"composer-concerto": "0.60.0",
"uuid": "3.2.1",
"yargs": "9.0.1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"$class":"org.accordproject.latedeliveryandpenalty.TemplateModel","clauseId":"72d93891-f2fb-492b-b6c5-50f568851023","forceMajeure":true,"penaltyDuration":{"$class":"org.accordproject.time.Duration","amount":9,"unit":"days"},"penaltyPercentage":7,"capPercentage":2,"termination":{"$class":"org.accordproject.time.Duration","amount":2,"unit":"weeks"},"fractionalPart":"days"}
{"$class":"org.accordproject.latedeliveryandpenalty.TemplateModel","clauseId":"2a997d12-b5c6-4ff8-b83e-ee72a0d73cae","forceMajeure":true,"penaltyDuration":{"$class":"org.accordproject.time.Duration","amount":9,"unit":"days"},"penaltyPercentage":7,"capPercentage":2,"termination":{"$class":"org.accordproject.time.Duration","amount":2,"unit":"weeks"},"fractionalPart":"days"}
2 changes: 1 addition & 1 deletion packages/cicero-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@accordproject/ergo-compiler": "0.5.3",
"@accordproject/ergo-compiler": "0.5.4",
"acorn": "^5.1.2",
"axios": "0.17.1",
"composer-concerto": "0.60.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cicero-core/test/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe('Script', () => {
const script = new Script(modelManager,'test.ergo','.ergo',ergoSample);
script.getName().should.equal('test.ergo');
script.getContents().should.equal(ergoSample);
script.getTokens().length.should.equal(5080);
script.getTokens().length.should.equal(5256);
});

it('should fail to instantiate for empty script', async function() {
Expand Down

0 comments on commit 08e2a1c

Please sign in to comment.