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.
@@ -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-bbj0kn1e.js";
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=BE1EB867745EABB564756E2164756E21
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-e7n7hbvr.js";
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-hbcv3bz6.js");
2463
+ const { wpTypiaCommands } = await import("./command-list-h96cft88.js");
2464
2464
  const cli = await createCLI({
2465
2465
  ...bunliConfig,
2466
2466
  description: package_default.description,