@shopify/cli 3.80.3 → 3.80.5

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 (135) hide show
  1. package/dist/assets/hydrogen/starter/.cursor/rules/hydrogen-react-router.mdc +52 -0
  2. package/dist/assets/hydrogen/starter/CHANGELOG.md +35 -0
  3. package/dist/assets/hydrogen/starter/app/components/AddToCartButton.tsx +1 -1
  4. package/dist/assets/hydrogen/starter/app/components/CartLineItem.tsx +1 -1
  5. package/dist/assets/hydrogen/starter/app/components/CartMain.tsx +1 -1
  6. package/dist/assets/hydrogen/starter/app/components/CartSummary.tsx +1 -1
  7. package/dist/assets/hydrogen/starter/app/components/Footer.tsx +1 -1
  8. package/dist/assets/hydrogen/starter/app/components/Header.tsx +1 -1
  9. package/dist/assets/hydrogen/starter/app/components/PageLayout.tsx +1 -1
  10. package/dist/assets/hydrogen/starter/app/components/ProductForm.tsx +1 -1
  11. package/dist/assets/hydrogen/starter/app/components/ProductItem.tsx +1 -1
  12. package/dist/assets/hydrogen/starter/app/components/SearchForm.tsx +1 -1
  13. package/dist/assets/hydrogen/starter/app/components/SearchFormPredictive.tsx +1 -6
  14. package/dist/assets/hydrogen/starter/app/components/SearchResults.tsx +1 -1
  15. package/dist/assets/hydrogen/starter/app/components/SearchResultsPredictive.tsx +1 -1
  16. package/dist/assets/hydrogen/starter/app/entry.client.tsx +2 -2
  17. package/dist/assets/hydrogen/starter/app/entry.server.tsx +9 -4
  18. package/dist/assets/hydrogen/starter/app/lib/variants.ts +1 -1
  19. package/dist/assets/hydrogen/starter/app/root.tsx +1 -1
  20. package/dist/assets/hydrogen/starter/app/routes/_index.tsx +1 -1
  21. package/dist/assets/hydrogen/starter/app/routes/account.addresses.tsx +1 -1
  22. package/dist/assets/hydrogen/starter/app/routes/account.orders.$id.tsx +4 -4
  23. package/dist/assets/hydrogen/starter/app/routes/account.orders._index.tsx +1 -1
  24. package/dist/assets/hydrogen/starter/app/routes/account.profile.tsx +1 -7
  25. package/dist/assets/hydrogen/starter/app/routes/account.tsx +1 -1
  26. package/dist/assets/hydrogen/starter/app/routes/api.$version.[graphql.json].tsx +14 -0
  27. package/dist/assets/hydrogen/starter/app/routes/blogs.$blogHandle.$articleHandle.tsx +1 -1
  28. package/dist/assets/hydrogen/starter/app/routes/blogs.$blogHandle._index.tsx +1 -1
  29. package/dist/assets/hydrogen/starter/app/routes/blogs._index.tsx +1 -1
  30. package/dist/assets/hydrogen/starter/app/routes/cart.tsx +7 -2
  31. package/dist/assets/hydrogen/starter/app/routes/collections.$handle.tsx +1 -1
  32. package/dist/assets/hydrogen/starter/app/routes/collections._index.tsx +1 -1
  33. package/dist/assets/hydrogen/starter/app/routes/collections.all.tsx +2 -2
  34. package/dist/assets/hydrogen/starter/app/routes/pages.$handle.tsx +1 -1
  35. package/dist/assets/hydrogen/starter/app/routes/policies.$handle.tsx +1 -1
  36. package/dist/assets/hydrogen/starter/app/routes/policies._index.tsx +1 -1
  37. package/dist/assets/hydrogen/starter/app/routes/products.$handle.tsx +1 -1
  38. package/dist/assets/hydrogen/starter/app/routes/search.tsx +1 -1
  39. package/dist/assets/hydrogen/starter/app/routes.ts +2 -2
  40. package/dist/assets/hydrogen/starter/env.d.ts +12 -2
  41. package/dist/assets/hydrogen/starter/eslint.config.js +2 -0
  42. package/dist/assets/hydrogen/starter/package.json +11 -12
  43. package/dist/assets/hydrogen/starter/react-router.config.ts +7 -0
  44. package/dist/assets/hydrogen/starter/server.ts +2 -5
  45. package/dist/assets/hydrogen/starter/tsconfig.json +18 -6
  46. package/dist/assets/hydrogen/starter/vite.config.ts +3 -24
  47. package/dist/assets/hydrogen/tailwind/package.json +4 -1
  48. package/dist/assets/hydrogen/virtual-routes/components/RequestDetails.jsx +1 -1
  49. package/dist/assets/hydrogen/virtual-routes/layout.jsx +1 -7
  50. package/dist/assets/hydrogen/virtual-routes/routes/index.jsx +1 -1
  51. package/dist/assets/hydrogen/virtual-routes/routes/subrequest-profiler.jsx +1 -1
  52. package/dist/assets/hydrogen/virtual-routes/virtual-root-with-layout.jsx +1 -1
  53. package/dist/assets/hydrogen/virtual-routes/virtual-root.jsx +1 -1
  54. package/dist/assets/hydrogen/vite/vite.config.js +1 -1
  55. package/dist/{chunk-S2VPJHP3.js → chunk-2ZXZ6TMG.js} +6 -6
  56. package/dist/{chunk-NWLJH5W5.js → chunk-3Y3XPRQ6.js} +4 -4
  57. package/dist/{chunk-ZQLRXAT4.js → chunk-4QN5J4PQ.js} +4 -4
  58. package/dist/{chunk-6N54IMG5.js → chunk-52XNWDUG.js} +2 -2
  59. package/dist/{chunk-W2JK2Y2P.js → chunk-7VUAPVO6.js} +6 -6
  60. package/dist/{chunk-F3TFLWNH.js → chunk-BK4IIAID.js} +3 -3
  61. package/dist/{chunk-UUNEYHYM.js → chunk-BR2NBKUW.js} +4 -4
  62. package/dist/{chunk-EIRCYG3C.js → chunk-D5NBHTIZ.js} +2 -2
  63. package/dist/{chunk-4WGX6J2C.js → chunk-DCBKCTEJ.js} +2 -2
  64. package/dist/{chunk-SHG4WGA5.js → chunk-EXAGVZF6.js} +4 -4
  65. package/dist/{chunk-IQZJA4WJ.js → chunk-F5KMS2TZ.js} +2 -2
  66. package/dist/{chunk-YAKZ5LBE.js → chunk-HHXHFCPT.js} +305 -473
  67. package/dist/{chunk-ANEEPS5R.js → chunk-HK5IHRTT.js} +5 -5
  68. package/dist/{chunk-IVP6O724.js → chunk-I2MST2WP.js} +3 -3
  69. package/dist/{chunk-YIOA4IG2.js → chunk-I726U4UA.js} +3 -3
  70. package/dist/{chunk-MMKJLJOU.js → chunk-IWJSMR4L.js} +3 -3
  71. package/dist/{chunk-ZVNTBN7P.js → chunk-JATT3FYX.js} +3 -3
  72. package/dist/{chunk-3R7MN6NF.js → chunk-KBENE52L.js} +3 -3
  73. package/dist/{chunk-6BBSMP74.js → chunk-KYH3WDGK.js} +4 -4
  74. package/dist/{chunk-EXSNWLDD.js → chunk-L6ROCMDO.js} +5 -5
  75. package/dist/{chunk-P5WXXASN.js → chunk-N4CSAPLU.js} +3 -3
  76. package/dist/{chunk-36JX5ZL3.js → chunk-N6LDKETI.js} +3 -3
  77. package/dist/{chunk-HZH4EZRH.js → chunk-ONMISMO4.js} +6 -6
  78. package/dist/{chunk-36A3YXBJ.js → chunk-PMIAZTDQ.js} +2 -2
  79. package/dist/{chunk-TBYDOGMF.js → chunk-PUMTB3YW.js} +7 -7
  80. package/dist/{chunk-NK3XLCW4.js → chunk-Q43ZURCK.js} +2 -2
  81. package/dist/{chunk-EP3PUZCH.js → chunk-SELFIPBY.js} +2 -2
  82. package/dist/{chunk-STFQ3LDD.js → chunk-T3LVGAPV.js} +3 -3
  83. package/dist/{chunk-L52YIB6L.js → chunk-TX7PPGUZ.js} +4 -4
  84. package/dist/{chunk-6TBBYLQ6.js → chunk-UEIMUAER.js} +2 -2
  85. package/dist/{chunk-WBXXSY5O.js → chunk-VAUXWFOM.js} +3 -3
  86. package/dist/{chunk-T2OTVMC3.js → chunk-WI6TASTN.js} +2 -2
  87. package/dist/{chunk-2MZ6KVDM.js → chunk-YYB2DPLI.js} +3 -3
  88. package/dist/{chunk-FRYAHHLJ.js → chunk-ZXVXGNY4.js} +5 -5
  89. package/dist/cli/commands/auth/logout.js +11 -11
  90. package/dist/cli/commands/auth/logout.test.js +12 -12
  91. package/dist/cli/commands/cache/clear.js +10 -10
  92. package/dist/cli/commands/debug/command-flags.js +10 -10
  93. package/dist/cli/commands/docs/generate.js +10 -10
  94. package/dist/cli/commands/docs/generate.test.js +10 -10
  95. package/dist/cli/commands/help.js +10 -10
  96. package/dist/cli/commands/kitchen-sink/async.js +11 -11
  97. package/dist/cli/commands/kitchen-sink/async.test.js +11 -11
  98. package/dist/cli/commands/kitchen-sink/index.js +13 -13
  99. package/dist/cli/commands/kitchen-sink/index.test.js +13 -13
  100. package/dist/cli/commands/kitchen-sink/prompts.js +11 -11
  101. package/dist/cli/commands/kitchen-sink/prompts.test.js +11 -11
  102. package/dist/cli/commands/kitchen-sink/static.js +11 -11
  103. package/dist/cli/commands/kitchen-sink/static.test.js +11 -11
  104. package/dist/cli/commands/notifications/generate.js +11 -11
  105. package/dist/cli/commands/notifications/list.js +11 -11
  106. package/dist/cli/commands/search.js +11 -11
  107. package/dist/cli/commands/upgrade.js +11 -11
  108. package/dist/cli/commands/version.js +11 -11
  109. package/dist/cli/commands/version.test.js +11 -11
  110. package/dist/cli/services/commands/notifications.js +6 -6
  111. package/dist/cli/services/commands/search.js +2 -2
  112. package/dist/cli/services/commands/search.test.js +2 -2
  113. package/dist/cli/services/commands/version.js +3 -3
  114. package/dist/cli/services/commands/version.test.js +4 -4
  115. package/dist/cli/services/kitchen-sink/async.js +2 -2
  116. package/dist/cli/services/kitchen-sink/prompts.js +2 -2
  117. package/dist/cli/services/kitchen-sink/static.js +2 -2
  118. package/dist/cli/services/upgrade.js +3 -3
  119. package/dist/cli/services/upgrade.test.js +4 -4
  120. package/dist/{custom-oclif-loader-LEBCVICA.js → custom-oclif-loader-NRWKTMWK.js} +2 -2
  121. package/dist/{error-handler-RPKNZNPJ.js → error-handler-AVFBYBX3.js} +8 -8
  122. package/dist/hooks/postrun.js +6 -6
  123. package/dist/hooks/prerun.js +7 -7
  124. package/dist/index.js +768 -1122
  125. package/dist/{local-DMUVO2RC.js → local-IZUQBMP3.js} +2 -2
  126. package/dist/{morph-EB6ON4RE.js → morph-3VOLMA55.js} +9 -9
  127. package/dist/{node-package-manager-KM7I5LPO.js → node-package-manager-F7U753X4.js} +3 -3
  128. package/dist/tsconfig.tsbuildinfo +1 -1
  129. package/dist/{ui-F4QPST3C.js → ui-JUF2QSGU.js} +2 -2
  130. package/dist/{workerd-VQLKP2OR.js → workerd-MVGKDJ7H.js} +13 -13
  131. package/oclif.manifest.json +3 -23
  132. package/package.json +7 -7
  133. package/dist/assets/hydrogen/starter/.cursor/rules/cookbook-recipe-subscriptions.mdc +0 -921
  134. package/dist/chunk-NOSVFQH5.js +0 -107
  135. package/dist/node-MTCU4HTA.js +0 -166
