@lionweb/cli 0.6.6 → 0.6.7
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 +4 -4
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.7
|
|
50
|
+
|
|
51
|
+
* (Depend on `@lionweb/core` and `@lionweb/utilities` version 0.6.6.)
|
|
52
|
+
|
|
49
53
|
### 0.6.6
|
|
50
54
|
|
|
51
55
|
* TS types generator now generates 1 file per language.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lionweb/cli",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.7",
|
|
4
4
|
"description": "LionWeb CLI for {Java|Type}Script",
|
|
5
5
|
"bin": {
|
|
6
6
|
"lionweb-cli": "./dist/lionweb-cli.js"
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
13
|
-
"url": "https://github.com/LionWeb-io/lionweb-typescript.git"
|
|
13
|
+
"url": "git+https://github.com/LionWeb-io/lionweb-typescript.git"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
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.6",
|
|
20
|
+
"@lionweb/utilities": "0.6.6",
|
|
21
21
|
"@lionweb/validation": "0.6.2"
|
|
22
22
|
},
|
|
23
23
|
"scripts": {
|