@lionweb/validation 0.6.2 → 0.6.3-beta.0
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.
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lionweb/validation",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3-beta.0",
|
|
4
4
|
"license": "Apache 2.0",
|
|
5
5
|
"description": "LionWeb Serialization validation",
|
|
6
6
|
"author": "jos.warmer@openmodeling.nl",
|
|
@@ -21,6 +21,7 @@
|
|
|
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
23
|
"release": "npm publish",
|
|
24
|
+
"release-beta": "npm publish --beta",
|
|
24
25
|
"testValid": "node dist/runners/RunCheckFolder.js ../test/testset/valid",
|
|
25
26
|
"testInvalid": "node dist/runners/RunCheckFolder.js ../test/testset/invalid",
|
|
26
27
|
"testInvalidWithLanguage": "node dist/runners/RunCheckFolderWithLanguage.js ../test/testset/withLanguage/invalid/ ../test/testset/withLanguage/myLang.language.json",
|