wp-typia 0.22.8 → 0.22.10
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 +3522 -3250
- package/dist-bunli/{cli-pnjx2e2h.js → cli-1k61xyn2.js} +14 -9
- package/dist-bunli/{cli-arz4rcye.js → cli-2mswafd6.js} +6 -6
- package/dist-bunli/{cli-fa7g1aqm.js → cli-2x49egkd.js} +52 -58
- package/dist-bunli/{cli-bbj0kn1e.js → cli-3fzqhpx9.js} +477 -455
- package/dist-bunli/{cli-mzvzbpnz.js → cli-8reep89s.js} +5 -27
- package/dist-bunli/{cli-add-1xvw17yg.js → cli-add-8rvmezy0.js} +37 -21
- package/dist-bunli/cli-cvxvcw7c.js +46 -0
- package/dist-bunli/{cli-doctor-bjv6z74k.js → cli-doctor-5m6xyx9q.js} +8 -7
- package/dist-bunli/{cli-init-zdfrmp3y.js → cli-init-qv3zxmvc.js} +5 -4
- package/dist-bunli/{cli-scaffold-pbb67zxg.js → cli-scaffold-b1ex2y80.js} +14 -12
- package/dist-bunli/{cli-e7n7hbvr.js → cli-spdrcg8k.js} +117 -99
- package/dist-bunli/{cli-bwwssctv.js → cli-tjf0070f.js} +9 -5
- package/dist-bunli/cli.js +2 -2
- package/dist-bunli/{command-list-hbcv3bz6.js → command-list-h96cft88.js} +1188 -1005
- package/dist-bunli/{create-template-validation-7k2752mz.js → create-template-validation-rtec5sng.js} +3 -2
- package/dist-bunli/{migrations-ads3j14z.js → migrations-7g9rag5d.js} +5 -4
- package/dist-bunli/node-cli.js +1337 -1123
- package/package.json +2 -2
|
@@ -46,12 +46,9 @@ import {
|
|
|
46
46
|
writeInitialMigrationScaffold,
|
|
47
47
|
writeMigrationConfig
|
|
48
48
|
} from "./cli-2rqf6t0b.js";
|
|
49
|
-
import {
|
|
50
|
-
createReadlinePrompt
|
|
51
|
-
} from "./cli-bq2v559b.js";
|
|
52
49
|
import {
|
|
53
50
|
readWorkspaceInventory
|
|
54
|
-
} from "./cli-
|
|
51
|
+
} from "./cli-3fzqhpx9.js";
|
|
55
52
|
import {
|
|
56
53
|
getInvalidWorkspaceProjectReason,
|
|
57
54
|
tryResolveWorkspaceProject
|
|
@@ -59,6 +56,9 @@ import {
|
|
|
59
56
|
import {
|
|
60
57
|
formatRunScript
|
|
61
58
|
} from "./cli-52ke0ptp.js";
|
|
59
|
+
import {
|
|
60
|
+
createReadlinePrompt
|
|
61
|
+
} from "./cli-bq2v559b.js";
|
|
62
62
|
|
|
63
63
|
// ../wp-typia-project-tools/src/runtime/migrations.ts
|
|
64
64
|
import fs8 from "fs";
|
|
@@ -1383,6 +1383,10 @@ function renderPhpMigrationRegistryFile(state, entries) {
|
|
|
1383
1383
|
return `<?php
|
|
1384
1384
|
declare(strict_types=1);
|
|
1385
1385
|
|
|
1386
|
+
if ( ! defined( 'ABSPATH' ) ) {
|
|
1387
|
+
exit;
|
|
1388
|
+
}
|
|
1389
|
+
|
|
1386
1390
|
/**
|
|
1387
1391
|
* Generated from advanced migration snapshots. Do not edit manually.
|
|
1388
1392
|
*/
|
|
@@ -2603,4 +2607,4 @@ function seedProjectMigrations(projectDir, currentMigrationVersion, blocks, { re
|
|
|
2603
2607
|
|
|
2604
2608
|
export { formatMigrationHelpText, parseMigrationArgs, formatDiffReport, verifyProjectMigrations, doctorProjectMigrations, fixturesProjectMigrations, fuzzProjectMigrations, runMigrationCommand, planProjectMigrations, wizardProjectMigrations, initProjectMigrations, snapshotProjectVersion, diffProjectMigrations, scaffoldProjectMigrations, seedProjectMigrations };
|
|
2605
2609
|
|
|
2606
|
-
//# debugId=
|
|
2610
|
+
//# debugId=3FFBD2D8A6265FAC64756E2164756E21
|
package/dist-bunli/cli.js
CHANGED
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
package_default,
|
|
23
23
|
validateCliOutputFormatArgv,
|
|
24
24
|
writeStructuredCliDiagnosticError
|
|
25
|
-
} from "./cli-
|
|
25
|
+
} from "./cli-spdrcg8k.js";
|
|
26
26
|
import"./cli-03j0axbt.js";
|
|
27
27
|
import {
|
|
28
28
|
GLOBAL_FLAGS,
|
|
@@ -2460,7 +2460,7 @@ async function formatCliError(error) {
|
|
|
2460
2460
|
}
|
|
2461
2461
|
async function createWpTypiaCli(options = {}) {
|
|
2462
2462
|
applyStandaloneSupportLayoutEnv();
|
|
2463
|
-
const { wpTypiaCommands } = await import("./command-list-
|
|
2463
|
+
const { wpTypiaCommands } = await import("./command-list-h96cft88.js");
|
|
2464
2464
|
const cli = await createCLI({
|
|
2465
2465
|
...bunliConfig,
|
|
2466
2466
|
description: package_default.description,
|