@@ -1,7 +1,16 @@
1
1
  {
2
- "include": ["./**/*.d.ts", "./**/*.ts", "./**/*.tsx"],
2
+ "include": [
3
+ "./**/*.d.ts",
4
+ "./**/*.ts",
5
+ "./**/*.tsx",
6
+ ".react-router/types/**/*"
7
+ ],
3
8
  "compilerOptions": {
4
- "lib": ["DOM", "DOM.Iterable", "ES2022"],
9
+ "lib": [
10
+ "DOM",
11
+ "DOM.Iterable",
12
+ "ES2022"
13
+ ],
5
14
  "isolatedModules": true,
6
15
  "esModuleInterop": true,
7
16
  "jsx": "react-jsx",
@@ -16,12 +25,15 @@
16
25
  "baseUrl": ".",
17
26
  "types": [
18
27
  "@shopify/oxygen-workers-types",
19
- "@remix-run/server-runtime",
28
+ "react-router",
20
29
  "vite/client"
21
30
  ],
22
31
  "paths": {
23
- "~/*": ["app/*"]
32
+ "~/*": [
33
+ "app/*"
34
+ ]
24
35
  },
25
- "noEmit": true
36
+ "noEmit": true,
37
+ "rootDirs": [".", "./.react-router/types"]
26
38
  }
27
- }
39
+ }
@@ -1,32 +1,11 @@
1
1
  import {defineConfig} from 'vite';
