Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(actions): publish v3.5.0 to npm #599

Merged
merged 1 commit into from
Feb 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "3.4.0",
"version": "3.5.0",
"hoist": true
}
4 changes: 2 additions & 2 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 @@ -17,7 +17,7 @@
},
"name": "concerto",
"description": "You must install [Lerna](https://lernajs.io) to build this multi-package repository.",
"version": "3.4.0",
"version": "3.5.0",
"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.4.0",
"version": "3.5.0",
"description": "Analysis of Concerto model files",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -32,11 +32,11 @@
"author": "accordproject.org",
"license": "Apache-2.0",
"dependencies": {
"@accordproject/concerto-core": "3.4.0",
"@accordproject/concerto-core": "3.5.0",
"semver": "7.3.5"
},
"devDependencies": {
"@accordproject/concerto-cto": "3.4.0",
"@accordproject/concerto-cto": "3.5.0",
"@types/jest": "28.1.1",
"@types/semver": "7.3.10",
"@typescript-eslint/eslint-plugin": "5.27.1",
Expand Down
16 changes: 8 additions & 8 deletions packages/concerto-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions packages/concerto-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/concerto-cli",
"version": "3.4.0",
"version": "3.5.0",
"description": "Command-line utility for working with Concerto model files",
"homepage": "https://github.com/accordproject/concerto",
"license": "Apache-2.0",
Expand Down Expand Up @@ -43,12 +43,12 @@
"tmp-promise": "3.0.2"
},
"dependencies": {
"@accordproject/concerto-analysis": "3.4.0",
"@accordproject/concerto-core": "3.4.0",
"@accordproject/concerto-cto": "3.4.0",
"@accordproject/concerto-metamodel": "3.4.0",
"@accordproject/concerto-tools": "3.4.0",
"@accordproject/concerto-util": "3.4.0",
"@accordproject/concerto-analysis": "3.5.0",
"@accordproject/concerto-core": "3.5.0",
"@accordproject/concerto-cto": "3.5.0",
"@accordproject/concerto-metamodel": "3.5.0",
"@accordproject/concerto-tools": "3.5.0",
"@accordproject/concerto-util": "3.5.0",
"@openapi-contrib/openapi-schema-to-json-schema": "^3.2.0",
"ansi-colors": "4.1.3",
"glob": "^7.2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/concerto-core/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 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.4.0",
"version": "3.5.0",
"description": "Core Implementation for the Concerto Modeling Language",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -71,9 +71,9 @@
"yargs": "17.3.1"
},
"dependencies": {
"@accordproject/concerto-cto": "3.4.0",
"@accordproject/concerto-metamodel": "3.4.0",
"@accordproject/concerto-util": "3.4.0",
"@accordproject/concerto-cto": "3.5.0",
"@accordproject/concerto-metamodel": "3.5.0",
"@accordproject/concerto-util": "3.5.0",
"dayjs": "1.10.8",
"debug": "4.3.1",
"lorem-ipsum": "2.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/concerto-cto/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 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.4.0",
"version": "3.5.0",
"description": "Parser for Concerto CTO files",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -56,8 +56,8 @@
"typescript": "4.6.3"
},
"dependencies": {
"@accordproject/concerto-metamodel": "3.4.0",
"@accordproject/concerto-util": "3.4.0",
"@accordproject/concerto-metamodel": "3.5.0",
"@accordproject/concerto-util": "3.5.0",
"path-browserify": "1.0.1"
},
"browserslist": "> 0.25%, not dead",
Expand Down
4 changes: 2 additions & 2 deletions packages/concerto-metamodel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/concerto-metamodel",
"version": "3.4.0",
"version": "3.5.0",
"description": "Concerto metamodel utilities",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"typescript": "4.6.3"
},
"dependencies": {
"@accordproject/concerto-util": "3.4.0"
"@accordproject/concerto-util": "3.5.0"
},
"browserslist": "> 0.25%, not dead",
"license-check-and-add-config": {
Expand Down
8 changes: 4 additions & 4 deletions packages/concerto-tools/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/concerto-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/concerto-tools",
"version": "3.4.0",
"version": "3.5.0",
"description": "Tools for the Concerto Modeling Language",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -67,8 +67,8 @@
"webpack-cli": "4.9.1"
},
"dependencies": {
"@accordproject/concerto-core": "3.4.0",
"@accordproject/concerto-util": "3.4.0",
"@accordproject/concerto-core": "3.5.0",
"@accordproject/concerto-util": "3.5.0",
"ajv": "8.10.0",
"ajv-formats": "2.1.1",
"camelcase": "6.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ declare class CSharpVisitor {
* @private
*/
private visitClassDeclaration;
/**
* Visitor design pattern
* @param {Field} field - the object being visited
* @param {Object} parameters - the parameter
* @return {Object} the result of visiting or null
* @private
*/
private visitScalarField;
/**
* Visitor design pattern
* @param {Field} field - the object being visited
Expand All @@ -56,6 +64,15 @@ declare class CSharpVisitor {
* @private
*/
private visitField;
/**
* Write a field
* @param {Field} field - the object being visited
* @param {Object} parameters - the parameter
* @param {string} [externalFieldType] - the external field type like UUID (optional)
* @return {Object} the result of visiting or null
* @private
*/
private writeField;
/**
* Visitor design pattern
* @param {EnumValueDeclaration} enumValueDeclaration - the object being visited
Expand Down
10 changes: 5 additions & 5 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.4.0",
"version": "3.5.0",
"description": "Types for the Concerto Modeling Language",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -32,10 +32,10 @@
"author": "accordproject.org",
"license": "Apache-2.0",
"devDependencies": {
"@accordproject/concerto-core": "3.4.0",
"@accordproject/concerto-metamodel": "3.4.0",
"@accordproject/concerto-tools": "3.4.0",
"@accordproject/concerto-util": "3.4.0",
"@accordproject/concerto-core": "3.5.0",
"@accordproject/concerto-metamodel": "3.5.0",
"@accordproject/concerto-tools": "3.5.0",
"@accordproject/concerto-util": "3.5.0",
"eslint": "8.2.0",
"license-check-and-add": "2.3.6",
"npm-run-all": "4.1.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/concerto-util/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/concerto-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/concerto-util",
"version": "3.4.0",
"version": "3.5.0",
"description": "Utilities for Concerto Modeling Language",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/concerto-vocabulary/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.0",
"version": "3.5.0",
"description": "Associate human-readable text to model declarations",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"typescript": "4.6.3"
},
"dependencies": {
"@accordproject/concerto-metamodel": "3.4.0",
"@accordproject/concerto-metamodel": "3.5.0",
"yaml": "2.0.0-9"
},
"browserslist": "> 0.25%, not dead",
Expand Down