@squidcloud/cli 1.0.6 → 1.0.8
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.
- package/dist/index.js +5 -9
- package/dist/index.js.LICENSE.txt +0 -13
- package/package.json +2 -2
|
@@ -36,17 +36,4 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
36
36
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
|
-
/**
|
|
40
|
-
* Wrapper for built-in http.js to emulate the browser XMLHttpRequest object.
|
|
41
|
-
*
|
|
42
|
-
* This can be used with JS designed for browsers to improve reuse of code and
|
|
43
|
-
* allow the use of existing libraries.
|
|
44
|
-
*
|
|
45
|
-
* Usage: include("XMLHttpRequest.js") and use XMLHttpRequest per W3C specs.
|
|
46
|
-
*
|
|
47
|
-
* @author Dan DeFelippi <dan@driverdan.com>
|
|
48
|
-
* @contributor David Ellis <d.f.ellis@ieee.org>
|
|
49
|
-
* @license MIT
|
|
50
|
-
*/
|
|
51
|
-
|
|
52
39
|
/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@squidcloud/cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "The Squid Cloud CLI",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@angular-devkit/schematics": "15.0.4",
|
|
27
27
|
"@angular-devkit/schematics-cli": "15.0.4",
|
|
28
|
-
"@squidcloud/schematics": "1.0.
|
|
28
|
+
"@squidcloud/schematics": "1.0.8",
|
|
29
29
|
"axios": "^1.2.2",
|
|
30
30
|
"form-data": "^4.0.0",
|
|
31
31
|
"enquirer": "^2.3.6",
|