2
2
  import {hydrogen} from '@shopify/hydrogen/vite';
3
3
  import {oxygen} from '@shopify/mini-oxygen/vite';
4
- import {vitePlugin as remix} from '@remix-run/dev';
4
+ import {reactRouter} from '@react-router/dev/vite';
5
5
  import tsconfigPaths from 'vite-tsconfig-paths';
6
6
 
7
- declare module "@remix-run/server-runtime" {
8
- interface Future {
9
- v3_singleFetch: true;
10
- }
11
- }
12
-
13
7
  export default defineConfig({
14
- plugins: [
15
- hydrogen(),
16
- oxygen(),
17
- remix({
18
- presets: [hydrogen.v3preset()],
19
- future: {
20
- v3_fetcherPersist: true,
21
- v3_relativeSplatPath: true,
22
- v3_throwAbortReason: true,
23
- v3_lazyRouteDiscovery: true,
24
- v3_routeConfig: true,
25
- v3_singleFetch: true,
26
- },
27
- }),
28
- tsconfigPaths(),
29
- ],
8
+ plugins: [hydrogen(), oxygen(), reactRouter(), tsconfigPaths()],
30
9
  build: {
31
10
  // Allow a strict Content-Security-Policy
32
11
  // withtout inlining assets as base64:
@@ -44,7 +23,7 @@ export default defineConfig({
44
23
  * Include 'example-dep' in the array below.
45
24
  * @see https://vitejs.dev/config/dep-optimization-options
46
25
  */
47
- include: [],
26
+ include: ['set-cookie-parser', 'cookie', 'react-router'],
48
27
  },
49
28
  },
50
29
  });
@@ -2,7 +2,10 @@
2
2
  "browserslist": [
3
3
  "defaults"
4
4
  ],
5
+ "dependencies": {
6
+ "tailwindcss": "^4.1.6"
7
+ },
5
8
  "devDependencies": {
6
- "@tailwindcss/vite": "4.0.14"
9
+ "@tailwindcss/vite": "^4.1.6"
7
10
  }
8
11
  }
