Skip to content

Commit

Permalink
chore(actions): publish v3.23.5 to npm
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
jamieshorten authored Sep 20, 2024
1 parent 0155ee2 commit 44d7bce
Show file tree
Hide file tree
Showing 3 changed files with 11 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.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/concerto-codegen",
"version": "3.23.4",
"version": "3.23.5",
"description": "Code Generation for the Concerto Modeling Language",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -70,7 +70,6 @@
"webpack-cli": "4.9.1"
},
"dependencies": {

"@accordproject/concerto-core": "3.19.0",
"@accordproject/concerto-util": "3.18.1",
"@accordproject/concerto-vocabulary": "3.18.1",
Expand Down
8 changes: 8 additions & 0 deletions types/lib/common/diagramvisitor.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ declare class DiagramVisitor {
* @protected
*/
protected visitEnumValueDeclaration(enumValueDeclaration: EnumValueDeclaration, parameters: any): void;
/**
* Visitor design pattern
* @param {Decorator} decorator - the object being visited
* @param {Object} parameters - the parameter
* @protected
*/
protected visitDecorator(decorator: Decorator, parameters: any): void;
/**
* Visitor design pattern
* @param {ClassDeclaration} classDeclaration - the object being visited
Expand All @@ -135,3 +142,4 @@ import { ScalarDeclaration } from "@accordproject/concerto-core";
import { Field } from "@accordproject/concerto-core";
import { RelationshipDeclaration } from "@accordproject/concerto-core";
import { EnumValueDeclaration } from "@accordproject/concerto-core";
import { Decorator } from "@accordproject/concerto-core";

0 comments on commit 44d7bce

Please sign in to comment.