@caweb/cli 1.6.24 → 1.6.26
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.
|
@@ -179,14 +179,6 @@ async function downloadZipSource( source, { onProgress, spinner, debug } ) {
|
|
|
179
179
|
|
|
180
180
|
function dowloadPlugins(pluginDir){
|
|
181
181
|
return [
|
|
182
|
-
{
|
|
183
|
-
basename: 'Design System',
|
|
184
|
-
url: 'https://github.com/CAWebPublishing/design-system-wordpress.git',
|
|
185
|
-
ref: 'main',
|
|
186
|
-
path: path.join(pluginDir, 'design-system-wordpress'),
|
|
187
|
-
clonePath: path.join(pluginDir, 'design-system-wordpress'),
|
|
188
|
-
type: 'git'
|
|
189
|
-
},
|
|
190
182
|
{
|
|
191
183
|
basename: 'Query Monitor',
|
|
192
184
|
url: 'https://downloads.wordpress.org/plugin/query-monitor.3.15.0.zip',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caweb/cli",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.26",
|
|
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.2.
|
|
59
|
+
"@caweb/webpack": "^1.2.24",
|
|
60
60
|
"@inquirer/prompts": "^7.0.0",
|
|
61
|
-
"@wordpress/create-block": "^4.
|
|
62
|
-
"@wordpress/env": "^10.
|
|
61
|
+
"@wordpress/create-block": "^4.53.0",
|
|
62
|
+
"@wordpress/env": "^10.10.0",
|
|
63
63
|
"axios": "^1.7.7",
|
|
64
64
|
"axios-retry": "^4.5.0",
|
|
65
65
|
"chalk": "^5.3.0",
|