@caweb/cli 1.8.5 → 1.8.7
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.
|
@@ -16,7 +16,7 @@ import SimpleGit from 'simple-git';
|
|
|
16
16
|
import got from 'got';
|
|
17
17
|
import stream from 'stream';
|
|
18
18
|
import zip from 'extract-zip';
|
|
19
|
-
import
|
|
19
|
+
import { rimraf } from 'rimraf';
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
22
|
* Internal dependencies
|
|
@@ -27,7 +27,6 @@ import rim from 'rimraf';
|
|
|
27
27
|
*/
|
|
28
28
|
const pipeline = util.promisify( stream.pipeline );
|
|
29
29
|
const extractZip = util.promisify( zip );
|
|
30
|
-
const rimraf = util.promisify( rim );
|
|
31
30
|
|
|
32
31
|
/**
|
|
33
32
|
* Downloads the given source if necessary. The specific action taken depends
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caweb/cli",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.7",
|
|
4
4
|
"description": "CAWebPublishing Command Line Interface.",
|
|
5
5
|
"exports": "./lib/env.js",
|
|
6
6
|
"type": "module",
|
|
@@ -56,10 +56,10 @@
|
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@caweb/webpack": "^1.3.
|
|
60
|
-
"@inquirer/prompts": "^7.
|
|
61
|
-
"@wordpress/create-block": "^4.
|
|
62
|
-
"@wordpress/env": "^10.
|
|
59
|
+
"@caweb/webpack": "^1.3.13",
|
|
60
|
+
"@inquirer/prompts": "^7.2.0",
|
|
61
|
+
"@wordpress/create-block": "^4.57.0",
|
|
62
|
+
"@wordpress/env": "^10.14.0",
|
|
63
63
|
"axios": "^1.7.9",
|
|
64
64
|
"axios-retry": "^4.5.0",
|
|
65
65
|
"chalk": "^5.3.0",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"cross-spawn": "^7.0.6",
|
|
68
68
|
"docker-compose": "^1.1.0",
|
|
69
69
|
"fs-extra": "^11.2.0",
|
|
70
|
-
"inquirer-select-pro": "^1.0.0-alpha.
|
|
70
|
+
"inquirer-select-pro": "^1.0.0-alpha.9",
|
|
71
71
|
"ora": "^8.1.1",
|
|
72
72
|
"resolve-bin": "^1.0.1",
|
|
73
73
|
"terminal-link": "^3.0.0"
|