@eik/cli 3.1.21 → 3.1.23

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 +17 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ## [3.1.23](https://github.com/eik-lib/cli/compare/v3.1.22...v3.1.23) (2025-09-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency @eik/common to v5.1.7 ([#651](https://github.com/eik-lib/cli/issues/651)) ([acde381](https://github.com/eik-lib/cli/commit/acde381bd68833c6e73cda2b940a19fd03ebf8b6))
7
+
8
+ ## [3.1.22](https://github.com/eik-lib/cli/compare/v3.1.21...v3.1.22) (2025-09-22)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update dependency date-fns to v4 ([#598](https://github.com/eik-lib/cli/issues/598)) [skip ci] ([c1f3598](https://github.com/eik-lib/cli/commit/c1f3598322de74e08dd7bcc27b62a3a4a686527b))
14
+ * **deps:** update dependency tar to v7.4.4 ([#652](https://github.com/eik-lib/cli/issues/652)) ([33d6311](https://github.com/eik-lib/cli/commit/33d63111956d6fb7d6324de6bac1dbe095873c75))
15
+ * **deps:** update dependency tinyrainbow to v3 ([#650](https://github.com/eik-lib/cli/issues/650)) [skip ci] ([4d9ec43](https://github.com/eik-lib/cli/commit/4d9ec4372897a0c877ea1ac21c04e3e2920e3523))
16
+ * **deps:** update dependency yargs-parser to v22 ([#638](https://github.com/eik-lib/cli/issues/638)) [skip ci] ([80cb9b4](https://github.com/eik-lib/cli/commit/80cb9b4818c66213cf82a5b5a697745c6c94c6b7))
17
+
1
18
  ## [3.1.21](https://github.com/eik-lib/cli/compare/v3.1.20...v3.1.21) (2025-07-28)
2
19
 
3
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eik/cli",
3
- "version": "3.1.21",
3
+ "version": "3.1.23",
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",
@@ -38,22 +38,22 @@
38
38
  "author": "",
39
39
  "license": "MIT",
40
40
  "dependencies": {
41
- "@eik/common": "5.1.6",
41
+ "@eik/common": "5.1.7",
42
42
  "abslog": "2.4.4",
43
43
  "bytes": "3.1.2",
44
- "date-fns": "3.6.0",
44
+ "date-fns": "4.1.0",
45
45
  "form-data": "4.0.4",
46
46
  "gzip-size": "7.0.0",
47
47
  "ora": "8.2.0",
48
48
  "rimraf": "6.0.1",
49
49
  "semver": "7.7.2",
50
- "tar": "7.4.3",
51
- "tinyrainbow": "2.0.0",
50
+ "tar": "7.4.4",
51
+ "tinyrainbow": "3.0.3",
52
52
  "yargs": "17.7.2",
53
- "yargs-parser": "21.1.1"
53
+ "yargs-parser": "22.0.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@eik/eslint-config": "1.0.18",
56
+ "@eik/eslint-config": "1.0.20",
57
57
  "@eik/prettier-config": "1.0.1",
58
58
  "@eik/semantic-release-config": "1.0.5",
59
59
  "@eik/service": "2.3.2",
@@ -61,7 +61,7 @@
61
61
  "@eik/typescript-config": "1.0.0",
62
62
  "@types/yargs": "17.0.33",
63
63
  "cross-env": "7.0.3",
64
- "eslint": "9.21.0",
64
+ "eslint": "9.32.0",
65
65
  "fastify": "4.29.1",
66
66
  "fs-extra": "11.2.0",
67
67
  "npm-run-all2": "5.0.2",