@@ -1,6 +1,6 @@
1
1
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
2
2
  import { useState, useRef } from "react";
3
- import { Link } from "@remix-run/react";
3
+ import { Link } from "react-router";
4
4
  import { IconClose } from "./IconClose.jsx";
5
5
  import _useResizeObserver from "use-resize-observer";
6
6
  const useResizeObserver = _useResizeObserver;
@@ -1,12 +1,6 @@
1
1
  import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import { useNonce } from "@shopify/hydrogen";
3
- import {
4
- Links,
5
- Meta,
6
- Outlet,
7
- Scripts,
8
- ScrollRestoration
9
- } from "@remix-run/react";
3
+ import { Links, Meta, Outlet, Scripts, ScrollRestoration } from "react-router";
10
4
  import { Layout as VirtualLayout } from "./components/Layout.jsx";
11
5
  import styles from "./assets/styles.css?url";
12
6
  function Layout() {
@@ -1,5 +1,5 @@
1
1
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
2
- import { useLoaderData } from "@remix-run/react";
2
+ import { useLoaderData } from "react-router";
3
3
  import { HydrogenLogoBaseBW } from "../components/HydrogenLogoBaseBW.jsx";
4
4
  import { HydrogenLogoBaseColor } from "../components/HydrogenLogoBaseColor.jsx";
5
5
  import { IconGithub } from "../components/IconGithub.jsx";
@@ -3,7 +3,7 @@ import { useEffect, useState } from "react";
3
3
  import { Script } from "@shopify/hydrogen";
4
4
  import { RequestWaterfall } from "../components/RequestWaterfall.jsx";
5
5
  import { RequestTable } from "../components/RequestTable.jsx";
6
- import { Link } from "@remix-run/react";
6
+ import { Link } from "react-router";
7
7
  import favicon from "../assets/favicon.svg";
8
8
  import faviconDark from "../assets/favicon-dark.svg";
9
9
  import { useDebugNetworkServer } from "../lib/useDebugNetworkServer.jsx";
@@ -7,7 +7,7 @@ import {
7
7
  ScrollRestoration,
8
8
  isRouteErrorResponse,
9
9
  useRouteError
10
- } from "@remix-run/react";
10
+ } from "react-router";
11
11
  import favicon from "./assets/favicon.svg";
