Skip to content

Commit

Permalink
chore(actions): publish v3.23.9 to npm (#143)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
Co-authored-by: ekarademir <[email protected]>
  • Loading branch information
github-actions[bot] and ekarademir authored Oct 23, 2024
1 parent 9aa6167 commit e897966
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.23.8",
"version": "3.23.9",
"description": "Code Generation for the Concerto Modeling Language",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export var CodeGen: {
export const CodeGen: {
AbstractPlugin: typeof import("./lib/codegen/abstractplugin");
GoLangVisitor: typeof import("./lib/codegen/fromcto/golang/golangvisitor");
JSONSchemaVisitor: typeof import("./lib/codegen/fromcto/jsonschema/jsonschemavisitor");
Expand Down Expand Up @@ -38,5 +38,5 @@ export var CodeGen: {
vocabulary: typeof import("./lib/codegen/fromcto/vocabulary/vocabularyvisitor");
};
};
export var Common: typeof import("./lib/common/common");
export var version: any;
export const Common: typeof import("./lib/common/common");
export const version: any;
6 changes: 3 additions & 3 deletions types/lib/common/diagramvisitor.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ declare class DiagramVisitor {
protected writeDeclarationSupertype(classDeclaration: ClassDeclaration, parameters: any): void;
}
declare namespace DiagramVisitor {
const COMPOSITION: string;
const AGGREGATION: string;
const INHERITANCE: string;
let COMPOSITION: string;
let AGGREGATION: string;
let INHERITANCE: string;
}
import { ModelManager } from "@accordproject/concerto-core";
import { ModelFile } from "@accordproject/concerto-core";
Expand Down

0 comments on commit e897966

Please sign in to comment.