@caweb/cli 1.6.22 → 1.6.24

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.
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import path from 'path';
5
5
  import fs from 'fs';
6
- import { v2 as dockerCompose } from 'docker-compose';
6
+ import * as dockerCompose from 'docker-compose';
7
7
  import yaml from 'js-yaml';
8
8
 
9
9
  /**
@@ -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 { v2 as dockerCompose } from 'docker-compose';
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 { v2 as dockerCompose } from 'docker-compose';
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.22",
3
+ "version": "1.6.24",
4
4
  "description": "CAWebPublishing Command Line Interface.",
5
5
  "exports": "./lib/env.js",
6
6
  "type": "module",
@@ -56,16 +56,16 @@
56
56
  }
57
57
  },
58
58
  "dependencies": {
59
- "@caweb/webpack": "^1.2.21",
60
- "@inquirer/prompts": "^6.0.1",
61
- "@wordpress/create-block": "^4.51.0",
62
- "@wordpress/env": "^10.8.0",
59
+ "@caweb/webpack": "^1.2.22",
60
+ "@inquirer/prompts": "^7.0.0",
61
+ "@wordpress/create-block": "^4.52.0",
62
+ "@wordpress/env": "^10.9.0",
63
63
  "axios": "^1.7.7",
64
64
  "axios-retry": "^4.5.0",
65
65
  "chalk": "^5.3.0",
66
66
  "commander": "^12.1.0",
67
67
  "cross-spawn": "^7.0.3",
68
- "docker-compose": "^0.24.8",
68
+ "docker-compose": "^1.1.0",
69
69
  "inquirer-select-pro": "^1.0.0-alpha.7",
70
70
  "ora": "^8.1.0",
71
71
  "resolve-bin": "^1.0.1",