Skip to content

Commit

Permalink
chore(actions): publish v3.30.0 to npm (#149)
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 Nov 1, 2024
1 parent c0dd873 commit 3347cdb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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.29.10",
"version": "3.30.0",
"description": "Code Generation for the Concerto Modeling Language",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down
1 change: 1 addition & 0 deletions types/lib/common/graph.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export class ConcertoGraphVisitor extends BaseVisitor {
* @protected
*/
protected visitClassDeclaration(classDeclaration: ClassDeclaration, parameters: any): void;
addEdgeForDecorator(name: any, parent: any, modelFile: any, parameters: any): void;
/**
* Visitor design pattern
* @param {MapDeclaration} mapDeclaration - the object being visited
Expand Down

0 comments on commit 3347cdb

Please sign in to comment.