@squidcloud/cli 1.0.226 → 1.0.227

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.
@@ -9,20 +9,6 @@ object-assign
9
9
  * https://github.com/shinnn/is-natural-number.js
10
10
  */
11
11
 
12
- /*!
13
- * mime-db
14
- * Copyright(c) 2014 Jonathan Ong
15
- * Copyright(c) 2015-2022 Douglas Christopher Wilson
16
- * MIT Licensed
17
- */
18
-
19
- /*!
20
- * mime-types
21
- * Copyright(c) 2014 Jonathan Ong
22
- * Copyright(c) 2015 Douglas Christopher Wilson
23
- * MIT Licensed
24
- */
25
-
26
12
  /*!
27
13
  * strip-dirs | MIT (c) Shinnosuke Watanabe
28
14
  * https://github.com/shinnn/node-strip-dirs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squidcloud/cli",
3
- "version": "1.0.226",
3
+ "version": "1.0.227",
4
4
  "description": "The Squid Cloud CLI",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -30,8 +30,7 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@angular-devkit/schematics-cli": "^17.3.5",
33
- "@squidcloud/schematics": "^1.0.226",
34
- "axios": "^1.6.7",
33
+ "@squidcloud/schematics": "^1.0.227",
35
34
  "decompress": "^4.2.1"
36
35
  },
37
36
  "devDependencies": {