Skip to content

Commit

Permalink
chore(actions): publish v3.21.0 to npm (#88)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: mttrbrts <mttrbrts@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and mttrbrts authored Jan 30, 2024
1 parent 95a993a commit 14aeb8b
Show file tree
Hide file tree
Showing 3 changed files with 9 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.20.0",
"version": "3.21.0",
"description": "CodeGen for the Concerto Modeling Language",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down
6 changes: 6 additions & 0 deletions types/lib/codegen/fromcto/rust/rustvisitor.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ declare class RustVisitor {
* @private
*/
private visitField;
/**
* @param {String} type - the type to be wrapped as option
* @return {String} - the wrapped type
* @private
*/
private wrapAsOption;
/**
* Visitor design pattern
* @param {EnumDeclaration} enumDeclaration - the object being visited
Expand Down

0 comments on commit 14aeb8b

Please sign in to comment.