@shopify/cli 3.83.2 → 3.84.0

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.
Files changed (89) hide show
  1. package/README.md +1 -1
  2. package/dist/{chunk-RFX7HBFN.js → chunk-3R34SLHS.js} +3 -3
  3. package/dist/{chunk-V6ZYMBVB.js → chunk-3R5F566Q.js} +3 -3
  4. package/dist/{chunk-4ALAOHE7.js → chunk-4R4BTRMH.js} +2 -2
  5. package/dist/{chunk-NHZFKFIN.js → chunk-5YF6CRHK.js} +4 -4
  6. package/dist/{chunk-U6MH2KVY.js → chunk-6JDW32IQ.js} +5 -5
  7. package/dist/{chunk-P464L3K6.js → chunk-75NBQMXN.js} +2 -2
  8. package/dist/{chunk-QJQK26XP.js → chunk-7KO7T466.js} +9 -8
  9. package/dist/{chunk-Z2AIGIVT.js → chunk-B26QDYDN.js} +2 -2
  10. package/dist/{chunk-HU2Q5MFA.js → chunk-B6R3QPZT.js} +3 -3
  11. package/dist/{chunk-ORFUSS73.js → chunk-CW4CYMWP.js} +4 -4
  12. package/dist/{chunk-3ZHC3Q7V.js → chunk-ESWT7BGC.js} +2 -2
  13. package/dist/{chunk-4NC2NVYY.js → chunk-F7CACVY7.js} +17 -3
  14. package/dist/{chunk-M3TVLW4G.js → chunk-HNKVF23P.js} +80 -80
  15. package/dist/{chunk-KDFL67TE.js → chunk-HVPPS5EU.js} +3 -3
  16. package/dist/{chunk-3P2MV54Z.js → chunk-JTM64JML.js} +2 -2
  17. package/dist/{chunk-RHR64CQH.js → chunk-K4PSDTA7.js} +4 -4
  18. package/dist/{chunk-YKYM3NLB.js → chunk-KV6ENNDU.js} +5 -5
  19. package/dist/{chunk-UIFPKYNE.js → chunk-L3FIMPVS.js} +3 -3
  20. package/dist/{chunk-BELVFLJN.js → chunk-LV6TZ6RO.js} +3 -3
  21. package/dist/{chunk-Q76H7OUL.js → chunk-M5CMNHPW.js} +748 -38
  22. package/dist/{chunk-YF7CDH6L.js → chunk-N367MT6A.js} +9 -10
  23. package/dist/{chunk-CK7Y3RFI.js → chunk-N3EU6FVY.js} +3 -3
  24. package/dist/{chunk-3TBLURBG.js → chunk-PJ7QP3SS.js} +5 -5
  25. package/dist/{chunk-FRQN52H3.js → chunk-SGRODM6N.js} +4 -4
  26. package/dist/{chunk-UFC6XUMW.js → chunk-TA4C3I5Z.js} +2 -2
  27. package/dist/{chunk-AGY4NR7U.js → chunk-TP3H2NVV.js} +7 -7
  28. package/dist/{chunk-RAC2243I.js → chunk-UMDZGSHP.js} +3 -3
  29. package/dist/{chunk-CPTZ34K2.js → chunk-V5KWQR65.js} +3 -3
  30. package/dist/{chunk-5YPOHZXF.js → chunk-VM6ZV5T3.js} +3 -3
  31. package/dist/{chunk-BRKBA6ON.js → chunk-WGLEUSG3.js} +3 -3
  32. package/dist/{chunk-Q3BLA5JC.js → chunk-WHQB5G4I.js} +7 -7
  33. package/dist/{chunk-PCHFJ5CE.js → chunk-XGZDNZUX.js} +3 -3
  34. package/dist/{chunk-IZFYF7OE.js → chunk-XMFLKI5L.js} +2 -2
  35. package/dist/{chunk-JLITATNF.js → chunk-YXCYRXKK.js} +6 -6
  36. package/dist/cli/commands/auth/logout.js +11 -11
  37. package/dist/cli/commands/auth/logout.test.js +12 -12
  38. package/dist/cli/commands/cache/clear.js +10 -10
  39. package/dist/cli/commands/debug/command-flags.js +10 -10
  40. package/dist/cli/commands/docs/generate.js +10 -10
  41. package/dist/cli/commands/docs/generate.test.js +10 -10
  42. package/dist/cli/commands/help.js +10 -10
  43. package/dist/cli/commands/kitchen-sink/async.js +11 -11
  44. package/dist/cli/commands/kitchen-sink/async.test.js +11 -11
  45. package/dist/cli/commands/kitchen-sink/index.js +13 -13
  46. package/dist/cli/commands/kitchen-sink/index.test.js +13 -13
  47. package/dist/cli/commands/kitchen-sink/prompts.js +11 -11
  48. package/dist/cli/commands/kitchen-sink/prompts.test.js +11 -11
  49. package/dist/cli/commands/kitchen-sink/static.js +11 -11
  50. package/dist/cli/commands/kitchen-sink/static.test.js +11 -11
  51. package/dist/cli/commands/notifications/generate.js +11 -11
  52. package/dist/cli/commands/notifications/list.js +11 -11
  53. package/dist/cli/commands/search.js +11 -11
  54. package/dist/cli/commands/upgrade.js +11 -11
  55. package/dist/cli/commands/version.js +11 -11
  56. package/dist/cli/commands/version.test.js +11 -11
  57. package/dist/cli/services/commands/notifications.js +6 -6
  58. package/dist/cli/services/commands/search.js +2 -2
  59. package/dist/cli/services/commands/search.test.js +2 -2
  60. package/dist/cli/services/commands/version.js +3 -3
  61. package/dist/cli/services/commands/version.test.js +4 -4
  62. package/dist/cli/services/kitchen-sink/async.js +2 -2
  63. package/dist/cli/services/kitchen-sink/prompts.js +2 -2
  64. package/dist/cli/services/kitchen-sink/static.js +2 -2
  65. package/dist/cli/services/upgrade.js +3 -3
  66. package/dist/cli/services/upgrade.test.js +4 -4
  67. package/dist/configs/all.yml +4 -4
  68. package/dist/configs/recommended.yml +4 -4
  69. package/dist/{custom-oclif-loader-QWOQ6IU2.js → custom-oclif-loader-FOUJADV6.js} +2 -2
  70. package/dist/data/filters.json +10 -10
  71. package/dist/data/latest.json +1 -1
  72. package/dist/data/objects.json +162 -10
  73. package/dist/data/setting.json +7 -2
  74. package/dist/data/shopify_system_translations.json +265 -21
  75. package/dist/data/tags.json +1 -1
  76. package/dist/data/targetted_block_entry.json +2 -2
  77. package/dist/data/theme_block_entry.json +2 -2
  78. package/dist/{error-handler-WBLMZ6OH.js → error-handler-65LUJ2S2.js} +8 -8
  79. package/dist/hooks/postrun.js +6 -6
  80. package/dist/hooks/prerun.js +7 -7
  81. package/dist/index.js +161568 -161940
  82. package/dist/{local-EXWDAQEX.js → local-L7K7ZZ6L.js} +2 -2
  83. package/dist/{morph-R37HEQ7R.js → morph-TYIH255V.js} +9 -9
  84. package/dist/{node-package-manager-FY6IDVTF.js → node-package-manager-TSNDPDHE.js} +3 -3
  85. package/dist/tsconfig.tsbuildinfo +1 -1
  86. package/dist/{ui-GHYCWXGS.js → ui-ZDWJULQO.js} +2 -2
  87. package/dist/{workerd-GLBI5GFX.js → workerd-Y6MJ3FZI.js} +13 -13
  88. package/oclif.manifest.json +20 -10
  89. package/package.json +8 -8
