@lionweb/validation 0.7.0-beta.0 → 0.7.0-beta.2

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 +6 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lionweb/validation",
3
- "version": "0.7.0-beta.0",
3
+ "version": "0.7.0-beta.2",
4
4
  "license": "Apache 2.0",
5
5
  "description": "LionWeb Serialization validation",
6
6
  "author": "jos.warmer@openmodeling.nl",
@@ -20,8 +20,9 @@
20
20
  "copyBuiltins": "node -e \"const fs = require('fs'); fs.copyFileSync('./src/languages/LionCore-builtins.json', './dist/languages/LionCore-builtins.json');\"",
21
21
  "lint": "eslint src",
22
22
  "test-here": "cd ../test && find dist/validation -type d | sed '1!G;h;$!d' | xargs npx mocha",
23
- "release": "npm publish --registry https://registry.npmjs.org",
23
+ "release-alpha": "npm publish --registry https://registry.npmjs.org --tag alpha",
24
24
  "release-beta": "npm publish --registry https://registry.npmjs.org --tag beta",
25
+ "release": "npm publish --registry https://registry.npmjs.org",
25
26
  "testValid": "node dist/runners/RunCheckFolder.js ../test/testset/valid",
26
27
  "testInvalid": "node dist/runners/RunCheckFolder.js ../test/testset/invalid",
27
28
  "testInvalidWithLanguage": "node dist/runners/RunCheckFolderWithLanguage.js ../test/testset/withLanguage/invalid/ ../test/testset/withLanguage/myLang.language.json",
@@ -31,8 +32,8 @@
31
32
  "republish-local": "yarn unpublish-local && yarn publish-local"
32
33
  },
33
34
  "dependencies": {
34
- "@lionweb/json": "0.7.0-beta.0",
35
- "@lionweb/ts-utils": "0.7.0-beta.0",
36
- "@lionweb/json-utils": "0.7.0-beta.0"
35
+ "@lionweb/json": "0.7.0-beta.2",
36
+ "@lionweb/ts-utils": "0.7.0-beta.2",
37
+ "@lionweb/json-utils": "0.7.0-beta.2"
37
38
  }
38
39
  }