@squidcloud/cli 1.0.215 → 1.0.216

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.
@@ -11,3 +11,11 @@
11
11
  * Copyright(c) 2015 Douglas Christopher Wilson
12
12
  * MIT Licensed
13
13
  */
14
+
15
+ /*! crc32.js (C) 2014-present SheetJS -- http://sheetjs.com */
16
+
17
+ /*! 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.215",
3
+ "version": "1.0.216",
4
4
  "description": "The Squid Cloud CLI",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -30,7 +30,8 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "axios": "^1.6.7",
33
- "@squidcloud/schematics": "^1.0.215",
34
- "@angular-devkit/schematics-cli": "^17.3.5"
33
+ "@squidcloud/schematics": "^1.0.216",
34
+ "@angular-devkit/schematics-cli": "^17.3.5",
35
+ "isomorphic-git": "^1.25.7"
35
36
  }
36
37
  }