@lionweb/cli 0.8.0-beta.6 → 0.8.0-beta.8

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -31,7 +31,7 @@ It does some implicit validation as it can error out on incorrect serializations
31
31
  Run the following command to sort a serialization chunk (e.g.):
32
32
 
33
33
  ```shell
34
- npx @lionweb/cli sort ../artifacts/chunks/languages/lioncore.json
34
+ npx @lionweb/cli sort ../build/artifacts/core/v2023_1/lioncore.json
35
35
  ```
36
36
 
37
37
  Sorting a serialization chunk means the following:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lionweb/cli",
3
- "version": "0.8.0-beta.6",
3
+ "version": "0.8.0-beta.8",
4
4
  "description": "LionWeb CLI for {Java|Type}Script",
5
5
  "bin": {
6
6
  "lionweb-cli": "./dist/lionweb-cli.js"
@@ -29,10 +29,10 @@
29
29
  "release": "npm publish"
30
30
  },
31
31
  "dependencies": {
32
- "@lionweb/core": "0.8.0-beta.6",
33
- "@lionweb/json-diff": "0.8.0-beta.6",
34
- "@lionweb/ts-utils": "0.8.0-beta.6",
35
- "@lionweb/utilities": "0.8.0-beta.6",
36
- "@lionweb/validation": "0.8.0-beta.6"
32
+ "@lionweb/core": "0.8.0-beta.8",
33
+ "@lionweb/json-diff": "0.8.0-beta.8",
34
+ "@lionweb/ts-utils": "0.8.0-beta.8",
35
+ "@lionweb/utilities": "0.8.0-beta.8",
36
+ "@lionweb/validation": "0.8.0-beta.8"
37
37
  }
38
38
  }