Skip to content

Commit

Permalink
Add support for uinteger in enumerations
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer committed Jun 2, 2022
1 parent 9c84aa9 commit 2520ed6
Show file tree
Hide file tree
Showing 9 changed files with 166 additions and 56 deletions.
85 changes: 85 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"shx": "^0.3.4",
"typescript": "^4.6.4",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
"webpack-cli": "^4.9.2",
"ts-json-schema-generator": "^1.0.0"
},
"scripts": {
"postinstall": "node ./build/bin/all.js install && cd testbed && npm install && cd .. && npm run symlink:testbed",
Expand All @@ -53,6 +54,7 @@
"rebuildAll": "npm run clean && npm run symlink && npm run compile && npm run test",
"audit:all": "node ./build/bin/all.js audit",
"audit:all:fix": "node ./build/bin/all.js audit fix",
"generate:metaModel": "node ./tools/lib/main.js -p ./protocol/src/common/tsconfig.json > ./protocol/metaModel.json"
"generate:metaModel": "node ./tools/lib/main.js -p ./protocol/src/common/tsconfig.json > ./protocol/metaModel.json",
"generate:metaModelSchema": "ts-json-schema-generator --path ./tools/src/metaModel.ts > ./protocol/metaModel.schema.json"
}
}
Loading

0 comments on commit 2520ed6

Please sign in to comment.