@@ -5,19 +5,19 @@ import {
5
5
  ensureAuthenticatedAdmin,
6
6
  ensureAuthenticatedBusinessPlatform,
7
7
  logout
8
- } from "./chunk-YF7CDH6L.js";
8
+ } from "./chunk-N367MT6A.js";
9
9
  import {
10
10
  base_command_default
11
- } from "./chunk-3TBLURBG.js";
11
+ } from "./chunk-PJ7QP3SS.js";
12
12
  import {
13
13
  fanoutHooks,
14
14
  requestIdsCollection
15
- } from "./chunk-QJQK26XP.js";
15
+ } from "./chunk-7KO7T466.js";
16
16
  import {
17
17
  businessPlatformFqdn,
18
18
  normalizeStoreFqdn,
19
19
  partnersFqdn
20
- } from "./chunk-FRQN52H3.js";
20
+ } from "./chunk-SGRODM6N.js";
21
21
  import {
22
22
  ClientError,
23
23
  GraphQLClient,
@@ -31,10 +31,10 @@ import {
31
31
  retryAwareRequest,
32
32
  sanitizeURL,
33
33
  sanitizedHeadersOutput
34
- } from "./chunk-Q76H7OUL.js";
34
+ } from "./chunk-M5CMNHPW.js";
35
35
  import {
36
36
  CLI_KIT_VERSION
37
- } from "./chunk-Z2AIGIVT.js";
37
+ } from "./chunk-B26QDYDN.js";
38
38
  import {
39
39
  cacheRetrieveOrRepopulate,
40
40
  findUpAndReadPackageJson,
@@ -44,7 +44,7 @@ import {
44
44
  readAndParsePackageJson,
45
45
  timeIntervalToMilliseconds,
46
46
  writePackageJSON
47
- } from "./chunk-KDFL67TE.js";
47
+ } from "./chunk-HVPPS5EU.js";
48
48
  import {
49
49
  AbortError,
50
50
  BugError,
@@ -83,7 +83,7 @@ import {
83
83
  source_default,
84
84
  stringifyMessage,
85
85
  writeFile
86
- } from "./chunk-4NC2NVYY.js";
86
+ } from "./chunk-F7CACVY7.js";
87
87
  import {
88
88
  basename,
89
89
  cwd,
@@ -135350,7 +135350,7 @@ var require_main = __commonJS({
135350
135350
  }
135351
135351
  });
