@lionweb/json-utils 0.8.0-beta.7 → 0.8.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 +7 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lionweb/json-utils",
|
|
3
|
-
"version": "0.8.0
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"description": "Utilities for LionWeb JSON",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -24,10 +24,13 @@
|
|
|
24
24
|
"prerelease-beta": "npm run prep:pre-release",
|
|
25
25
|
"release-beta": "npm publish --tag beta",
|
|
26
26
|
"prerelease": "npm run prep:pre-release",
|
|
27
|
-
"release": "npm publish"
|
|
27
|
+
"release": "npm publish",
|
|
28
|
+
"publish-local": "npm publish --registry http://localhost:4873 --tag local",
|
|
29
|
+
"unpublish-local": "npm unpublish --force --registry http://localhost:4873",
|
|
30
|
+
"republish-local": "npm unpublish-local && npm publish-local"
|
|
28
31
|
},
|
|
29
32
|
"dependencies": {
|
|
30
|
-
"@lionweb/json": "0.8.0
|
|
31
|
-
"@lionweb/ts-utils": "0.8.0
|
|
33
|
+
"@lionweb/json": "0.8.0",
|
|
34
|
+
"@lionweb/ts-utils": "0.8.0"
|
|
32
35
|
}
|
|
33
36
|
}
|