12
12
  import { Layout as VirtualLayout } from "./components/Layout.jsx";
13
13
  import { useNonce } from "@shopify/hydrogen";
@@ -7,7 +7,7 @@ import {
7
7
  ScrollRestoration,
8
8
  isRouteErrorResponse,
9
9
  useRouteError
10
- } from "@remix-run/react";
10
+ } from "react-router";
11
11
  import favicon from "./assets/favicon.svg";
12
12
  import { Layout as VirtualLayout } from "./components/Layout.jsx";
13
13
  import { useNonce } from "@shopify/hydrogen";
@@ -14,7 +14,7 @@ export default defineConfig({
14
14
  v3_fetcherPersist: true,
15
15
  v3_relativeSplatPath: true,
16
16
  v3_throwAbortReason: true,
17
- v3_routeConfig: true,
17
+ v3_routeConfig: false,
18
18
  },
19
19
  }),
20
20
  tsconfigPaths(),
@@ -2,15 +2,15 @@ import {
2
2
  fetch,
3
3
  jsonOutputEnabled,
4
4
  z
5
- } from "./chunk-L52YIB6L.js";
5
+ } from "./chunk-TX7PPGUZ.js";
6
6
  import {
7
7
  CLI_KIT_VERSION
8
- } from "./chunk-6TBBYLQ6.js";
8
+ } from "./chunk-UEIMUAER.js";
9
9
  import {
10
10
  cacheRetrieve,
11
11
  cacheStore,
12
12
  versionSatisfies
13
- } from "./chunk-6N54IMG5.js";
13
+ } from "./chunk-52XNWDUG.js";
14
14
  import {
15
15
  AbortSilentError,
16
16
  exec,
@@ -19,7 +19,7 @@ import {
19
19
  renderError,
20
20
  renderInfo,
21
21
  renderWarning
22
- } from "./chunk-T2OTVMC3.js";
22
+ } from "./chunk-WI6TASTN.js";
23
23
  import {
24
24
  init_cjs_shims
25
25
  } from "./chunk-PKR7KJ6P.js";
@@ -87,7 +87,7 @@ async function showNotificationsIfNeeded(currentSurfaces, environment = process.
87
87
  throw new AbortSilentError();
88
88
  let errorMessage = `Error showing notifications: ${error.message}`;
89
89
  outputDebug(errorMessage);
90
- let { sendErrorToBugsnag } = await import("./error-handler-RPKNZNPJ.js");
90
+ let { sendErrorToBugsnag } = await import("./error-handler-AVFBYBX3.js");
91
91
  await sendErrorToBugsnag(errorMessage, "unexpected_error");
92
92
  }
93
93
  }
@@ -200,4 +200,4 @@ export {
200
200
  fetchNotificationsInBackground,
201
201
  stringifyFilters
202
202
  };
