Skip to content

Commit

Permalink
chore(actions): publish v3.15.1 to npm (#45)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
Co-authored-by: mttrbrts <[email protected]>
  • Loading branch information
github-actions[bot] and mttrbrts authored Jul 26, 2023
1 parent a443c2c commit 56a4150
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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
@@ -1,6 +1,6 @@
{
"name": "@accordproject/concerto-codegen",
"version": "3.15.0",
"version": "3.15.1",
"description": "CodeGen for the Concerto Modeling Language",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion types/lib/codegen/fromcto/mermaid/mermaidvisitor.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ declare class MermaidVisitor extends DiagramVisitor {
* @param {Object} parameters - the parameter
* @protected
*/
protected visitRelationship(relationship: RelationshipDeclaration, parameters: any): void;
protected writeRelationshipAggregation(relationship: RelationshipDeclaration, parameters: any): void;
/**
* Escape versions and periods.
* @param {String} string - the object being visited
Expand Down

0 comments on commit 56a4150

Please sign in to comment.