From 3347cdb7346ef387c420371ae3c91ea88f6b63f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 17:21:20 +0000 Subject: [PATCH] chore(actions): publish v3.30.0 to npm (#149) Signed-off-by: GitHub Co-authored-by: mttrbrts --- package-lock.json | 4 ++-- package.json | 2 +- types/lib/common/graph.d.ts | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e9e91acb..cbf2d238 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@accordproject/concerto-codegen", - "version": "3.29.10", + "version": "3.30.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@accordproject/concerto-codegen", - "version": "3.29.10", + "version": "3.30.0", "license": "Apache-2.0", "dependencies": { "@accordproject/concerto-core": "3.19.4", diff --git a/package.json b/package.json index d286a42a..a3407623 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/types/lib/common/graph.d.ts b/types/lib/common/graph.d.ts index 2ad159d2..60a16ca4 100644 --- a/types/lib/common/graph.d.ts +++ b/types/lib/common/graph.d.ts @@ -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