@caweb/cli 1.6.23 → 1.6.25
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/commands/env/start.js +1 -1
- package/commands/env/stop.js +1 -1
- package/lib/helpers.js +1 -1
- package/package.json +2 -2
package/commands/env/start.js
CHANGED
package/commands/env/stop.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import path from 'path';
|
|
5
5
|
import loadConfig from '@wordpress/env/lib/config/load-config.js';
|
|
6
|
-
import
|
|
6
|
+
import * as dockerCompose from 'docker-compose';
|
|
7
7
|
|
|
8
8
|
import { default as wpEnvStop } from '@wordpress/env/lib/commands/stop.js';
|
|
9
9
|
|
package/lib/helpers.js
CHANGED
|
@@ -5,7 +5,7 @@ import path from 'path';
|
|
|
5
5
|
import spawn from 'cross-spawn';
|
|
6
6
|
import { fileURLToPath } from 'url';
|
|
7
7
|
import { sync as resolveBin } from 'resolve-bin';
|
|
8
|
-
import
|
|
8
|
+
import * as dockerCompose from 'docker-compose';
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* Internal dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caweb/cli",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.25",
|
|
4
4
|
"description": "CAWebPublishing Command Line Interface.",
|
|
5
5
|
"exports": "./lib/env.js",
|
|
6
6
|
"type": "module",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@caweb/webpack": "^1.2.
|
|
59
|
+
"@caweb/webpack": "^1.2.23",
|
|
60
60
|
"@inquirer/prompts": "^7.0.0",
|
|
61
61
|
"@wordpress/create-block": "^4.52.0",
|
|
62
62
|
"@wordpress/env": "^10.9.0",
|