135352
135352
 
135353
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/import-utils.js
135353
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/import-utils.js
135354
135354
  init_cjs_shims();
135355
135355
  import { createRequire } from "node:module";
135356
135356
  import { pathToFileURL } from "node:url";
@@ -135375,13 +135375,13 @@ function importLocal(packageName, path3) {
135375
135375
  return import(pathToFileURL(realPath).href);
135376
135376
  }
135377
135377
 
135378
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/request-events.js
135378
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/request-events.js
135379
135379
  init_cjs_shims();
135380
135380
  import path from "node:path";
135381
135381
  import { EventEmitter } from "node:events";
135382
135382
  import { ReadableStream } from "node:stream/web";
135383
135383
 
135384
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/graphiql-url.js
135384
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/graphiql-url.js
135385
135385
  init_cjs_shims();
135386
135386
  function getGraphiQLUrl({
135387
135387
  host = "",
@@ -135395,7 +135395,7 @@ function getGraphiQLUrl({
135395
135395
  return url;
135396
135396
  }
135397
135397
 
135398
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/request-events.js
135398
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/request-events.js
135399
135399
  var import_source_map_support = __toESM(require_source_map_support(), 1), H2O_BINDING_NAME = "H2O_LOG_EVENT", ResponseConstructor;
135400
135400
  function setConstructors(constructors) {
135401
135401
  ResponseConstructor = constructors.Response;
@@ -135496,7 +135496,7 @@ function handleDebugNetworkRequest(request) {
135496
135496
  return request.method === "DELETE" ? clearHistory() : streamRequestEvents(request);
135497
135497
  }
135498
135498
 
135499
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/mini-oxygen/common.js
135499
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/mini-oxygen/common.js
135500
135500
  init_cjs_shims();
135501
135501
  var SUBREQUEST_PROFILER_ENDPOINT = "/debug-network-server";
135502
135502
  function handleMiniOxygenImportFail() {
@@ -135530,32 +135530,32 @@ function logRequestLine({
135530
135530
  }
135531
135531
  }
135532
135532
 
135533
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/dev-shared.js
135533
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/dev-shared.js
135534
135534
  init_cjs_shims();
135535
135535
 
135536
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/commands/hydrogen/customer-account/push.js
135536
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/commands/hydrogen/customer-account/push.js
135537
135537
  init_cjs_shims();
135538
135538
  var import_core3 = __toESM(require_lib(), 1);
135539
135539
 
135540
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/commands/hydrogen/link.js
135540
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/commands/hydrogen/link.js
135541
135541
  init_cjs_shims();
135542
135542
  var import_core2 = __toESM(require_lib(), 1);
135543
135543
 
135544
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/flags.js
135544
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/flags.js
135545
135545
  init_cjs_shims();
135546
135546
  var import_core = __toESM(require_lib(), 1);
135547
135547
 
135548
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/setups/css/index.js
135548
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/setups/css/index.js
135549
135549
  init_cjs_shims();
135550
135550
 
135551
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/setups/css/assets.js
135551
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/setups/css/assets.js
135552
135552
  init_cjs_shims();
135553
135553
 
135554
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/build.js
135554
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/build.js
135555
135555
  init_cjs_shims();
135556
135556
  import { fileURLToPath } from "node:url";
135557
135557
 
135558
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/process.js
135558
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/process.js
135559
135559
  init_cjs_shims();
135560
135560
  import { exec } from "node:child_process";
135561
135561
  import { promisify } from "node:util";
@@ -135567,7 +135567,7 @@ function supressNodeExperimentalWarnings() {
135567
135567
  }));
135568
135568
  }
135569
135569
 
135570
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/build.js
135570
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/build.js
135571
135571
  var monorepoPackagesPath = new URL("../../..", import.meta.url).pathname, isHydrogenMonorepo = monorepoPackagesPath.endsWith(
135572
135572
  "/hydrogen/packages/"
135573
135573
  ), hydrogenPackagesPath = isHydrogenMonorepo ? monorepoPackagesPath : void 0, ASSETS_DIR_PREFIX = "assets/hydrogen", ASSETS_STARTER_DIR = "starter", ASSETS_STARTER_DIR_ROUTES = "routes", pkgJsonPath;
@@ -135614,7 +135614,7 @@ async function getRepoNodeModules() {
135614
135614
  return !nodeModulesPath && isHydrogenMonorepo && (nodeModulesPath = joinPath(dirname(monorepoPackagesPath), "node_modules")), nodeModulesPath;
135615
135615
  }
135616
135616
 
135617
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/setups/css/assets.js
135617
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/setups/css/assets.js
135618
135618
  var SETUP_CSS_STRATEGIES = [
135619
135619
  "tailwind",
135620
135620
  "vanilla-extract",
@@ -135649,14 +135649,14 @@ async function canWriteFiles(assetMap, directory, force) {
135649
135649
  }));
135650
135650
  }
