@voxgig/model 10.0.0 → 10.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voxgig/model",
3
- "version": "10.0.0",
3
+ "version": "10.0.1",
4
4
  "main": "dist/model.js",
5
5
  "type": "commonjs",
6
6
  "types": "dist/model.d.ts",
@@ -24,9 +24,9 @@
24
24
  "test-cov": "rm -rf ./coverage && mkdir -p ./coverage && node --experimental-test-coverage --test-reporter=spec --test-reporter-destination=stdout --test-reporter=lcov --test-reporter-destination=coverage/lcov.info --enable-source-maps --test \"dist-test/*.test.js\"",
25
25
  "watch": "tsc --build src test -w",
26
26
  "build": "tsc --build src test",
27
- "test-model": "voxgig-model test/sys01/model/model.aontu",
28
- "model": "voxgig-model -w model/sys.aontu",
29
- "model-build": "voxgig-model -g debug model/sys.aontu",
27
+ "test-model": "voxgig-model test/sys01/model/model.aon",
28
+ "model": "voxgig-model -w model/sys.aon",
29
+ "model-build": "voxgig-model -g debug model/sys.aon",
30
30
  "clean": "rm -rf node_modules dist dist-test yarn.lock package-lock.json",
31
31
  "reset": "npm run clean && npm i && npm run build && npm test",
32
32
  "repo-bump": "npm version patch --no-git-tag-version && node -e \"console.log('bumped to v' + require('./package.json').version + ' (package.json only - commit via repo-tag / repo-release)')\"",