Skip to content

Commit

Permalink
chore(actions): publish v3.16.2 to npm (#61)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
Signed-off-by: Jonathan-Casey <[email protected]>
Co-authored-by: Jonathan-Casey <[email protected]>
Co-authored-by: Jonathan-Casey <[email protected]>
  • Loading branch information
3 people authored Oct 11, 2023
1 parent 3bf241d commit 64de665
Show file tree
Hide file tree
Showing 3 changed files with 6 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.16.1",
"version": "3.16.2",
"description": "CodeGen for the Concerto Modeling Language",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down
4 changes: 3 additions & 1 deletion types/lib/codegen/fromcto/plantuml/plantumlvisitor.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ declare class PlantUMLVisitor extends DiagramVisitor {
/**
* Escape fully qualified names. We preserve the dots in the
* package name, remove the '@' symbol because it is invalid
* and remove the dots in the version (because otherwise packages get created)
* and remove the dots in the version (because otherwise packages get created).
* We also replace all '-' characters with '_' because they are invalid in
* PlantUML identifiers as '-' can appear in a semver string.
* @param {String} input - the object being visited
* @return {String} string - the parameter
* @protected
Expand Down

0 comments on commit 64de665

Please sign in to comment.