@squidcloud/cli 1.0.222 → 1.0.224

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.
@@ -1,3 +1,14 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*!
8
+ * is-natural-number.js | MIT (c) Shinnosuke Watanabe
9
+ * https://github.com/shinnn/is-natural-number.js
10
+ */
11
+
1
12
  /*!
2
13
  * mime-db
3
14
  * Copyright(c) 2014 Jonathan Ong
@@ -12,10 +23,9 @@
12
23
  * MIT Licensed
13
24
  */
14
25
 
15
- /*! crc32.js (C) 2014-present SheetJS -- http://sheetjs.com */
26
+ /*!
27
+ * strip-dirs | MIT (c) Shinnosuke Watanabe
28
+ * https://github.com/shinnn/node-strip-dirs
29
+ */
16
30
 
17
31
  /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
18
-
19
- /*! simple-concat. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
20
-
21
- /*! simple-get. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squidcloud/cli",
3
- "version": "1.0.222",
3
+ "version": "1.0.224",
4
4
  "description": "The Squid Cloud CLI",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -29,9 +29,12 @@
29
29
  "node": ">=18.0.0"
30
30
  },
31
31
  "dependencies": {
32
- "axios": "^1.6.7",
33
- "@squidcloud/schematics": "^1.0.222",
34
32
  "@angular-devkit/schematics-cli": "^17.3.5",
35
- "isomorphic-git": "^1.25.7"
33
+ "@squidcloud/schematics": "^1.0.224",
34
+ "axios": "^1.6.7",
35
+ "decompress": "^4.2.1"
36
+ },
37
+ "devDependencies": {
38
+ "@types/decompress": "^4.2.7"
36
39
  }
37
40
  }