203
- //# sourceMappingURL=chunk-S2VPJHP3.js.map
203
+ //# sourceMappingURL=chunk-2ZXZ6TMG.js.map
@@ -8,17 +8,17 @@ import {
8
8
  remove,
9
9
  setLastSeenAuthMethod,
10
10
  setLastSeenUserIdAfterAuth
11
- } from "./chunk-ZQLRXAT4.js";
11
+ } from "./chunk-4QN5J4PQ.js";
12
12
  import {
13
13
  getPartnersToken,
14
14
  nonRandomUUID
15
- } from "./chunk-L52YIB6L.js";
15
+ } from "./chunk-TX7PPGUZ.js";
16
16
  import {
17
17
  BugError,
18
18
  outputContent,
19
19
  outputDebug,
20
20
  outputToken
21
- } from "./chunk-T2OTVMC3.js";
21
+ } from "./chunk-WI6TASTN.js";
22
22
  import {
23
23
  init_cjs_shims
24
24
  } from "./chunk-PKR7KJ6P.js";
@@ -117,4 +117,4 @@ export {
117
117
  ensureAuthenticatedBusinessPlatform,
118
118
  logout
119
119
  };
120
- //# sourceMappingURL=chunk-NWLJH5W5.js.map
120
+ //# sourceMappingURL=chunk-3Y3XPRQ6.js.map
@@ -7,14 +7,14 @@ import {
7
7
  nonRandomUUID,
8
8
  shopifyFetch,
9
9
  z
10
- } from "./chunk-L52YIB6L.js";
10
+ } from "./chunk-TX7PPGUZ.js";
11
11
  import {
12
12
  getPackageManager,
13
13
  getSession,
14
14
  packageManagerFromUserAgent,
15
15
  removeSession,
16
16
  setSession
17
- } from "./chunk-6N54IMG5.js";
17
+ } from "./chunk-52XNWDUG.js";
18
18
  import {
19
19
  AbortError,
20
20
  BugError,
@@ -45,7 +45,7 @@ import {
45
45
  sessionConstants,
46
46
  spinFqdn,
47
47
  themeToken
48
- } from "./chunk-T2OTVMC3.js";
48
+ } from "./chunk-WI6TASTN.js";
49
49
  import {
50
50
  cwd
51
51
  } from "./chunk-ZUCWDIGE.js";
@@ -1204,4 +1204,4 @@ export {
1204
1204
  getEnvironmentData,
1205
1205
  getSensitiveEnvironmentData
1206
1206
  };
1207
- //# sourceMappingURL=chunk-ZQLRXAT4.js.map
1207
+ //# sourceMappingURL=chunk-4QN5J4PQ.js.map
@@ -18,7 +18,7 @@ import {
18
18
  require_get_stream,
19
19
  runWithTimer,
20
20
  writeFile
21
- } from "./chunk-T2OTVMC3.js";
21
+ } from "./chunk-WI6TASTN.js";
22
22
  import {
23
23
  require_semver
24
24
  } from "./chunk-HMDWNGIV.js";
@@ -13749,4 +13749,4 @@ deep-extend/lib/deep-extend.js:
13749
13749
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13750
13750
  *)
13751
13751
  */
13752
- //# sourceMappingURL=chunk-6N54IMG5.js.map
13752
+ //# sourceMappingURL=chunk-52XNWDUG.js.map
@@ -4,16 +4,16 @@ import {
4
4
  import {
5
5
  fanoutHooks,
6
6
  reportAnalyticsEvent
7
- } from "./chunk-HZH4EZRH.js";
7
+ } from "./chunk-ONMISMO4.js";
8
8
  import {
9
9
  getEnvironmentData
10
- } from "./chunk-ZQLRXAT4.js";
10
+ } from "./chunk-4QN5J4PQ.js";
11
11
  import {
12
12
  CLI_KIT_VERSION
13
- } from "./chunk-6TBBYLQ6.js";
13
+ } from "./chunk-UEIMUAER.js";
14
14
  import {
15
15
  runWithRateLimit
16
- } from "./chunk-6N54IMG5.js";
16
+ } from "./chunk-52XNWDUG.js";
17
17
  import {
18
18
  AbortSilentError,
19
19
  CancelExecution,
@@ -28,7 +28,7 @@ import {
28
28
  reportingRateLimit,
29
29
  require_stacktracey,
30
30
  shouldReportErrorAsUnexpected
31
- } from "./chunk-T2OTVMC3.js";
31
+ } from "./chunk-WI6TASTN.js";
32
32
  import {
33
33
  cwd,
34
34
  isAbsolutePath,
@@ -2144,4 +2144,4 @@ export {
2144
2144
  registerCleanBugsnagErrorsFromWithinPlugins,
2145
2145
  addBugsnagMetadata
2146
2146
  };
2147
- //# sourceMappingURL=chunk-W2JK2Y2P.js.map
2147
+ //# sourceMappingURL=chunk-7VUAPVO6.js.map
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  base_command_default
3
- } from "./chunk-ANEEPS5R.js";
3
+ } from "./chunk-HK5IHRTT.js";
4
4
  import {
5
5
  mkdir,
6
6
  outputInfo,
7
7
  rmdir,
8
8
  writeFile
9
- } from "./chunk-T2OTVMC3.js";
9
+ } from "./chunk-WI6TASTN.js";
10
10
  import {
11
11
  cwd,
12
12
  joinPath
@@ -118,4 +118,4 @@ export {
118
118
  writeCommandFlagInterface,
119
119
  writeCommandUsageExampleFile
120
120
  };
121
- //# sourceMappingURL=chunk-F3TFLWNH.js.map
121
+ //# sourceMappingURL=chunk-BK4IIAID.js.map
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  cliInstallCommand
3
- } from "./chunk-STFQ3LDD.js";
3
+ } from "./chunk-T3LVGAPV.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-ANEEPS5R.js";
6
+ } from "./chunk-HK5IHRTT.js";
7
7
  import {
8
8
  renderInfo
9
- } from "./chunk-T2OTVMC3.js";
9
+ } from "./chunk-WI6TASTN.js";
10
10
  import {
11
11
  init_cjs_shims
12
12
  } from "./chunk-PKR7KJ6P.js";
