@lionweb/cli 0.6.12-beta.1 → 0.6.13-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/CHANGELOG.md +6 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 0.6.
|
|
3
|
+
## 0.6.13 - not yet released
|
|
4
|
+
|
|
5
|
+
* (Depend on `@lionweb/core` and `@lionweb/utilities` version 0.6.12.)
|
|
6
|
+
|
|
7
|
+
## 0.6.12
|
|
4
8
|
|
|
5
9
|
* Separate CHANGELOG from README.
|
|
10
|
+
* (Depend on `@lionweb/core` and `@lionweb/utilities` version 0.6.11.)
|
|
6
11
|
|
|
7
12
|
|
|
8
13
|
## 0.6.11
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lionweb/cli",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.13-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.12-beta.0",
|
|
20
|
+
"@lionweb/utilities": "0.6.12-beta.0",
|
|
21
21
|
"@lionweb/validation": "0.6.3"
|
|
22
22
|
},
|
|
23
23
|
"scripts": {
|