@lionweb/cli 0.6.14-beta.5 → 0.7.0-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.7.0
4
+
5
+ From now on, the versions of all published packages will always be aligned, so also in terms of dependencies.
6
+
3
7
  ## 0.6.13
4
8
 
5
9
  Dependencies: `@lionweb/core` and `@lionweb/utilities` version 0.6.12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lionweb/cli",
3
- "version": "0.6.14-beta.5",
3
+ "version": "0.7.0-beta.0",
4
4
  "description": "LionWeb CLI for {Java|Type}Script",
5
5
  "bin": {
6
6
  "lionweb-cli": "./dist/lionweb-cli.js"
@@ -16,13 +16,13 @@
16
16
  "url": "https://github.com/LionWeb-io/lionweb-typescript/issues"
17
17
  },
18
18
  "dependencies": {
19
- "@lionweb/core": "0.6.13-beta.5",
20
- "@lionweb/json-diff": "0.6.13-beta.5",
21
- "@lionweb/utilities": "0.6.13-beta.5",
22
- "@lionweb/validation": "0.6.13-beta.5"
19
+ "@lionweb/core": "0.7.0-beta.0",
20
+ "@lionweb/json-diff": "0.7.0-beta.0",
21
+ "@lionweb/utilities": "0.7.0-beta.0",
22
+ "@lionweb/validation": "0.7.0-beta.0"
23
23
  },
24
24
  "scripts": {
25
- "clean": "rm -rf dist/ lionweb-cli-*.tgz",
25
+ "clean": "rm -rf dist/ node_modules/ lionweb-cli-*.tgz",
26
26
  "build": "tsc",
27
27
  "lint": "eslint src",
28
28
  "test": "node dist/lionweb-cli.js",