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.
- package/dist-bunli/.bunli/commands.gen.js +286 -246
- package/dist-bunli/{cli-add-a27wjrk4.js → cli-add-6byyahb8.js} +3 -3
- package/dist-bunli/{cli-diagnostics-db6kxv83.js → cli-diagnostics-zecc6w1f.js} +1 -1
- package/dist-bunli/{cli-doctor-31djnnxs.js → cli-doctor-2bc4sq7v.js} +1 -1
- package/dist-bunli/{cli-c5021kqy.js → cli-j1tyw390.js} +249 -212
- package/dist-bunli/{cli-scaffold-r0yxfhbq.js → cli-scaffold-19gyvxxt.js} +1 -1
- package/dist-bunli/{cli-68145vb5.js → cli-xnh2s5kz.js} +4 -4
- package/dist-bunli/{cli-jcd4wgam.js → cli-xxzpb58s.js} +6 -2
- package/dist-bunli/cli.js +4 -4
- package/dist-bunli/{command-list-kx7q3f18.js → command-list-pztcgga5.js} +8 -8
- package/dist-bunli/node-cli.js +3 -3
- package/package.json +2 -2
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
scaffoldProject,
|
|
21
21
|
syncPersistenceRestArtifacts,
|
|
22
22
|
updatePluginHeaderCompatibility
|
|
23
|
-
} from "./cli-
|
|
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=
|
|
5140
|
+
//# debugId=497A4F5F67BAF4EF64756E2164756E21
|