@@ -34,4 +34,4 @@ var Upgrade = class extends base_command_default {
34
34
  export {
35
35
  Upgrade
36
36
  };
37
- //# sourceMappingURL=chunk-UUNEYHYM.js.map
37
+ //# sourceMappingURL=chunk-BR2NBKUW.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  renderConcurrent,
3
3
  renderTasks
4
- } from "./chunk-T2OTVMC3.js";
4
+ } from "./chunk-WI6TASTN.js";
5
5
  import {
6
6
  init_cjs_shims
7
7
  } from "./chunk-PKR7KJ6P.js";
@@ -43,4 +43,4 @@ async function asyncTasks() {
43
43
  export {
44
44
  asyncTasks
45
45
  };
46
- //# sourceMappingURL=chunk-EIRCYG3C.js.map
46
+ //# sourceMappingURL=chunk-D5NBHTIZ.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  openURL
3
- } from "./chunk-T2OTVMC3.js";
3
+ } from "./chunk-WI6TASTN.js";
4
4
  import {
5
5
  init_cjs_shims
6
6
  } from "./chunk-PKR7KJ6P.js";
@@ -15,4 +15,4 @@ async function searchService(query) {
15
15
  export {
16
16
  searchService
17
17
  };
18
- //# sourceMappingURL=chunk-4WGX6J2C.js.map
18
+ //# sourceMappingURL=chunk-DCBKCTEJ.js.map
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  logout
3
- } from "./chunk-NWLJH5W5.js";
3
+ } from "./chunk-3Y3XPRQ6.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-ANEEPS5R.js";
6
+ } from "./chunk-HK5IHRTT.js";
7
7
  import {
8
8
  outputSuccess
9
- } from "./chunk-T2OTVMC3.js";
9
+ } from "./chunk-WI6TASTN.js";
10
10
  import {
11
11
  init_cjs_shims
12
12
  } from "./chunk-PKR7KJ6P.js";
@@ -25,4 +25,4 @@ var Logout = class extends base_command_default {
25
25
  export {
26
26
  Logout
27
27
  };
28
- //# sourceMappingURL=chunk-SHG4WGA5.js.map
28
+ //# sourceMappingURL=chunk-EXAGVZF6.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  clearCollectedLogs,
3
3
  collectedLogs
4
- } from "./chunk-T2OTVMC3.js";
4
+ } from "./chunk-WI6TASTN.js";
5
5
  import {
6
6
  init_cjs_shims
7
7
  } from "./chunk-PKR7KJ6P.js";
@@ -33,4 +33,4 @@ function mockAndCaptureOutput() {
33
33
  export {
34
34
  mockAndCaptureOutput
35
35
  };
36
- //# sourceMappingURL=chunk-IQZJA4WJ.js.map
36
+ //# sourceMappingURL=chunk-F5KMS2TZ.js.map