From c6f6210e768fb183609d591e266012a0f5d20cbf Mon Sep 17 00:00:00 2001 From: dselman Date: Thu, 26 Sep 2024 17:34:30 +0000 Subject: [PATCH] chore(actions): publish v3.19.2 to npm Signed-off-by: GitHub --- package-lock.json | 405 +++++++++++++++++++++- package.json | 6 +- packages/concerto-analysis/package.json | 4 +- packages/concerto-core/package.json | 2 +- packages/concerto-cto/package.json | 2 +- packages/concerto-types/package.json | 4 +- packages/concerto-util/package.json | 2 +- packages/concerto-vocabulary/package.json | 2 +- 8 files changed, 406 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8cc8db9f3..79b5f9419 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "concerto", - "version": "3.19.1", + "version": "3.19.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "concerto", - "version": "3.19.1", + "version": "3.19.2", "workspaces": [ "packages/concerto-analysis", "packages/concerto-core", @@ -12749,7 +12749,7 @@ }, "packages/concerto-analysis": { "name": "@accordproject/concerto-analysis", - "version": "3.19.1", + "version": "3.19.2", "license": "Apache-2.0", "dependencies": { "@accordproject/concerto-core": "3.19.1", @@ -12774,6 +12774,73 @@ "npm": ">=10" } }, + "packages/concerto-analysis/node_modules/@accordproject/concerto-core": { + "version": "3.19.1", + "resolved": "https://registry.npmjs.org/@accordproject/concerto-core/-/concerto-core-3.19.1.tgz", + "integrity": "sha512-mN4sv+zznI8zrPSzk5jpSKFG43r4sx5n7zGqjJLXsWtzjTZ/Q9cYOlJhF0mVBuL/R3MQxX8iMkR3yvI+YB4W7A==", + "license": "Apache-2.0", + "dependencies": { + "@accordproject/concerto-cto": "3.19.1", + "@accordproject/concerto-metamodel": "3.10.0", + "@accordproject/concerto-util": "3.19.1", + "dayjs": "1.11.10", + "debug": "4.3.4", + "lorem-ipsum": "2.0.8", + "randexp": "0.5.3", + "semver": "7.5.4", + "slash": "3.0.0", + "urijs": "1.19.11", + "uuid": "9.0.1" + }, + "engines": { + "node": ">=16", + "npm": ">=8" + } + }, + "packages/concerto-analysis/node_modules/@accordproject/concerto-cto": { + "version": "3.19.1", + "resolved": "https://registry.npmjs.org/@accordproject/concerto-cto/-/concerto-cto-3.19.1.tgz", + "integrity": "sha512-GfJsyrwNB1JhctMVwrxKJC5Ga3t24H9NrgEaK+BG+wxD5rih6JiI9H5dQBGXS9cQYymmuWeX+Me+vgWfwpJx4A==", + "license": "Apache-2.0", + "dependencies": { + "@accordproject/concerto-metamodel": "3.10.0", + "@accordproject/concerto-util": "3.19.1", + "path-browserify": "1.0.1" + }, + "engines": { + "node": ">=16", + "npm": ">=8" + } + }, + "packages/concerto-analysis/node_modules/@accordproject/concerto-util": { + "version": "3.19.1", + "resolved": "https://registry.npmjs.org/@accordproject/concerto-util/-/concerto-util-3.19.1.tgz", + "integrity": "sha512-Cp3XKjoE5+yRzyJDL/ycMBfAtMjEd5B0GJAPt72/tNAO2TDUFBexyjrUhpVjUWhHRVxQMFKuXQfgG6WMaL7g/A==", + "license": "Apache-2.0", + "dependencies": { + "@supercharge/promise-pool": "1.7.0", + "axios": "1.7.4", + "colors": "1.4.0", + "debug": "4.3.4", + "json-colorizer": "2.2.2", + "slash": "3.0.0" + }, + "engines": { + "node": ">=16", + "npm": ">=8" + } + }, + "packages/concerto-analysis/node_modules/axios": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", + "license": "MIT", + "dependencies": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, "packages/concerto-analysis/node_modules/brace-expansion": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", @@ -12783,6 +12850,23 @@ "balanced-match": "^1.0.0" } }, + "packages/concerto-analysis/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "license": "MIT", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, "packages/concerto-analysis/node_modules/foreground-child": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz", @@ -12837,6 +12921,12 @@ "url": "https://github.com/sponsors/isaacs" } }, + "packages/concerto-analysis/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "license": "MIT" + }, "packages/concerto-analysis/node_modules/rimraf": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-6.0.1.tgz", @@ -12883,7 +12973,7 @@ }, "packages/concerto-core": { "name": "@accordproject/concerto-core", - "version": "3.19.1", + "version": "3.19.2", "license": "Apache-2.0", "dependencies": { "@accordproject/concerto-cto": "3.19.1", @@ -12934,6 +13024,53 @@ "npm": ">=10" } }, + "packages/concerto-core/node_modules/@accordproject/concerto-cto": { + "version": "3.19.1", + "resolved": "https://registry.npmjs.org/@accordproject/concerto-cto/-/concerto-cto-3.19.1.tgz", + "integrity": "sha512-GfJsyrwNB1JhctMVwrxKJC5Ga3t24H9NrgEaK+BG+wxD5rih6JiI9H5dQBGXS9cQYymmuWeX+Me+vgWfwpJx4A==", + "license": "Apache-2.0", + "dependencies": { + "@accordproject/concerto-metamodel": "3.10.0", + "@accordproject/concerto-util": "3.19.1", + "path-browserify": "1.0.1" + }, + "engines": { + "node": ">=16", + "npm": ">=8" + } + }, + "packages/concerto-core/node_modules/@accordproject/concerto-cto/node_modules/@accordproject/concerto-metamodel": { + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/@accordproject/concerto-metamodel/-/concerto-metamodel-3.10.0.tgz", + "integrity": "sha512-xgBLwQGAHYeswIK3DlpvquT1NpTii9ETGQLqG4wpN3Ez/m8ymZXpTMFwS+pPu+pKDlX+T4+cZacewX60IecHmw==", + "license": "Apache-2.0", + "dependencies": { + "@accordproject/concerto-util": "3.16.9", + "@types/node": "20.7.0" + }, + "engines": { + "node": ">=14", + "npm": ">=6" + } + }, + "packages/concerto-core/node_modules/@accordproject/concerto-cto/node_modules/@accordproject/concerto-metamodel/node_modules/@accordproject/concerto-util": { + "version": "3.16.9", + "resolved": "https://registry.npmjs.org/@accordproject/concerto-util/-/concerto-util-3.16.9.tgz", + "integrity": "sha512-Q62s7a0zMCZMbOIybe20mnauB5+oqkwEeKlsrvg2QrkK0q3o7XvWkr3Zot2AncSwkQC3U6+rfuGiBvdyJNJ7Hw==", + "license": "Apache-2.0", + "dependencies": { + "@supercharge/promise-pool": "1.7.0", + "axios": "1.6.8", + "colors": "1.4.0", + "debug": "4.3.4", + "json-colorizer": "2.2.2", + "slash": "3.0.0" + }, + "engines": { + "node": ">=16", + "npm": ">=8" + } + }, "packages/concerto-core/node_modules/@accordproject/concerto-metamodel": { "version": "3.10.1", "resolved": "https://registry.npmjs.org/@accordproject/concerto-metamodel/-/concerto-metamodel-3.10.1.tgz", @@ -12964,6 +13101,35 @@ "npm": ">=8" } }, + "packages/concerto-core/node_modules/@accordproject/concerto-util": { + "version": "3.19.1", + "resolved": "https://registry.npmjs.org/@accordproject/concerto-util/-/concerto-util-3.19.1.tgz", + "integrity": "sha512-Cp3XKjoE5+yRzyJDL/ycMBfAtMjEd5B0GJAPt72/tNAO2TDUFBexyjrUhpVjUWhHRVxQMFKuXQfgG6WMaL7g/A==", + "license": "Apache-2.0", + "dependencies": { + "@supercharge/promise-pool": "1.7.0", + "axios": "1.7.4", + "colors": "1.4.0", + "debug": "4.3.4", + "json-colorizer": "2.2.2", + "slash": "3.0.0" + }, + "engines": { + "node": ">=16", + "npm": ">=8" + } + }, + "packages/concerto-core/node_modules/@accordproject/concerto-util/node_modules/axios": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", + "license": "MIT", + "dependencies": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, "packages/concerto-core/node_modules/acorn": { "version": "8.5.0", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.5.0.tgz", @@ -13020,7 +13186,7 @@ }, "packages/concerto-cto": { "name": "@accordproject/concerto-cto", - "version": "3.19.1", + "version": "3.19.2", "license": "Apache-2.0", "dependencies": { "@accordproject/concerto-metamodel": "3.10.0", @@ -13047,9 +13213,37 @@ "npm": ">=10" } }, + "packages/concerto-cto/node_modules/@accordproject/concerto-util": { + "version": "3.19.1", + "resolved": "https://registry.npmjs.org/@accordproject/concerto-util/-/concerto-util-3.19.1.tgz", + "integrity": "sha512-Cp3XKjoE5+yRzyJDL/ycMBfAtMjEd5B0GJAPt72/tNAO2TDUFBexyjrUhpVjUWhHRVxQMFKuXQfgG6WMaL7g/A==", + "license": "Apache-2.0", + "dependencies": { + "@supercharge/promise-pool": "1.7.0", + "axios": "1.7.4", + "colors": "1.4.0", + "debug": "4.3.4", + "json-colorizer": "2.2.2", + "slash": "3.0.0" + }, + "engines": { + "node": ">=16", + "npm": ">=8" + } + }, + "packages/concerto-cto/node_modules/axios": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", + "license": "MIT", + "dependencies": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, "packages/concerto-cto/node_modules/debug": { "version": "4.3.4", - "dev": true, "license": "MIT", "dependencies": { "ms": "2.1.2" @@ -13065,7 +13259,6 @@ }, "packages/concerto-cto/node_modules/ms": { "version": "2.1.2", - "dev": true, "license": "MIT" }, "packages/concerto-cto/node_modules/typescript": { @@ -13083,7 +13276,7 @@ }, "packages/concerto-types": { "name": "@accordproject/concerto-types", - "version": "3.19.1", + "version": "3.19.2", "license": "Apache-2.0", "devDependencies": { "@accordproject/concerto-codegen": "3.22.1", @@ -13106,6 +13299,65 @@ "npm": ">=10" } }, + "packages/concerto-types/node_modules/@accordproject/concerto-core": { + "version": "3.19.1", + "resolved": "https://registry.npmjs.org/@accordproject/concerto-core/-/concerto-core-3.19.1.tgz", + "integrity": "sha512-mN4sv+zznI8zrPSzk5jpSKFG43r4sx5n7zGqjJLXsWtzjTZ/Q9cYOlJhF0mVBuL/R3MQxX8iMkR3yvI+YB4W7A==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@accordproject/concerto-cto": "3.19.1", + "@accordproject/concerto-metamodel": "3.10.0", + "@accordproject/concerto-util": "3.19.1", + "dayjs": "1.11.10", + "debug": "4.3.4", + "lorem-ipsum": "2.0.8", + "randexp": "0.5.3", + "semver": "7.5.4", + "slash": "3.0.0", + "urijs": "1.19.11", + "uuid": "9.0.1" + }, + "engines": { + "node": ">=16", + "npm": ">=8" + } + }, + "packages/concerto-types/node_modules/@accordproject/concerto-cto": { + "version": "3.19.1", + "resolved": "https://registry.npmjs.org/@accordproject/concerto-cto/-/concerto-cto-3.19.1.tgz", + "integrity": "sha512-GfJsyrwNB1JhctMVwrxKJC5Ga3t24H9NrgEaK+BG+wxD5rih6JiI9H5dQBGXS9cQYymmuWeX+Me+vgWfwpJx4A==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@accordproject/concerto-metamodel": "3.10.0", + "@accordproject/concerto-util": "3.19.1", + "path-browserify": "1.0.1" + }, + "engines": { + "node": ">=16", + "npm": ">=8" + } + }, + "packages/concerto-types/node_modules/@accordproject/concerto-util": { + "version": "3.19.1", + "resolved": "https://registry.npmjs.org/@accordproject/concerto-util/-/concerto-util-3.19.1.tgz", + "integrity": "sha512-Cp3XKjoE5+yRzyJDL/ycMBfAtMjEd5B0GJAPt72/tNAO2TDUFBexyjrUhpVjUWhHRVxQMFKuXQfgG6WMaL7g/A==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@supercharge/promise-pool": "1.7.0", + "axios": "1.7.4", + "colors": "1.4.0", + "debug": "4.3.4", + "json-colorizer": "2.2.2", + "slash": "3.0.0" + }, + "engines": { + "node": ">=16", + "npm": ">=8" + } + }, "packages/concerto-types/node_modules/ajv": { "version": "8.12.0", "dev": true, @@ -13121,6 +13373,18 @@ "url": "https://github.com/sponsors/epoberezkin" } }, + "packages/concerto-types/node_modules/axios": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", + "dev": true, + "license": "MIT", + "dependencies": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, "packages/concerto-types/node_modules/brace-expansion": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", @@ -13130,6 +13394,24 @@ "balanced-match": "^1.0.0" } }, + "packages/concerto-types/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, "packages/concerto-types/node_modules/foreground-child": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz", @@ -13189,6 +13471,13 @@ "url": "https://github.com/sponsors/isaacs" } }, + "packages/concerto-types/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true, + "license": "MIT" + }, "packages/concerto-types/node_modules/rimraf": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-6.0.1.tgz", @@ -13235,7 +13524,7 @@ }, "packages/concerto-util": { "name": "@accordproject/concerto-util", - "version": "3.19.1", + "version": "3.19.2", "license": "Apache-2.0", "dependencies": { "@supercharge/promise-pool": "1.7.0", @@ -13295,7 +13584,7 @@ }, "packages/concerto-vocabulary": { "name": "@accordproject/concerto-vocabulary", - "version": "3.19.1", + "version": "3.19.2", "license": "Apache-2.0", "dependencies": { "@accordproject/concerto-metamodel": "3.10.0", @@ -13321,6 +13610,102 @@ "npm": ">=10" } }, + "packages/concerto-vocabulary/node_modules/@accordproject/concerto-core": { + "version": "3.19.1", + "resolved": "https://registry.npmjs.org/@accordproject/concerto-core/-/concerto-core-3.19.1.tgz", + "integrity": "sha512-mN4sv+zznI8zrPSzk5jpSKFG43r4sx5n7zGqjJLXsWtzjTZ/Q9cYOlJhF0mVBuL/R3MQxX8iMkR3yvI+YB4W7A==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@accordproject/concerto-cto": "3.19.1", + "@accordproject/concerto-metamodel": "3.10.0", + "@accordproject/concerto-util": "3.19.1", + "dayjs": "1.11.10", + "debug": "4.3.4", + "lorem-ipsum": "2.0.8", + "randexp": "0.5.3", + "semver": "7.5.4", + "slash": "3.0.0", + "urijs": "1.19.11", + "uuid": "9.0.1" + }, + "engines": { + "node": ">=16", + "npm": ">=8" + } + }, + "packages/concerto-vocabulary/node_modules/@accordproject/concerto-cto": { + "version": "3.19.1", + "resolved": "https://registry.npmjs.org/@accordproject/concerto-cto/-/concerto-cto-3.19.1.tgz", + "integrity": "sha512-GfJsyrwNB1JhctMVwrxKJC5Ga3t24H9NrgEaK+BG+wxD5rih6JiI9H5dQBGXS9cQYymmuWeX+Me+vgWfwpJx4A==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@accordproject/concerto-metamodel": "3.10.0", + "@accordproject/concerto-util": "3.19.1", + "path-browserify": "1.0.1" + }, + "engines": { + "node": ">=16", + "npm": ">=8" + } + }, + "packages/concerto-vocabulary/node_modules/@accordproject/concerto-util": { + "version": "3.19.1", + "resolved": "https://registry.npmjs.org/@accordproject/concerto-util/-/concerto-util-3.19.1.tgz", + "integrity": "sha512-Cp3XKjoE5+yRzyJDL/ycMBfAtMjEd5B0GJAPt72/tNAO2TDUFBexyjrUhpVjUWhHRVxQMFKuXQfgG6WMaL7g/A==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@supercharge/promise-pool": "1.7.0", + "axios": "1.7.4", + "colors": "1.4.0", + "debug": "4.3.4", + "json-colorizer": "2.2.2", + "slash": "3.0.0" + }, + "engines": { + "node": ">=16", + "npm": ">=8" + } + }, + "packages/concerto-vocabulary/node_modules/axios": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", + "dev": true, + "license": "MIT", + "dependencies": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, + "packages/concerto-vocabulary/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "packages/concerto-vocabulary/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true, + "license": "MIT" + }, "packages/concerto-vocabulary/node_modules/typescript": { "version": "4.6.3", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz", diff --git a/package.json b/package.json index 1c0caca66..26c180b36 100644 --- a/package.json +++ b/package.json @@ -24,14 +24,14 @@ ], "name": "concerto", "description": "Define and introspect data models", - "version": "3.19.1", + "version": "3.19.2", "private": true, "scripts": { "coverage": "node ./scripts/coverage.js \"packages/concerto-*\" && nyc report -t coverage --cwd . --report-dir coverage --reporter=lcov && cat ./coverage/lcov.info", "pretest": "npm run licchk", "licchk": "license-check-and-add", - "test" : "npm test -ws", - "build" : "npm run build -ws" + "test": "npm test -ws", + "build": "npm run build -ws" }, "repository": { "type": "git", diff --git a/packages/concerto-analysis/package.json b/packages/concerto-analysis/package.json index e5f04a6c9..860c0baba 100644 --- a/packages/concerto-analysis/package.json +++ b/packages/concerto-analysis/package.json @@ -1,12 +1,12 @@ { "name": "@accordproject/concerto-analysis", - "version": "3.19.1", + "version": "3.19.2", "description": "Analysis of Concerto model files", "homepage": "https://github.com/accordproject/concerto", "engines": { "node": ">=18", "npm": ">=10" - }, + }, "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { diff --git a/packages/concerto-core/package.json b/packages/concerto-core/package.json index 6e7bce972..ddac61c61 100644 --- a/packages/concerto-core/package.json +++ b/packages/concerto-core/package.json @@ -1,6 +1,6 @@ { "name": "@accordproject/concerto-core", - "version": "3.19.1", + "version": "3.19.2", "description": "Core Implementation for the Concerto Modeling Language", "homepage": "https://github.com/accordproject/concerto", "engines": { diff --git a/packages/concerto-cto/package.json b/packages/concerto-cto/package.json index dc42795f9..df445885f 100644 --- a/packages/concerto-cto/package.json +++ b/packages/concerto-cto/package.json @@ -1,6 +1,6 @@ { "name": "@accordproject/concerto-cto", - "version": "3.19.1", + "version": "3.19.2", "description": "Parser for Concerto CTO files", "homepage": "https://github.com/accordproject/concerto", "engines": { diff --git a/packages/concerto-types/package.json b/packages/concerto-types/package.json index 05df1c630..9c496a8f2 100644 --- a/packages/concerto-types/package.json +++ b/packages/concerto-types/package.json @@ -1,12 +1,12 @@ { "name": "@accordproject/concerto-types", - "version": "3.19.1", + "version": "3.19.2", "description": "Types for the Concerto Modeling Language", "homepage": "https://github.com/accordproject/concerto", "engines": { "node": ">=18", "npm": ">=10" - }, + }, "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { diff --git a/packages/concerto-util/package.json b/packages/concerto-util/package.json index e13f16ad8..bf87e83bb 100644 --- a/packages/concerto-util/package.json +++ b/packages/concerto-util/package.json @@ -1,6 +1,6 @@ { "name": "@accordproject/concerto-util", - "version": "3.19.1", + "version": "3.19.2", "description": "Utilities for Concerto Modeling Language", "homepage": "https://github.com/accordproject/concerto", "engines": { diff --git a/packages/concerto-vocabulary/package.json b/packages/concerto-vocabulary/package.json index 316beda71..addb25ed3 100644 --- a/packages/concerto-vocabulary/package.json +++ b/packages/concerto-vocabulary/package.json @@ -1,6 +1,6 @@ { "name": "@accordproject/concerto-vocabulary", - "version": "3.19.1", + "version": "3.19.2", "description": "Associate human-readable text to model declarations", "homepage": "https://github.com/accordproject/concerto", "engines": {