wp-typia 0.20.4 → 0.20.5

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.
@@ -20,7 +20,7 @@ import {
20
20
  scaffoldProject,
21
21
  syncPersistenceRestArtifacts,
22
22
  updatePluginHeaderCompatibility
23
- } from "./cli-c5021kqy.js";
23
+ } from "./cli-j1tyw390.js";
24
24
  import {
25
25
  getPackageVersions
26
26
  } from "./cli-tesygdnr.js";
@@ -641,7 +641,7 @@ async function runAddBlockCommand({
641
641
  throw new Error("`wp-typia add block --template query-loop` is not supported. Query Loop is a create-time `core/query` variation scaffold, so use `wp-typia create <project-dir> --template query-loop` instead.");
642
642
  }
643
643
  if (!isAddBlockTemplateId(templateId)) {
644
- throw new Error(`Unknown add-block template "${templateId}". Expected one of: ${ADD_BLOCK_TEMPLATE_IDS.join(", ")}`);
644
+ throw new Error(`Unknown add-block template "${templateId}". Expected one of: ${ADD_BLOCK_TEMPLATE_IDS.join(", ")}. Run \`wp-typia templates list\` to inspect available templates.`);
645
645
  }
646
646
  const resolvedTemplateId = templateId;
647
647
  assertPersistenceFlagsAllowed(resolvedTemplateId, {
@@ -5137,4 +5137,4 @@ export {
5137
5137
  ADD_BLOCK_TEMPLATE_IDS
5138
5138
  };
5139
5139
 
5140
- //# debugId=B375BD42A8A3F6C764756E2164756E21
5140
+ //# debugId=497A4F5F67BAF4EF64756E2164756E21
@@ -10,7 +10,7 @@ import {
10
10
  getFailingDoctorChecks,
11
11
  isCliDiagnosticError,
12
12
  serializeCliDiagnosticError
13
- } from "./cli-jcd4wgam.js";
13
+ } from "./cli-xxzpb58s.js";
14
14
  import"./cli-xnn9xjcy.js";
15
15
  export {
16
16
  serializeCliDiagnosticError,
@@ -4,7 +4,7 @@ import {
4
4
  formatDoctorCheckLine,
5
5
  formatDoctorSummaryLine,
6
6
  getDoctorFailureDetailLines
7
- } from "./cli-jcd4wgam.js";
7
+ } from "./cli-xxzpb58s.js";
8
8
  import {
9
9
  getBuiltInTemplateLayerDirs,
10
10
  isOmittableBuiltInTemplateLayerDir