Skip to content

Commit

Permalink
chore(actions): publish v3.19.2 to npm (#913)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: dselman <dselman@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and dselman authored Sep 26, 2024
1 parent 61fdc5a commit 25d555a
Show file tree
Hide file tree
Showing 8 changed files with 406 additions and 21 deletions.
405 changes: 395 additions & 10 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/concerto-analysis/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion 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.19.1",
"version": "3.19.2",
"description": "Core Implementation for the Concerto Modeling Language",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion 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.19.1",
"version": "3.19.2",
"description": "Parser for Concerto CTO files",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/concerto-types/package.json
Original file line number Diff line number Diff line change
@@ -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": {
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.19.1",
"version": "3.19.2",
"description": "Utilities for Concerto Modeling Language",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion 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.19.1",
"version": "3.19.2",
"description": "Associate human-readable text to model declarations",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down

0 comments on commit 25d555a

Please sign in to comment.