Skip to content

Commit

Permalink
feature(*) Upgrade Concerto, Markdown Transform and Ergo to latest al…
Browse files Browse the repository at this point in the history
…phas

Signed-off-by: Jerome Simeon <jeromesimeon@me.com>
  • Loading branch information
jeromesimeon committed Apr 19, 2021
1 parent 7f5c580 commit 55df964
Show file tree
Hide file tree
Showing 10 changed files with 158 additions and 98 deletions.
178 changes: 97 additions & 81 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 @@ -46,7 +46,7 @@
"@accordproject/cicero-engine": "0.22.0-alpha.4",
"@accordproject/cicero-test": "0.22.0-alpha.4",
"@accordproject/cicero-tools": "0.22.0-alpha.4",
"@accordproject/concerto-core": "1.0.0-alpha.6",
"@accordproject/concerto-core": "1.0.0-alpha.7",
"mkdirp": "0.5.1",
"uuid": "3.3.2",
"yargs": "13.2.4"
Expand Down
16 changes: 8 additions & 8 deletions packages/cicero-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@
"webpack-cli": "^3.3.5"
},
"dependencies": {
"@accordproject/concerto-core": "1.0.0-alpha.6",
"@accordproject/ergo-compiler": "0.22.0-alpha.4",
"@accordproject/ergo-engine": "0.22.0-alpha.4",
"@accordproject/markdown-cicero": "0.13.0-alpha.2",
"@accordproject/markdown-common": "0.13.0-alpha.2",
"@accordproject/markdown-html": "0.13.0-alpha.2",
"@accordproject/markdown-slate": "0.13.0-alpha.2",
"@accordproject/markdown-template": "0.13.0-alpha.2",
"@accordproject/concerto-core": "1.0.0-alpha.7",
"@accordproject/ergo-compiler": "0.22.0-alpha.6",
"@accordproject/ergo-engine": "0.22.0-alpha.6",
"@accordproject/markdown-cicero": "0.13.0-alpha.3",
"@accordproject/markdown-common": "0.13.0-alpha.3",
"@accordproject/markdown-html": "0.13.0-alpha.3",
"@accordproject/markdown-slate": "0.13.0-alpha.3",
"@accordproject/markdown-template": "0.13.0-alpha.3",
"axios": "0.21.1",
"debug": "4.1.0",
"ietf-language-tag-regex": "0.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/cicero-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@accordproject/cicero-core": "0.22.0-alpha.4",
"@accordproject/ergo-engine": "0.22.0-alpha.4",
"@accordproject/ergo-engine": "0.22.0-alpha.6",
"moment-mini": "2.22.1"
},
"license-check-config": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ abstract event Obligation identified {
--> Contract contract

/* The party that is obligated */
--> Party promisor optional
--> Participant promisor optional

/* The party that receives the performance */
--> Party promisee optional
--> Participant promisee optional

/* The time before which the obligation is fulfilled */
o DateTime deadline optional
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

namespace org.accordproject.ergo.options

concept Options {
o Boolean wrapVariables
o Boolean template
}

Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ abstract event Obligation identified {
--> Contract contract

/* The party that is obligated */
--> Party promisor optional
--> Participant promisor optional

/* The party that receives the performance */
--> Party promisee optional
--> Participant promisee optional

/* The time before which the obligation is fulfilled */
o DateTime deadline optional
Expand Down
Loading

0 comments on commit 55df964

Please sign in to comment.