135651
135651
 
135652
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/setups/css/tailwind.js
135652
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/setups/css/tailwind.js
135653
135653
  init_cjs_shims();
135654
135654
 
135655
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/file.js
135655
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/file.js
135656
135656
  init_cjs_shims();
135657
135657
  import { readdir } from "node:fs/promises";
135658
135658
 
135659
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/format-code.js
135659
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/format-code.js
135660
135660
  init_cjs_shims();
135661
135661
  var prettier = __toESM(require_prettier(), 1);
135662
135662
  import * as FS from "fs/promises";
@@ -135686,7 +135686,7 @@ async function formatCode(content, config = DEFAULT_PRETTIER_CONFIG, filePath =
135686
135686
  });
135687
135687
  }
135688
135688
 
135689
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/file.js
135689
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/file.js
135690
135690
  async function replaceFileContent(filepath, formatConfig, replacer) {
135691
135691
  let content = await replacer(await readFile(filepath));
135692
135692
  if (typeof content == "string")
@@ -135769,10 +135769,10 @@ async function mergeTsConfig(sourceDir, targetDir) {
135769
135769
  );
135770
135770
  }
135771
135771
 
135772
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/setups/css/replacers.js
135772
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/setups/css/replacers.js
135773
135773
  init_cjs_shims();
135774
135774
 
135775
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/ast.js
135775
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/ast.js
135776
135776
  init_cjs_shims();
