@getcoherent/cli 0.6.5 → 0.6.6

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/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -7904,7 +7904,7 @@ ${compLines.join("\n")}`);
7904
7904
  }
7905
7905
  async function splitGeneratePages(spinner, message, modCtx, provider, parseOpts) {
7906
7906
  let pageNames = [];
7907
- spinner.start("Phase 1/5 \u2014 Planning pages...");
7907
+ spinner.start("Phase 1/6 \u2014 Planning pages...");
7908
7908
  try {
7909
7909
  const planResult = await parseModification(message, modCtx, provider, { ...parseOpts, planOnly: true });
7910
7910
  const pageReqs = planResult.requests.filter((r) => r.type === "add-page");
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.6.5",
6
+ "version": "0.6.6",
7
7
  "description": "CLI interface for Coherent Design Method",
8
8
  "type": "module",
9
9
  "main": "./dist/index.js",
@@ -43,7 +43,7 @@
43
43
  "ora": "^7.0.1",
44
44
  "prompts": "^2.4.2",
45
45
  "zod": "^3.22.4",
46
- "@getcoherent/core": "0.6.5"
46
+ "@getcoherent/core": "0.6.6"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^20.11.0",