wp-typia 0.22.5 → 0.22.7

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.
@@ -45,20 +45,20 @@ import {
45
45
  setValueAtPath,
46
46
  writeInitialMigrationScaffold,
47
47
  writeMigrationConfig
48
- } from "./cli-hb9vpsev.js";
48
+ } from "./cli-2rqf6t0b.js";
49
49
  import {
50
50
  createReadlinePrompt
51
51
  } from "./cli-bq2v559b.js";
52
52
  import {
53
53
  readWorkspaceInventory
54
- } from "./cli-j30rk466.js";
54
+ } from "./cli-ta3y0hp2.js";
55
55
  import {
56
56
  getInvalidWorkspaceProjectReason,
57
57
  tryResolveWorkspaceProject
58
- } from "./cli-btbpt84c.js";
58
+ } from "./cli-hhp1d348.js";
59
59
  import {
60
60
  formatRunScript
61
- } from "./cli-6bhfzq5e.js";
61
+ } from "./cli-52ke0ptp.js";
62
62
 
63
63
  // ../wp-typia-project-tools/src/runtime/migrations.ts
64
64
  import fs8 from "fs";
@@ -17,7 +17,7 @@ var DEFAULT_WORDPRESS_CORE_ABILITIES_VERSION = "^0.9.0";
17
17
  var DEFAULT_WORDPRESS_CORE_DATA_VERSION = "^7.44.0";
18
18
  var DEFAULT_WORDPRESS_DATA_VERSION = "^9.28.0";
19
19
  var DEFAULT_WORDPRESS_DATAVIEWS_VERSION = "^14.1.0";
20
- var DEFAULT_WP_TYPIA_DATAVIEWS_VERSION = "^0.1.0";
20
+ var DEFAULT_WP_TYPIA_DATAVIEWS_VERSION = "^0.1.1";
21
21
  var cachedPackageVersions = null;
22
22
  function getErrorCode(error) {
23
23
  return typeof error === "object" && error !== null && "code" in error ? String(error.code) : undefined;
@@ -175,4 +175,4 @@ function getPackageVersions() {
175
175
 
176
176
  export { DEFAULT_WORDPRESS_ABILITIES_VERSION, DEFAULT_WORDPRESS_CORE_ABILITIES_VERSION, DEFAULT_WORDPRESS_CORE_DATA_VERSION, DEFAULT_WORDPRESS_DATA_VERSION, DEFAULT_WORDPRESS_DATAVIEWS_VERSION, DEFAULT_WP_TYPIA_DATAVIEWS_VERSION, resolveManagedPackageVersionRange, getPackageVersions };
177
177
 
178
- //# debugId=2A35523B953F4BF364756E2164756E21
178
+ //# debugId=C72EB21C0A53F5BC64756E2164756E21
@@ -3,7 +3,7 @@ import {
3
3
  formatRunScript,
4
4
  inferPackageManagerId,
5
5
  parsePackageManagerField
6
- } from "./cli-6bhfzq5e.js";
6
+ } from "./cli-52ke0ptp.js";
7
7
  import {
8
8
  __reExport
9
9
  } from "./cli-xnn9xjcy.js";
@@ -14,7 +14,7 @@ var PACKAGE_MANAGER_DATA = [
14
14
  id: "npm",
15
15
  label: "npm",
16
16
  packageManagerField: "npm@11.6.1",
17
- installCommand: "npm install",
17
+ installCommand: "npm install --no-audit",
18
18
  frozenInstallCommand: "npm ci"
19
19
  },
20
20
  {
@@ -183,4 +183,4 @@ function transformPackageManagerText(content, packageManagerId) {
183
183
 
184
184
  export { PACKAGE_MANAGER_IDS, getPackageManager, parsePackageManagerField, inferPackageManagerId, formatRunScript, formatInstallCommand, formatAddDevDependenciesCommand, formatPackageExecCommand, transformPackageManagerText };
185
185
 
186
- //# debugId=53EC02DB5040505B64756E2164756E21
186
+ //# debugId=0DCB52DE9DB6EE9D64756E2164756E21