@caweb/cli 1.16.10 → 1.16.12

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.
Files changed (2) hide show
  1. package/configs/wp-env.js +4 -12
  2. package/package.json +7 -7
package/configs/wp-env.js CHANGED
@@ -49,6 +49,10 @@ async function wpEnvConfig ( {workDirectoryPath: cwd , multisite, subdomain, plu
49
49
  core: `WordPress/WordPress#${pkg.config.WP_VER}`,
50
50
  phpVersion: `${pkg.config.PHP_VER}`,
51
51
  multisite,
52
+ port: 8888,
53
+ autoPort: true,
54
+ phpmyadminPort: 9998,
55
+ testsEnvironment: false,
52
56
  themes: [
53
57
  `CAWebPublishing/CAWeb#${pkg.config.CAWEB_VER}`
54
58
  ],
@@ -56,18 +60,6 @@ async function wpEnvConfig ( {workDirectoryPath: cwd , multisite, subdomain, plu
56
60
  'CAWebPublishing/caweb-dev',
57
61
  `https://downloads.wordpress.org/plugin/query-monitor.${pkg.config.QUERY_MONITOR}.zip`,
58
62
  ],
59
- env: {
60
- development: {
61
- port: 8888,
62
- phpmyadminPort: 9998,
63
- config: {}
64
- },
65
- tests: {
66
- port: 8889,
67
- phpmyadminPort: 9999,
68
- config: {}
69
- }
70
- },
71
63
  lifecycleScripts: {
72
64
  afterStart: `node ${ setupFile } ${ argString }`,
73
65
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caweb/cli",
3
- "version": "1.16.10",
3
+ "version": "1.16.12",
4
4
  "description": "CAWebPublishing Command Line Interface.",
5
5
  "exports": "./lib/env.js",
6
6
  "type": "module",
@@ -40,7 +40,7 @@
40
40
  "access": "public"
41
41
  },
42
42
  "config": {
43
- "WP_VER": "6.9.1",
43
+ "WP_VER": "6.9.4",
44
44
  "PHP_VER": "8.4",
45
45
  "CAWEB_VER": "1.13.3",
46
46
  "DIVI_VER": "4.27.5",
@@ -66,10 +66,10 @@
66
66
  "dependencies": {
67
67
  "@caweb/a11y-webpack-plugin": "^2.1.6",
68
68
  "@caweb/css-audit-webpack-plugin": "^2.1.5",
69
- "@caweb/html-webpack-plugin": "^2.1.15",
69
+ "@caweb/html-webpack-plugin": "^2.1.16",
70
70
  "@caweb/jshint-webpack-plugin": "^2.1.5",
71
71
  "@caweb/webpack": "^2.0.5",
72
- "@inquirer/prompts": "^8.3.0",
72
+ "@inquirer/prompts": "^8.3.2",
73
73
  "@noble/hashes": "^2.0.1",
74
74
  "@wordpress/create-block": "^4.84.0",
75
75
  "@wordpress/env": "^11.1.0",
@@ -80,12 +80,12 @@
80
80
  "cross-spawn": "^7.0.6",
81
81
  "crypto": "^1.0.1",
82
82
  "deepmerge": "^4.3.1",
83
- "docker-compose": "^1.3.1",
84
- "fast-xml-parser": "^5.4.2",
83
+ "docker-compose": "^1.3.2",
84
+ "fast-xml-parser": "^5.5.6",
85
85
  "fs-extra": "^11.3.4",
86
86
  "html-to-json-parser": "^2.0.1",
87
87
  "inquirer-select-pro": "^1.0.0-alpha.9",
88
- "jsdom": "^28.1.0",
88
+ "jsdom": "^29.0.0",
89
89
  "node-html-parser": "^7.1.0",
90
90
  "ora": "^9.3.0",
91
91
  "resolve-bin": "^1.0.1",