@eik/cli 3.1.11 → 3.1.12
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 +7 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
## [3.1.12](https://github.com/eik-lib/cli/compare/v3.1.11...v3.1.12) (2024-12-23)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** update dependency chalk to v5.4.1 ([#619](https://github.com/eik-lib/cli/issues/619)) ([7e87274](https://github.com/eik-lib/cli/commit/7e872747ebbd33fddbfa1f999f8739d9f2340a2e))
|
7
|
+
|
1
8
|
## [3.1.11](https://github.com/eik-lib/cli/compare/v3.1.10...v3.1.11) (2024-11-04)
|
2
9
|
|
3
10
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@eik/cli",
|
3
|
-
"version": "3.1.
|
3
|
+
"version": "3.1.12",
|
4
4
|
"description": "CLI tool for publishing assets to an Eik server",
|
5
5
|
"main": "./classes/index.js",
|
6
6
|
"types": "./types/classes/index.d.ts",
|
@@ -41,7 +41,7 @@
|
|
41
41
|
"@eik/common": "4.1.1",
|
42
42
|
"abslog": "2.4.4",
|
43
43
|
"bytes": "3.1.2",
|
44
|
-
"chalk": "5.
|
44
|
+
"chalk": "5.4.1",
|
45
45
|
"date-fns": "3.6.0",
|
46
46
|
"form-data": "4.0.1",
|
47
47
|
"gzip-size": "7.0.0",
|
@@ -55,19 +55,19 @@
|
|
55
55
|
"yargs-parser": "21.1.1"
|
56
56
|
},
|
57
57
|
"devDependencies": {
|
58
|
-
"@eik/eslint-config": "1.0.
|
58
|
+
"@eik/eslint-config": "1.0.5",
|
59
59
|
"@eik/prettier-config": "1.0.1",
|
60
60
|
"@eik/semantic-release-config": "1.0.0",
|
61
61
|
"@eik/service": "2.3.2",
|
62
|
-
"@eik/sink-memory": "1.1.
|
62
|
+
"@eik/sink-memory": "1.1.3",
|
63
63
|
"@eik/typescript-config": "1.0.0",
|
64
64
|
"@types/yargs": "17.0.33",
|
65
65
|
"cross-env": "7.0.3",
|
66
|
-
"eslint": "9.
|
66
|
+
"eslint": "9.16.0",
|
67
67
|
"fastify": "4.28.1",
|
68
68
|
"fs-extra": "11.2.0",
|
69
|
-
"npm-run-all2": "5.0.
|
70
|
-
"prettier": "3.
|
69
|
+
"npm-run-all2": "5.0.2",
|
70
|
+
"prettier": "3.4.1",
|
71
71
|
"semantic-release": "24.0.0",
|
72
72
|
"semantic-release-slack-bot": "4.0.2",
|
73
73
|
"tap": "21.0.1",
|