@eik/cli 2.0.5 → 2.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [2.0.6](https://github.com/eik-lib/cli/compare/v2.0.5...v2.0.6) (2021-09-17)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency boxen to v5.1.2 ([4d9d690](https://github.com/eik-lib/cli/commit/4d9d690755561d0b6a54ad17532f670b27e9bac5))
7
+
1
8
  ## [2.0.5](https://github.com/eik-lib/cli/compare/v2.0.4...v2.0.5) (2021-09-13)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eik/cli",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "Cli tool for publishing assets",
5
5
  "main": "./classes/index.js",
6
6
  "bin": {
@@ -34,7 +34,7 @@
34
34
  "dependencies": {
35
35
  "@eik/common": "^3.0.0",
36
36
  "abslog": "2.4.0",
37
- "boxen": "5.1.1",
37
+ "boxen": "5.1.2",
38
38
  "bytes": "3.1.0",
39
39
  "chalk": "4.1.2",
40
40
  "copy": "0.3.2",