Skip to content

Commit

Permalink
chore(actions): publish v3.20.3 to npm
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
sanketshevkar authored Jan 17, 2025
1 parent 41d1ab0 commit 44df366
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 31 deletions.
32 changes: 16 additions & 16 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
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"name": "concerto",
"description": "Define and introspect data models",
"version": "3.20.1",
"version": "3.20.3",
"private": true,
"scripts": {
"coverage": "node ./scripts/coverage.js \"packages/concerto-*\" && nyc report -t coverage --cwd . --report-dir coverage --reporter=lcov && cat ./coverage/lcov.info",
Expand Down
6 changes: 3 additions & 3 deletions packages/concerto-analysis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/concerto-analysis",
"version": "3.20.1",
"version": "3.20.3",
"description": "Analysis of Concerto model files",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -31,11 +31,11 @@
"author": "accordproject.org",
"license": "Apache-2.0",
"dependencies": {
"@accordproject/concerto-core": "3.20.1",
"@accordproject/concerto-core": "3.20.3",
"semver": "7.6.3"
},
"devDependencies": {
"@accordproject/concerto-cto": "3.20.1",
"@accordproject/concerto-cto": "3.20.3",
"@types/semver": "7.5.8",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/concerto-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/concerto-core",
"version": "3.20.1",
"version": "3.20.3",
"description": "Core Implementation for the Concerto Modeling Language",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -64,9 +64,9 @@
"yargs": "17.7.2"
},
"dependencies": {
"@accordproject/concerto-cto": "3.20.1",
"@accordproject/concerto-cto": "3.20.3",
"@accordproject/concerto-metamodel": "3.11.0",
"@accordproject/concerto-util": "3.20.1",
"@accordproject/concerto-util": "3.20.3",
"dayjs": "1.11.13",
"debug": "4.3.7",
"lorem-ipsum": "2.0.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/concerto-cto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/concerto-cto",
"version": "3.20.1",
"version": "3.20.3",
"description": "Parser for Concerto CTO files",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"dependencies": {
"@accordproject/concerto-metamodel": "3.11.0",
"@accordproject/concerto-util": "3.20.1"
"@accordproject/concerto-util": "3.20.3"
},
"browserslist": "> 0.25%, not dead",
"nyc": {
Expand Down
6 changes: 3 additions & 3 deletions packages/concerto-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/concerto-types",
"version": "3.20.1",
"version": "3.20.3",
"description": "Types for the Concerto Modeling Language",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -33,8 +33,8 @@
"license": "Apache-2.0",
"devDependencies": {
"@accordproject/concerto-codegen": "3.30.1",
"@accordproject/concerto-core": "3.20.1",
"@accordproject/concerto-util": "3.20.1",
"@accordproject/concerto-core": "3.20.3",
"@accordproject/concerto-util": "3.20.3",
"eslint": "8.57.1",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/concerto-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/concerto-util",
"version": "3.20.1",
"version": "3.20.3",
"description": "Utilities for Concerto Modeling Language",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/concerto-vocabulary/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/concerto-vocabulary",
"version": "3.20.1",
"version": "3.20.3",
"description": "Associate human-readable text to model declarations",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"author": "accordproject.org",
"license": "Apache-2.0",
"devDependencies": {
"@accordproject/concerto-core": "3.20.1",
"@accordproject/concerto-core": "3.20.3",
"chai": "4.3.6",
"chai-as-promised": "7.1.1",
"chai-things": "0.2.0",
Expand Down

0 comments on commit 44df366

Please sign in to comment.