@settlemint/sdk-cli 1.1.9-pr8fb2521f → 1.1.9-pra5901b9c

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/cli.js CHANGED
@@ -274462,7 +274462,7 @@ function pruneCurrentEnv(currentEnv, env2) {
274462
274462
  var package_default = {
274463
274463
  name: "@settlemint/sdk-cli",
274464
274464
  description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
274465
- version: "1.1.9-pr8fb2521f",
274465
+ version: "1.1.9-pra5901b9c",
274466
274466
  type: "module",
274467
274467
  private: false,
274468
274468
  license: "FSL-1.1-MIT",
@@ -274510,13 +274510,13 @@ var package_default = {
274510
274510
  "@inquirer/input": "4.1.6",
274511
274511
  "@inquirer/password": "4.0.9",
274512
274512
  "@inquirer/select": "4.0.9",
274513
- "@settlemint/sdk-js": "1.1.9-pr8fb2521f",
274514
- "@settlemint/sdk-utils": "1.1.9-pr8fb2521f",
274513
+ "@settlemint/sdk-js": "1.1.9-pra5901b9c",
274514
+ "@settlemint/sdk-utils": "1.1.9-pra5901b9c",
274515
274515
  "@types/node": "22.13.4",
274516
274516
  "@types/semver": "7.5.8",
274517
274517
  "@types/which": "3.0.4",
274518
274518
  "get-tsconfig": "4.10.0",
274519
- giget: "1.2.4",
274519
+ giget: "1.2.5",
274520
274520
  "is-in-ci": "1.0.0",
274521
274521
  semver: "7.7.1",
274522
274522
  slugify: "1.6.6",
@@ -281339,12 +281339,12 @@ async function templatePrompt(platformConfig, argument) {
281339
281339
  // src/utils/download-extract.ts
281340
281340
  import { mkdir as mkdir5 } from "node:fs/promises";
281341
281341
 
281342
- // ../../node_modules/giget/dist/shared/giget.D-_6aM9e.mjs
281342
+ // ../../node_modules/giget/dist/shared/giget.BgKdRmJH.mjs
281343
281343
  var import_tar = __toESM(require_tar(), 1);
281344
281344
  import { readFile as readFile6, writeFile as writeFile7, mkdir as mkdir4, rm as rm3 } from "node:fs/promises";
281345
281345
  import { existsSync as existsSync3, createWriteStream, readdirSync as readdirSync2 } from "node:fs";
281346
281346
 
281347
- // ../../node_modules/pathe/dist/shared/pathe.UZ-hd4nF.mjs
281347
+ // ../../node_modules/pathe/dist/shared/pathe.M-eThtNZ.mjs
281348
281348
  var _DRIVE_LETTER_START_RE = /^[A-Za-z]:\//;
281349
281349
  function normalizeWindowsPath(input = "") {
281350
281350
  if (!input) {
@@ -281572,7 +281572,7 @@ var defuArrayFn = createDefu((object, key2, currentValue) => {
281572
281572
  }
281573
281573
  });
281574
281574
 
281575
- // ../../node_modules/nypm/dist/shared/nypm.DqHADQHW.mjs
281575
+ // ../../node_modules/nypm/dist/shared/nypm.BwVzLgAA.mjs
281576
281576
  import { x as x6 } from "tinyexec";
281577
281577
  import { existsSync as existsSync2 } from "node:fs";
281578
281578
  import { readFile as readFile5 } from "node:fs/promises";
@@ -281600,6 +281600,9 @@ function cached(fn) {
281600
281600
  };
281601
281601
  }
281602
281602
  var hasCorepack = cached(async () => {
281603
+ if (globalThis.process?.versions?.webcontainer) {
281604
+ return false;
281605
+ }
281603
281606
  try {
281604
281607
  const { exitCode: exitCode2 } = await x6("corepack", ["--version"]);
281605
281608
  return exitCode2 === 0;
@@ -281766,7 +281769,7 @@ async function installDependencies2(options = {}) {
281766
281769
  // ../../node_modules/nypm/dist/index.mjs
281767
281770
  import"tinyexec";
281768
281771
 
281769
- // ../../node_modules/giget/dist/shared/giget.D-_6aM9e.mjs
281772
+ // ../../node_modules/giget/dist/shared/giget.BgKdRmJH.mjs
281770
281773
  import { pipeline } from "node:stream";
281771
281774
  var import_proxy = __toESM(require_proxy(), 1);
281772
281775
  import { homedir as homedir2 } from "node:os";
@@ -285673,4 +285676,4 @@ async function sdkCliCommand(argv = process.argv) {
285673
285676
  // src/cli.ts
285674
285677
  sdkCliCommand();
285675
285678
 
285676
- //# debugId=DA938FFF90E1B89564756E2164756E21
285679
+ //# debugId=2A38A7A2347FBECC64756E2164756E21