@eik/cli 2.0.33 → 2.0.35

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 +14 -0
  2. package/package.json +3 -12
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [2.0.35](https://github.com/eik-lib/cli/compare/v2.0.34...v2.0.35) (2024-04-23)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update dependencies ([f269dfe](https://github.com/eik-lib/cli/commit/f269dfec6bf6321287b137c309e6f09430c7d3bb))
7
+
8
+ ## [2.0.34](https://github.com/eik-lib/cli/compare/v2.0.33...v2.0.34) (2024-04-11)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update dependency tar to v6.2.1 [security] ([3fef73f](https://github.com/eik-lib/cli/commit/3fef73f7be1ea32339fc5a632e3840899d096b78))
14
+
1
15
  ## [2.0.33](https://github.com/eik-lib/cli/compare/v2.0.32...v2.0.33) (2024-02-12)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eik/cli",
3
- "version": "2.0.33",
4
- "description": "Cli tool for publishing assets",
3
+ "version": "2.0.35",
4
+ "description": "CLI tool for publishing assets to an Eik server",
5
5
  "main": "./classes/index.js",
6
6
  "bin": {
7
7
  "eik": "index.js"
@@ -37,21 +37,16 @@
37
37
  "boxen": "5.1.2",
38
38
  "bytes": "3.1.2",
39
39
  "chalk": "4.1.2",
40
- "copy": "0.3.2",
41
40
  "date-fns": "2.30.0",
42
41
  "form-data": "4.0.0",
43
- "glob": "7.2.3",
44
42
  "gzip-size": "6.0.0",
45
43
  "make-dir": "3.1.0",
46
44
  "node-fetch": "2.7.0",
47
45
  "ora": "5.4.1",
48
- "pkg-dir": "6.0.1",
49
- "read-package-up": "11.0.0",
50
46
  "rimraf": "3.0.2",
51
47
  "semver": "7.6.0",
52
48
  "ssri": "8.0.1",
53
- "tar": "6.2.0",
54
- "temp-dir": "2.0.0",
49
+ "tar": "6.2.1",
55
50
  "yargs": "17.7.2",
56
51
  "yargs-parser": "21.1.1"
57
52
  },
@@ -66,12 +61,8 @@
66
61
  "eslint-plugin-import": "2.25.4",
67
62
  "eslint-plugin-prettier": "4.0.0",
68
63
  "fastify": "3.29.5",
69
- "fastify-cors": "6.0.3",
70
64
  "fs-extra": "10.1.0",
71
65
  "prettier": "2.5.1",
72
- "puppeteer": "13.1.2",
73
- "react": "17.0.2",
74
- "react-dom": "17.0.2",
75
66
  "semantic-release": "19.0.5",
76
67
  "semantic-release-slack-bot": "3.5.3",
77
68
  "tap": "15.1.6"