Skip to content

Commit

Permalink
update codegen
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Selman <[email protected]>
  • Loading branch information
dselman committed May 9, 2024
1 parent 3e3e5ba commit f24429e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
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.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/template-engine",
"version": "2.5.9",
"version": "2.5.10",
"description": "Generation of AgreementMark from TemplateMark + JSON Data",
"homepage": "https://github.com/accordproject",
"engines": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"author": "accordproject.org",
"license": "Apache-2.0",
"dependencies": {
"@accordproject/concerto-codegen": "3.23.1-20240508111011",
"@accordproject/concerto-codegen": "3.23.1-20240509140139",
"@accordproject/concerto-core": "^3.16.8",
"@accordproject/concerto-util": "^3.16.8",
"@accordproject/markdown-common": "^0.16.22",
Expand All @@ -49,9 +49,9 @@
"dayjs": "1.11.10",
"jsonpath": "^1.1.1",
"tar": "^6.2.0",
"to-words": "^4.0.1",
"traverse": "^0.6.9",
"typescript": "^4.9.4",
"to-words": "^4.0.1"
"typescript": "^4.9.4"
},
"devDependencies": {
"@accordproject/markdown-html": "^0.16.22",
Expand Down

0 comments on commit f24429e

Please sign in to comment.