@caweb/cli 1.6.10 → 1.6.11

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.
@@ -295,9 +295,6 @@ export default async function sync({
295
295
  debug
296
296
  );
297
297
 
298
- console.log( debug );
299
- console.log( pages );
300
- console.log( pageIds );
301
298
  // pages can be nested so we have to collect any parent items.
302
299
  pages = await getParentItems(
303
300
  pages,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caweb/cli",
3
- "version": "1.6.10",
3
+ "version": "1.6.11",
4
4
  "description": "CAWebPublishing Command Line Interface.",
5
5
  "exports": "./lib/env.js",
6
6
  "type": "module",
@@ -56,11 +56,11 @@
56
56
  }
57
57
  },
58
58
  "dependencies": {
59
- "@caweb/webpack": "^1.2.10",
60
- "@inquirer/prompts": "^5.3.8",
61
- "@wordpress/create-block": "^4.49.0",
62
- "@wordpress/env": "^10.6.0",
63
- "axios": "^1.7.5",
59
+ "@caweb/webpack": "^1.2.11",
60
+ "@inquirer/prompts": "^5.4.0",
61
+ "@wordpress/create-block": "^4.50.0",
62
+ "@wordpress/env": "^10.7.0",
63
+ "axios": "^1.7.7",
64
64
  "axios-retry": "^4.5.0",
65
65
  "chalk": "^5.3.0",
66
66
  "commander": "^12.1.0",