135777
135777
  async function importLangAstGrep(lang) {
135778
135778
  let astGrep = await import("@ast-grep/napi");
@@ -135781,7 +135781,7 @@ async function importLangAstGrep(lang) {
135781
135781
  return astGrep[lang];
135782
135782
  }
135783
135783
 
135784
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/setups/css/replacers.js
135784
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/setups/css/replacers.js
135785
135785
  async function replaceRootLinks(appDirectory, formatConfig, importer) {
135786
135786
  let { filepath, astType } = await findFileWithExtension(appDirectory, "root");
135787
135787
  if (!filepath || !astType)
@@ -135883,7 +135883,7 @@ var vitePluginListRule = {
135883
135883
  }
135884
135884
  };
135885
135885
 
135886
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/setups/css/tailwind.js
135886
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/setups/css/tailwind.js
135887
135887
  var tailwindCssPath = "styles/tailwind.css";
135888
135888
  async function setupTailwind({ rootDirectory, appDirectory }, force = !1) {
135889
135889
  let relativeAppDirectory = relativePath(rootDirectory, appDirectory), assetMap = {
@@ -135919,7 +135919,7 @@ async function setupTailwind({ rootDirectory, appDirectory }, force = !1) {
135919
135919
  };
135920
135920
  }
135921
135921
 
135922
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/setups/css/vanilla-extract.js
135922
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/setups/css/vanilla-extract.js
135923
135923
  init_cjs_shims();
135924
135924
  async function setupVanillaExtract({
135925
135925
  rootDirectory
@@ -135940,7 +135940,7 @@ async function setupVanillaExtract({
135940
135940
  };
135941
135941
  }
135942
135942
 
135943
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/setups/css/index.js
135943
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/setups/css/index.js
135944
135944
  var STYLING_CHOICES = [...SETUP_CSS_STRATEGIES, "none"], CSS_STRATEGY_NAME_MAP = {
135945
135945
  tailwind: "Tailwind v4",
135946
135946
  "vanilla-extract": "Vanilla Extract",
@@ -135985,23 +135985,23 @@ async function renderCssPrompt(options2) {
135985
135985
  });
135986
135986
  }
135987
135987
 
135988
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/setups/i18n/index.js
135988
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/setups/i18n/index.js
135989
135989
  init_cjs_shims();
135990
135990
 
135991
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/setups/i18n/replacers.js
135991
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/setups/i18n/replacers.js
135992
135992
  init_cjs_shims();
135993
135993
 
135994
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/transpile/index.js
135994
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/transpile/index.js
135995
135995
  init_cjs_shims();
135996
135996
 
135997
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/transpile/file.js
135997
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/transpile/file.js
135998
135998
  init_cjs_shims();
135999
135999
  async function transpileFile(code, filepath, keepTypes = !0) {
136000
- let { transpileTs } = await import("./morph-R37HEQ7R.js");
136000
+ let { transpileTs } = await import("./morph-TYIH255V.js");
136001
136001
  return transpileTs(code, filepath, keepTypes);
136002
136002
  }
136003
136003
 
136004
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/transpile/project.js
136004
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/transpile/project.js
136005
136005
  init_cjs_shims();
136006
136006
  var DEFAULT_JS_CONFIG = {
136007
136007
  checkJs: !1,
@@ -136112,7 +136112,7 @@ async function transpileProject(projectDir, keepTypes = !0) {
136112
136112
  }
136113
136113
  }
136114
136114
 
136115
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/setups/i18n/replacers.js
136115
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/setups/i18n/replacers.js
136116
136116
  async function replaceContextI18n({
136117
136117
  rootDirectory,
136118
136118
  contextCreate = joinPath("app", "lib", "context.ts")
@@ -136251,7 +136251,7 @@ async function findContextCreateFile({
136251
136251
  return { filepath, astType };
136252
136252
  }
136253
136253
 
136254
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/setups/i18n/index.js
136254
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/setups/i18n/index.js
136255
136255
  var SETUP_I18N_STRATEGIES = [
136256
136256
  "subfolders",
136257
136257
  "domains",
@@ -136283,7 +136283,7 @@ async function renderI18nPrompt(options2) {
136283
136283
  });
136284
136284
  }
136285
136285
 
136286
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/flags.js
136286
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/flags.js
136287
136287
  var DEFAULT_APP_PORT = 3e3, DEFAULT_INSPECTOR_PORT = 9229, commonFlags = {
136288
136288
  path: {
136289
136289
  path: import_core.Flags.string({
@@ -136465,10 +136465,10 @@ function overrideFlag(flags, extra) {
136465
136465
  );
136466
136466
  }
136467
136467
 
136468
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/graphql/admin/link-storefront.js
136468
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/graphql/admin/link-storefront.js
136469
136469
  init_cjs_shims();
136470
136470
 
136471
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/graphql/admin/client.js
136471
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/graphql/admin/client.js
136472
136472
  init_cjs_shims();
136473
136473
 
136474
136474
  // ../cli-kit/dist/public/node/api/graphql.js
@@ -136546,12 +136546,12 @@ async function createGraphQLClient({ url, addedHeaders, token }) {
136546
136546
  };
136547
136547
  }
136548
136548
  async function performGraphQLRequest(options2) {
136549
- let { token, addedHeaders, queryAsString, variables, api, url, responseOptions, unauthorizedHandler, cacheOptions } = options2, requestBehaviour = requestMode(options2.preferredBehaviour ?? "default"), { headers, client } = await createGraphQLClient({ url, addedHeaders, token });
136549
+ let { token, addedHeaders, queryAsString, variables, api, url, responseOptions, unauthorizedHandler, cacheOptions } = options2, behaviour = requestMode(options2.preferredBehaviour ?? "default"), { headers, client } = await createGraphQLClient({ url, addedHeaders, token });
136550
136550
  debugLogRequestInfo(api, queryAsString, url, variables, headers);
136551
136551
  let rawGraphQLRequest = async () => {
136552
136552
  let fullResponse;
136553
136553
  try {
136554
- return client.requestConfig.signal = abortSignalFromRequestBehaviour(requestBehaviour), fullResponse = await client.rawRequest(queryAsString, variables), await logLastRequestIdFromResponse(fullResponse), fullResponse;
136554
+ return client.requestConfig.signal = abortSignalFromRequestBehaviour(behaviour), fullResponse = await client.rawRequest(queryAsString, variables), await logLastRequestIdFromResponse(fullResponse), fullResponse;
136555
136555
  } catch (error) {
136556
136556
  throw error instanceof ClientError && await logLastRequestIdFromResponse(error.response), error;
136557
136557
  }
@@ -136566,7 +136566,7 @@ async function performGraphQLRequest(options2) {
136566
136566
  return client = newClient, headers = newHeaders, !0;
136567
136567
  } else
136568
136568
  return !1;
136569
- } : void 0, request = () => retryAwareRequest({ request: rawGraphQLRequest, url, ...requestBehaviour }, responseOptions?.handleErrors === !1 ? void 0 : errorHandler(api)), executeWithTimer = () => runWithTimer("cmd_all_timing_network_ms")(async () => {
136569
+ } : void 0, request = () => retryAwareRequest({ request: rawGraphQLRequest, url, ...behaviour }, responseOptions?.handleErrors === !1 ? void 0 : errorHandler(api)), executeWithTimer = () => runWithTimer("cmd_all_timing_network_ms")(async () => {
136570
136570
  let response;
136571
136571
  try {
136572
136572
  response = await request();
@@ -136611,7 +136611,7 @@ async function graphqlRequestDoc(options2) {
136611
136611
  });
136612
136612
  }
136613
136613
 
136614
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/graphql/admin/client.js
136614
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/graphql/admin/client.js
136615
136615
  async function adminRequest(query, session, variables) {
136616
136616
  let api = "Admin", url = `https://${session.storeFqdn}/admin/api/unstable/graphql.json`;
136617
136617
  try {
@@ -136646,7 +136646,7 @@ async function adminRequest(query, session, variables) {
136646
136646
  }
136647
136647
  }
136648
136648
 
136649
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/gid.js
136649
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/gid.js
136650
136650
  init_cjs_shims();
136651
136651
  var GID_REGEXP = /gid:\/\/shopify\/\w*\/(\d+)/;
136652
136652
  function parseGid(gid) {
@@ -136656,7 +136656,7 @@ function parseGid(gid) {
136656
136656
  throw new AbortError(`Invalid Global ID: ${gid}`);
136657
136657
  }
136658
136658
 
136659
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/graphql/admin/link-storefront.js
136659
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/graphql/admin/link-storefront.js
136660
136660
  var LinkStorefrontQuery = `#graphql
136661
136661
  query LinkStorefront {
136662
136662
  hydrogenStorefronts {
@@ -136677,7 +136677,7 @@ async function getStorefronts(adminSession) {
136677
136677
  }));
136678
136678
  }
136679
136679
 
136680
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/shopify-config.js
136680
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/shopify-config.js
136681
136681
  init_cjs_shims();
136682
136682
  var SHOPIFY_DIR = ".shopify", SHOPIFY_DIR_PROJECT = "project.json";
136683
136683
  async function resetConfig(root) {
@@ -136748,7 +136748,7 @@ async function setCustomerAccountConfig(root, customerAccountConfig) {
136748
136748
  }
136749
136749
  }
136750
136750
 
136751
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/graphql/admin/create-storefront.js
136751
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/graphql/admin/create-storefront.js
136752
136752
  init_cjs_shims();
136753
136753
  var CreateStorefrontMutation = `#graphql
136754
136754
  mutation CreateStorefront($title: String!) {
@@ -136782,7 +136782,7 @@ async function createStorefront(adminSession, title) {
136782
136782
  return { jobId, storefront: hydrogenStorefront };
136783
136783
  }
136784
136784
 
136785
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/graphql/admin/fetch-job.js
136785
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/graphql/admin/fetch-job.js
136786
136786
  init_cjs_shims();
136787
136787
  var FetchJobQuery = `#graphql
136788
136788
  query FetchJob($id: ID!) {
@@ -136816,7 +136816,7 @@ function waitForJob(adminSession, jobId) {
136816
136816
  });
136817
136817
  }
136818
136818
 
136819
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/string.js
136819
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/string.js
136820
136820
  init_cjs_shims();
136821
136821
  function titleize(name = "") {
136822
136822
  return name.replace(/[\W_]+/g, " ").split(" ").filter((word) => word.length > 0).map(
@@ -136824,7 +136824,7 @@ function titleize(name = "") {
136824
136824
  ).join(" ");
136825
136825
  }
136826
136826
 
136827
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/shell.js
136827
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/shell.js
136828
136828
  init_cjs_shims();
136829
136829
  import os from "node:os";
136830
136830
  var ALIAS_NAME = "h2", isWindows = () => os.platform() === "win32", isGitBash = () => !!process.env.MINGW_PREFIX;
@@ -136939,10 +136939,10 @@ async function getCliCommand(directory = process.cwd(), forcePkgManager) {
136939
136939
  return (pkgManager === "bun" || pkgManager === "pnpm" || pkgManager === "yarn") && (cli = pkgManager), `${cli} shopify hydrogen`;
136940
136940
  }
136941
136941
 
136942
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/auth.js
136942
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/auth.js
136943
136943
  init_cjs_shims();
136944
136944
 
136945
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/graphql/business-platform/user-account.js
136945
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/graphql/business-platform/user-account.js
136946
136946
  init_cjs_shims();
136947
136947
 
136948
136948
  // ../cli-kit/dist/public/node/api/business-platform.js
@@ -137069,7 +137069,7 @@ async function businessPlatformOrganizationsRequestDoc(options2) {
137069
137069
  });
137070
137070
  }
137071
137071
 
137072
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/graphql/business-platform/user-account.js
137072
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/graphql/business-platform/user-account.js
137073
137073
  var CurrentUserAccountQuery = `#graphql
137074
137074
  query currentUserAccount {
137075
137075
  currentUserAccount {
@@ -137148,7 +137148,7 @@ async function getUserAccount(token) {
137148
137148
  };
137149
137149
  }
137150
137150
 
137151
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/log.js
137151
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/log.js
137152
137152
  init_cjs_shims();
137153
137153
  var originalConsole = { ...console }, methodsReplaced = /* @__PURE__ */ new Set(), addedReplacers = /* @__PURE__ */ new Set(), messageReplacers = [];
137154
137154
  function addMessageReplacers(key, ...items) {
@@ -137384,7 +137384,7 @@ function isH2Verbose() {
137384
137384
  return !!(process.env.DEBUG === "*" || process.env.DEBUG?.includes("h2:*"));
137385
137385
  }
137386
137386
 
137387
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/auth.js
137387
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/auth.js
137388
137388
  async function logout2(root) {
137389
137389
  await logout(), await resetConfig(root);
137390
137390
  }
@@ -137423,7 +137423,7 @@ function renderLoginSuccess(config) {
137423
137423
  });
137424
137424
  }
137425
137425
 
137426
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/onboarding/common.js
137426
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/onboarding/common.js
137427
137427
  init_cjs_shims();
137428
137428
  import { symlink, readdir as readdir3 } from "node:fs/promises";
137429
137429
 
@@ -140873,11 +140873,11 @@ async function removeGitRemote(directory, remoteName = "origin") {
140873
140873
  await repo.removeRemote(remoteName);
140874
140874
  }
140875
140875
 
140876
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/setups/routes/generate.js
140876
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/setups/routes/generate.js
140877
140877
  init_cjs_shims();
140878
140878
  import { readdir as readdir2 } from "node:fs/promises";
140879
140879
 
140880
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/remix-version-interop.js
140880
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/remix-version-interop.js
140881
140881
  init_cjs_shims();
140882
140882
  import { createRequire as createRequire2 } from "module";
140883
140883
  function convertRouteToV1(route) {
@@ -140891,15 +140891,15 @@ function isV1RouteConventionInstalled() {
140891
140891
  }
140892
140892
  }
140893
140893
 
140894
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/remix-config.js
140894
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/remix-config.js
140895
140895
  init_cjs_shims();
140896
140896
  import { createRequire as createRequire3 } from "node:module";
140897
140897
  import path2 from "node:path";
140898
140898
 
140899
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/remix-version-check.js
140899
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/remix-version-check.js
140900
140900
  init_cjs_shims();
140901
140901
 
140902
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/vite-config.js
140902
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/vite-config.js
140903
140903
  init_cjs_shims();
140904
140904
  var REMIX_COMPILER_ERROR_MESSAGE = "Classic Remix Compiler projects are no longer supported, please upgrade to Vite by running 'npx shopify hydrogen setup vite'";
140905
140905
  async function hasViteConfig(root) {
@@ -140984,7 +140984,7 @@ function findOxygenPlugin(config) {
140984
140984
  return findPlugin(config, "oxygen:main");
140985
140985
  }
140986
140986
 
140987
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/remix-config.js
140987
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/remix-config.js
140988
140988
  async function hasRemixConfigFile(root) {
140989
140989
  return !!(await findFileWithExtension(root, "remix.config")).filepath;
140990
140990
  }
@@ -141014,7 +141014,7 @@ async function getRemixConfig(root, mode = process.env.NODE_ENV) {
141014
141014
  return (await getViteConfig(root)).remixConfig;
141015
141015
  }
141016
141016
 
141017
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/setups/routes/generate.js
141017
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/setups/routes/generate.js
141018
141018
  var NO_LOCALE_PATTERNS = [/robots\.txt/], ROUTE_MAP = {
141019
141019
  home: ["_index", "$"],
141020
141020
  page: "pages*",
@@ -141223,7 +141223,7 @@ async function copyRouteTemplate({
141223
141223
  adapter && (templateContent = replaceAdapters(templateContent, adapter)), typescript || (templateContent = await transpileFile(templateContent, templatePath)), templateContent = await formatCode(templateContent, formatOptions, routePath), await writeFile(routePath, templateContent);
141224
141224
  }
141225
141225
 
141226
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/onboarding/common.js
141226
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/onboarding/common.js
141227
141227
  var LANGUAGES = {
141228
141228
  js: "JavaScript",
141229
141229
  ts: "TypeScript"
@@ -141671,7 +141671,7 @@ function generateRandomName() {
141671
141671
  ])} ${geographicalFeature}`;
141672
141672
  }
141673
141673
 
141674
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/commands/hydrogen/link.js
141674
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/commands/hydrogen/link.js
141675
141675
  var Link = class _Link extends base_command_default {
141676
141676
  static descriptionWithMarkdown = `Links your local development environment to a remote Hydrogen storefront. You can link an unlimited number of development environments to a single Hydrogen storefront.
141677
141677
 
@@ -141792,7 +141792,7 @@ async function createNewStorefront(root, session, storefronts) {
141792
141792
  return storefront;
141793
141793
  }
141794
141794
 
141795
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/graphql/admin/customer-application-update.js
141795
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/graphql/admin/customer-application-update.js
141796
141796
  init_cjs_shims();
141797
141797
  var CUSTOMER_APPLICATION_URLS_REPLACE = `#graphql
141798
141798
  mutation CustomerApplicationUrlsReplace($storefrontId: ID!, $urlsReplaceInput: HydrogenStorefrontCustomerApplicationUrlsReplaceInput!) {
@@ -141820,7 +141820,7 @@ async function replaceCustomerApplicationUrls(adminSession, storefrontId, urlsRe
141820
141820
  return { success, userErrors };
141821
141821
  }
141822
141822
 
141823
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/commands/hydrogen/customer-account/push.js
141823
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/commands/hydrogen/customer-account/push.js
141824
141824
  var CustomerAccountPush = class _CustomerAccountPush extends base_command_default {
141825
141825
  static description = "Push project configuration to admin";
141826
141826
  static flags = {
@@ -141953,7 +141953,7 @@ async function getStorefrontId(root, storefrontIdFromFlag) {
141953
141953
  }) ? (await getConfig(root)).storefront?.id : void 0;
141954
141954
  }
141955
141955
 
141956
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/environment-variables.js
141956
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/environment-variables.js
141957
141957
  init_cjs_shims();
141958
141958
 
141959
141959
  // ../cli-kit/dist/public/node/dot-env.js
@@ -142018,7 +142018,7 @@ function createDotEnvFileLine(key, value, quote2) {
142018
142018
  return `${key}=${value}`;
142019
142019
  }
142020
142020
 
142021
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/graphql/admin/pull-variables.js
142021
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/graphql/admin/pull-variables.js
142022
142022
  init_cjs_shims();
142023
142023
  var PullVariablesQuery = `#graphql
142024
142024
  query PullVariables($id: ID!, $handle: String) {
@@ -142046,7 +142046,7 @@ async function getStorefrontEnvVariables(adminSession, storefrontId, envHandle)
142046
142046
  return hydrogenStorefront;
142047
142047
  }
142048
142048
 
142049
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/graphql/admin/list-environments.js
142049
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/graphql/admin/list-environments.js
142050
142050
  init_cjs_shims();
142051
142051
  var ListEnvironmentsQuery = `#graphql
142052
142052
  query ListStorefronts($id: ID!) {
@@ -142074,7 +142074,7 @@ async function getStorefrontEnvironments(adminSession, storefrontId) {
142074
142074
  return hydrogenStorefront;
142075
142075
  }
142076
142076
 
142077
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/common.js
142077
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/common.js
142078
142078
  init_cjs_shims();
142079
142079
  function orderEnvironmentsBySafety(environments) {
142080
142080
  return [
@@ -142115,7 +142115,7 @@ function environmentNotFound(criterion, value) {
142115
142115
  );
142116
142116
  }
142117
142117
 
142118
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/environment-variables.js
142118
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/environment-variables.js
142119
142119
  var createEmptyRemoteVars = () => ({
142120
142120
  remoteVariables: {},
142121
142121
  remoteSecrets: {}
@@ -142186,7 +142186,7 @@ async function getLocalVariables(root, envFile) {
142186
142186
  );
142187
142187
  }
142188
142188
 
142189
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/tunneling.js
142189
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/tunneling.js
142190
142190
  init_cjs_shims();
142191
142191
  async function startTunnelPlugin(config, port, provider) {
142192
142192
  let hooks = await fanoutHooks(config, "tunnel_start", { port, provider }), first2 = Object.values(hooks).filter(
@@ -142217,7 +142217,7 @@ async function pollTunnelURL(tunnelClient) {
142217
142217
  });
142218
142218
  }
142219
142219
 
142220
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.2_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_e67bd8d5620b222f0d88ec0729535c5f/node_modules/@shopify/cli-hydrogen/dist/lib/dev-shared.js
142220
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.3_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_571e6f0170478bea3c59260825bed3cb/node_modules/@shopify/cli-hydrogen/dist/lib/dev-shared.js
142221
142221
  function isMockShop(envVariables) {
142222
142222
  return envVariables.PUBLIC_STORE_DOMAIN === "mock.shop" || // We fallback to mock.shop if the env var is falsy.
142223
142223
  // When it's undefined, it might be overwritten by remote variables.
@@ -142434,4 +142434,4 @@ export {
142434
142434
  getDebugBannerLine,
142435
142435
  getUtilityBannerlines
142436
142436
  };
142437
- //# sourceMappingURL=chunk-M3TVLW4G.js.map
142437
+ //# sourceMappingURL=chunk-HNKVF23P.js.map