@lionweb/cli 0.6.7 → 0.6.9-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/README.md +4 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -46,6 +46,10 @@ That means that key-value pairs appear in precisely the same order as they do in
|
|
|
46
46
|
|
|
47
47
|
## Changelog
|
|
48
48
|
|
|
49
|
+
### 0.6.8
|
|
50
|
+
|
|
51
|
+
* (Depend on `@lionweb/core` and `@lionweb/utilities` version 0.6.7.)
|
|
52
|
+
|
|
49
53
|
### 0.6.7
|
|
50
54
|
|
|
51
55
|
* (Depend on `@lionweb/core` and `@lionweb/utilities` version 0.6.6.)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lionweb/cli",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.9-beta.0",
|
|
4
4
|
"description": "LionWeb CLI for {Java|Type}Script",
|
|
5
5
|
"bin": {
|
|
6
6
|
"lionweb-cli": "./dist/lionweb-cli.js"
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"url": "https://github.com/LionWeb-io/lionweb-typescript/issues"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@lionweb/core": "0.6.
|
|
20
|
-
"@lionweb/utilities": "0.6.
|
|
19
|
+
"@lionweb/core": "0.6.8-beta.0",
|
|
20
|
+
"@lionweb/utilities": "0.6.8-beta.0",
|
|
21
21
|
"@lionweb/validation": "0.6.2"
|
|
22
22
|
},
|
|
23
23
|
"scripts": {
|