@shopify/cli 3.85.3 → 3.85.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.
- package/dist/assets/hydrogen/bundle/analyzer.html +155 -148
- package/dist/assets/hydrogen/starter/CHANGELOG.md +125 -49
- package/dist/assets/hydrogen/starter/app/components/AddToCartButton.tsx +1 -1
- package/dist/assets/hydrogen/starter/app/components/CartLineItem.tsx +1 -1
- package/dist/assets/hydrogen/starter/app/components/CartMain.tsx +1 -1
- package/dist/assets/hydrogen/starter/app/components/CartSummary.tsx +62 -29
- package/dist/assets/hydrogen/starter/app/components/Header.tsx +1 -1
- package/dist/assets/hydrogen/starter/app/components/PageLayout.tsx +1 -1
- package/dist/assets/hydrogen/starter/app/components/ProductForm.tsx +2 -2
- package/dist/assets/hydrogen/starter/app/components/SearchForm.tsx +1 -1
- package/dist/assets/hydrogen/starter/app/components/SearchFormPredictive.tsx +8 -3
- package/dist/assets/hydrogen/starter/app/components/SearchResults.tsx +3 -11
- package/dist/assets/hydrogen/starter/app/components/SearchResultsPredictive.tsx +2 -6
- package/dist/assets/hydrogen/starter/app/entry.client.tsx +10 -2
- package/dist/assets/hydrogen/starter/app/entry.server.tsx +5 -3
- package/dist/assets/hydrogen/starter/app/graphql/customer-account/CustomerAddressMutations.ts +7 -4
- package/dist/assets/hydrogen/starter/app/graphql/customer-account/CustomerDetailsQuery.ts +1 -1
- package/dist/assets/hydrogen/starter/app/graphql/customer-account/CustomerOrderQuery.ts +4 -1
- package/dist/assets/hydrogen/starter/app/graphql/customer-account/CustomerOrdersQuery.ts +10 -5
- package/dist/assets/hydrogen/starter/app/graphql/customer-account/CustomerUpdateMutation.ts +3 -2
- package/dist/assets/hydrogen/starter/app/lib/context.ts +34 -17
- package/dist/assets/hydrogen/starter/app/lib/fragments.ts +1 -0
- package/dist/assets/hydrogen/starter/app/lib/orderFilters.ts +90 -0
- package/dist/assets/hydrogen/starter/app/lib/redirect.ts +1 -1
- package/dist/assets/hydrogen/starter/app/lib/session.ts +1 -1
- package/dist/assets/hydrogen/starter/app/lib/variants.ts +1 -1
- package/dist/assets/hydrogen/starter/app/root.tsx +23 -18
- package/dist/assets/hydrogen/starter/app/routes/$.tsx +2 -2
- package/dist/assets/hydrogen/starter/app/routes/[robots.txt].tsx +2 -2
- package/dist/assets/hydrogen/starter/app/routes/[sitemap.xml].tsx +2 -3
- package/dist/assets/hydrogen/starter/app/routes/_index.tsx +12 -8
- package/dist/assets/hydrogen/starter/app/routes/account.$.tsx +4 -3
- package/dist/assets/hydrogen/starter/app/routes/account._index.tsx +1 -1
- package/dist/assets/hydrogen/starter/app/routes/account.addresses.tsx +15 -11
- package/dist/assets/hydrogen/starter/app/routes/account.orders.$id.tsx +47 -22
- package/dist/assets/hydrogen/starter/app/routes/account.orders._index.tsx +152 -23
- package/dist/assets/hydrogen/starter/app/routes/account.profile.tsx +11 -8
- package/dist/assets/hydrogen/starter/app/routes/account.tsx +16 -4
- package/dist/assets/hydrogen/starter/app/routes/account_.authorize.tsx +2 -2
- package/dist/assets/hydrogen/starter/app/routes/account_.login.tsx +5 -3
- package/dist/assets/hydrogen/starter/app/routes/account_.logout.tsx +3 -2
- package/dist/assets/hydrogen/starter/app/routes/api.$version.[graphql.json].tsx +2 -2
- package/dist/assets/hydrogen/starter/app/routes/blogs.$blogHandle.$articleHandle.tsx +6 -10
- package/dist/assets/hydrogen/starter/app/routes/blogs.$blogHandle._index.tsx +10 -7
- package/dist/assets/hydrogen/starter/app/routes/blogs._index.tsx +13 -7
- package/dist/assets/hydrogen/starter/app/routes/cart.$lines.tsx +3 -2
- package/dist/assets/hydrogen/starter/app/routes/cart.tsx +13 -9
- package/dist/assets/hydrogen/starter/app/routes/collections.$handle.tsx +8 -11
- package/dist/assets/hydrogen/starter/app/routes/collections._index.tsx +6 -6
- package/dist/assets/hydrogen/starter/app/routes/collections.all.tsx +10 -7
- package/dist/assets/hydrogen/starter/app/routes/discount.$code.tsx +3 -2
- package/dist/assets/hydrogen/starter/app/routes/pages.$handle.tsx +8 -6
- package/dist/assets/hydrogen/starter/app/routes/policies.$handle.tsx +7 -4
- package/dist/assets/hydrogen/starter/app/routes/policies._index.tsx +19 -13
- package/dist/assets/hydrogen/starter/app/routes/products.$handle.tsx +9 -6
- package/dist/assets/hydrogen/starter/app/routes/search.tsx +14 -14
- package/dist/assets/hydrogen/starter/app/routes/sitemap.$type.$page[.xml].tsx +2 -3
- package/dist/assets/hydrogen/starter/app/routes.ts +1 -1
- package/dist/assets/hydrogen/starter/app/styles/app.css +53 -1
- package/dist/assets/hydrogen/starter/customer-accountapi.generated.d.ts +47 -13
- package/dist/assets/hydrogen/starter/env.d.ts +1 -39
- package/dist/assets/hydrogen/starter/eslint.config.js +35 -52
- package/dist/assets/hydrogen/starter/package.json +14 -15
- package/dist/assets/hydrogen/starter/react-router.config.ts +9 -3
- package/dist/assets/hydrogen/starter/server.ts +7 -7
- package/dist/assets/hydrogen/starter/storefrontapi.generated.d.ts +1 -1
- package/dist/assets/hydrogen/starter/tsconfig.json +17 -13
- package/dist/assets/hydrogen/starter/vite.config.ts +3 -0
- package/dist/assets/hydrogen/virtual-routes/components/RequestDetails.jsx +13 -20
- package/dist/assets/hydrogen/virtual-routes/routes/[.]well-known.appspecific.com[.]chrome[.]devtools[.]json.jsx +37 -0
- package/dist/{chokidar-TTCYG5AA.js → chokidar-HTKREZL3.js} +482 -7
- package/dist/{chunk-RPU6TIF2.js → chunk-3ULYQTX3.js} +7 -7
- package/dist/{chunk-IHXRXBUN.js → chunk-AVSSZ6MY.js} +6 -6
- package/dist/{chunk-I4ATBX6D.js → chunk-CHLX44DR.js} +4 -4
- package/dist/{chunk-UW4ASA6Y.js → chunk-CQSO2B3C.js} +2 -2
- package/dist/{chunk-OQKAZQIC.js → chunk-DHW4GI57.js} +5 -5
- package/dist/{chunk-HTTZVPR6.js → chunk-FGSQR4VQ.js} +3 -3
- package/dist/{chunk-3XWYM7QS.js → chunk-FMD2ETAR.js} +3 -3
- package/dist/{chunk-FGEKMLLA.js → chunk-FRHZJBJZ.js} +5 -5
- package/dist/{chunk-Y4H4HMEZ.js → chunk-G2I4CD5D.js} +2 -2
- package/dist/{chunk-HS2O5IHL.js → chunk-GG2ELY5O.js} +2 -3
- package/dist/{chunk-F7TU455C.js → chunk-GQ63RYWN.js} +2 -2
- package/dist/{chunk-VVUZFYUK.js → chunk-IAX3IWUQ.js} +4 -4
- package/dist/{chunk-EWEA4LRT.js → chunk-J6T7KVRL.js} +2 -2
- package/dist/{chunk-GRVHLYQS.js → chunk-JF6DQIJR.js} +3 -3
- package/dist/{chunk-JAUHWNMJ.js → chunk-MDDWB46W.js} +5 -5
- package/dist/{chunk-QHKSKL4E.js → chunk-MR763CPY.js} +3 -3
- package/dist/{chunk-6A6GDV25.js → chunk-MUZ7NPCX.js} +4 -4
- package/dist/{chunk-NLFRHIZY.js → chunk-NMGJYSTC.js} +5 -5
- package/dist/{chunk-D5DJSKHK.js → chunk-NTCXWD2Q.js} +111 -112
- package/dist/{chunk-HBANZKAF.js → chunk-O2O5GRI6.js} +3 -3
- package/dist/{chunk-CAONVM2S.js → chunk-ODJ7LSLO.js} +3 -3
- package/dist/{chunk-5RNGA7FX.js → chunk-P46WMXBU.js} +5 -5
- package/dist/{chunk-LJXXOFEJ.js → chunk-PFBQBDNU.js} +2 -2
- package/dist/{chunk-OURS5IQY.js → chunk-PZUWEJO3.js} +3 -3
- package/dist/{chunk-VR6Z7LKU.js → chunk-R6BNSDGA.js} +3 -3
- package/dist/{chunk-AMWSD3HH.js → chunk-RAZVOMJW.js} +3 -3
- package/dist/{chunk-C45MKMJT.js → chunk-RZPYG7LO.js} +28 -25
- package/dist/{chunk-EDXQ22O4.js → chunk-SMBX232U.js} +6 -6
- package/dist/{chunk-QP2MOS2Y.js → chunk-TE4CUUT4.js} +2 -2
- package/dist/{chunk-V5ONTA7N.js → chunk-TXX6R3WL.js} +2 -2
- package/dist/{chunk-L54PNQGV.js → chunk-TYHJPUOR.js} +2 -2
- package/dist/{chunk-XJBIASMX.js → chunk-UF2X5VHR.js} +3 -3
- package/dist/{chunk-ZHKIKKU7.js → chunk-UQT7B7DM.js} +3 -3
- package/dist/{chunk-6RJ7HBOQ.js → chunk-VVDGGMKJ.js} +3 -3
- package/dist/cli/commands/auth/login.js +10 -10
- package/dist/cli/commands/auth/login.test.js +11 -11
- package/dist/cli/commands/auth/logout.js +10 -10
- package/dist/cli/commands/auth/logout.test.js +11 -11
- package/dist/cli/commands/cache/clear.js +10 -10
- package/dist/cli/commands/debug/command-flags.js +10 -10
- package/dist/cli/commands/docs/generate.js +10 -10
- package/dist/cli/commands/docs/generate.test.js +10 -10
- package/dist/cli/commands/help.js +10 -10
- package/dist/cli/commands/kitchen-sink/async.js +11 -11
- package/dist/cli/commands/kitchen-sink/async.test.js +11 -11
- package/dist/cli/commands/kitchen-sink/index.js +13 -13
- package/dist/cli/commands/kitchen-sink/index.test.js +13 -13
- package/dist/cli/commands/kitchen-sink/prompts.js +11 -11
- package/dist/cli/commands/kitchen-sink/prompts.test.js +11 -11
- package/dist/cli/commands/kitchen-sink/static.js +11 -11
- package/dist/cli/commands/kitchen-sink/static.test.js +11 -11
- package/dist/cli/commands/notifications/generate.js +11 -11
- package/dist/cli/commands/notifications/list.js +11 -11
- package/dist/cli/commands/search.js +11 -11
- package/dist/cli/commands/upgrade.js +11 -11
- package/dist/cli/commands/version.js +11 -11
- package/dist/cli/commands/version.test.js +11 -11
- package/dist/cli/services/commands/notifications.js +6 -6
- package/dist/cli/services/commands/search.js +2 -2
- package/dist/cli/services/commands/search.test.js +2 -2
- package/dist/cli/services/commands/version.js +3 -3
- package/dist/cli/services/commands/version.test.js +4 -4
- package/dist/cli/services/kitchen-sink/async.js +2 -2
- package/dist/cli/services/kitchen-sink/prompts.js +2 -2
- package/dist/cli/services/kitchen-sink/static.js +2 -2
- package/dist/cli/services/upgrade.js +3 -3
- package/dist/cli/services/upgrade.test.js +4 -4
- package/dist/{custom-oclif-loader-YDKLB47A.js → custom-oclif-loader-X7GLA66E.js} +2 -2
- package/dist/{error-handler-BYZU2C5C.js → error-handler-QOTWDLMF.js} +8 -8
- package/dist/hooks/postrun.js +6 -6
- package/dist/hooks/prerun.js +7 -7
- package/dist/index.js +1800 -3480
- package/dist/{local-XLJD5WYP.js → local-FS3UI7PE.js} +2 -2
- package/dist/{morph-5D7H6MU2.js → morph-D4BXY376.js} +9 -9
- package/dist/{node-package-manager-I7AWSWJ4.js → node-package-manager-TX3WZQGI.js} +3 -3
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-2AJAFJYY.js → ui-PUN5STUM.js} +2 -2
- package/dist/{workerd-4DJKRJUB.js → workerd-GJFM5MYN.js} +12 -12
- package/oclif.manifest.json +11 -56
- package/package.json +8 -8
- package/dist/chokidar-XUA2BN3J.js +0 -1120
- package/dist/chunk-F7J5CUMZ.js +0 -497
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
base_command_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-NMGJYSTC.js";
|
|
4
4
|
import {
|
|
5
5
|
outputResult,
|
|
6
6
|
renderTable
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-GG2ELY5O.js";
|
|
8
8
|
import {
|
|
9
9
|
require_lib
|
|
10
10
|
} from "./chunk-F7F4BQYW.js";
|
|
@@ -84,4 +84,4 @@ var import_core = __toESM(require_lib(), 1), CommandFlags = class _CommandFlags
|
|
|
84
84
|
export {
|
|
85
85
|
CommandFlags
|
|
86
86
|
};
|
|
87
|
-
//# sourceMappingURL=chunk-
|
|
87
|
+
//# sourceMappingURL=chunk-FMD2ETAR.js.map
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
sanitizedHeadersOutput,
|
|
19
19
|
shopifyFetch,
|
|
20
20
|
z
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-JF6DQIJR.js";
|
|
22
22
|
import {
|
|
23
23
|
cacheRetrieveOrRepopulate,
|
|
24
24
|
getCurrentSessionId,
|
|
@@ -30,10 +30,10 @@ import {
|
|
|
30
30
|
setCurrentSessionId,
|
|
31
31
|
setSessions,
|
|
32
32
|
timeIntervalToMilliseconds
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-CQSO2B3C.js";
|
|
34
34
|
import {
|
|
35
35
|
CLI_KIT_VERSION
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-TYHJPUOR.js";
|
|
37
37
|
import {
|
|
38
38
|
AbortError,
|
|
39
39
|
BugError,
|
|
@@ -96,7 +96,7 @@ import {
|
|
|
96
96
|
sessionConstants,
|
|
97
97
|
stringifyMessage,
|
|
98
98
|
themeToken
|
|
99
|
-
} from "./chunk-
|
|
99
|
+
} from "./chunk-GG2ELY5O.js";
|
|
100
100
|
import {
|
|
101
101
|
cwd
|
|
102
102
|
} from "./chunk-EG6MBBEN.js";
|
|
@@ -4651,4 +4651,4 @@ export {
|
|
|
4651
4651
|
getEnvironmentData,
|
|
4652
4652
|
getSensitiveEnvironmentData
|
|
4653
4653
|
};
|
|
4654
|
-
//# sourceMappingURL=chunk-
|
|
4654
|
+
//# sourceMappingURL=chunk-FRHZJBJZ.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
renderConcurrent,
|
|
3
3
|
renderTasks
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-GG2ELY5O.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-
|
|
46
|
+
//# sourceMappingURL=chunk-G2I4CD5D.js.map
|
|
@@ -30348,7 +30348,7 @@ function createRuntimeMetadataContainer(defaultPublicMetadata = {}) {
|
|
|
30348
30348
|
try {
|
|
30349
30349
|
await getAndSet();
|
|
30350
30350
|
} catch (error) {
|
|
30351
|
-
let { sendErrorToBugsnag } = await import("./error-handler-
|
|
30351
|
+
let { sendErrorToBugsnag } = await import("./error-handler-QOTWDLMF.js");
|
|
30352
30352
|
await sendErrorToBugsnag(error, "unexpected_error");
|
|
30353
30353
|
}
|
|
30354
30354
|
}, durationStack = [];
|
|
@@ -32250,7 +32250,6 @@ export {
|
|
|
32250
32250
|
unstyled,
|
|
32251
32251
|
shouldDisplayColors,
|
|
32252
32252
|
formatSection,
|
|
32253
|
-
uniqueString,
|
|
32254
32253
|
inTemporaryDirectory,
|
|
32255
32254
|
tempDirectory,
|
|
32256
32255
|
readFile,
|
|
@@ -32398,4 +32397,4 @@ react-reconciler/cjs/react-reconciler-constants.development.js:
|
|
|
32398
32397
|
* LICENSE file in the root directory of this source tree.
|
|
32399
32398
|
*)
|
|
32400
32399
|
*/
|
|
32401
|
-
//# sourceMappingURL=chunk-
|
|
32400
|
+
//# sourceMappingURL=chunk-GG2ELY5O.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearCollectedLogs,
|
|
3
3
|
collectedLogs
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-GG2ELY5O.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-
|
|
36
|
+
//# sourceMappingURL=chunk-GQ63RYWN.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
list
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-DHW4GI57.js";
|
|
4
4
|
import {
|
|
5
5
|
base_command_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-NMGJYSTC.js";
|
|
7
7
|
import {
|
|
8
8
|
sendErrorToBugsnag
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-RZPYG7LO.js";
|
|
10
10
|
import {
|
|
11
11
|
require_lib
|
|
12
12
|
} from "./chunk-F7F4BQYW.js";
|
|
@@ -49,4 +49,4 @@ var List = class _List extends base_command_default {
|
|
|
49
49
|
export {
|
|
50
50
|
List
|
|
51
51
|
};
|
|
52
|
-
//# sourceMappingURL=chunk-
|
|
52
|
+
//# sourceMappingURL=chunk-IAX3IWUQ.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
openURL
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-GG2ELY5O.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-
|
|
18
|
+
//# sourceMappingURL=chunk-J6T7KVRL.js.map
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
} from "./chunk-25IMI7TH.js";
|
|
6
6
|
import {
|
|
7
7
|
CLI_KIT_VERSION
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-TYHJPUOR.js";
|
|
9
9
|
import {
|
|
10
10
|
AbortError,
|
|
11
11
|
environmentVariables,
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
runWithTimer,
|
|
17
17
|
sleep,
|
|
18
18
|
systemEnvironmentVariables
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-GG2ELY5O.js";
|
|
20
20
|
import {
|
|
21
21
|
sniffForJson
|
|
22
22
|
} from "./chunk-EG6MBBEN.js";
|
|
@@ -32155,4 +32155,4 @@ mime-types/index.js:
|
|
|
32155
32155
|
* MIT Licensed
|
|
32156
32156
|
*)
|
|
32157
32157
|
*/
|
|
32158
|
-
//# sourceMappingURL=chunk-
|
|
32158
|
+
//# sourceMappingURL=chunk-JF6DQIJR.js.map
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import {
|
|
2
2
|
base_command_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-NMGJYSTC.js";
|
|
4
4
|
import {
|
|
5
5
|
ensureAuthenticatedUser,
|
|
6
6
|
fetch,
|
|
7
7
|
findSessionByAlias,
|
|
8
8
|
getSessionAlias,
|
|
9
9
|
identityFqdn
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-FRHZJBJZ.js";
|
|
11
11
|
import {
|
|
12
12
|
setCurrentSessionId
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-CQSO2B3C.js";
|
|
14
14
|
import {
|
|
15
15
|
outputCompleted,
|
|
16
16
|
renderSelectPrompt
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-GG2ELY5O.js";
|
|
18
18
|
import {
|
|
19
19
|
require_lib
|
|
20
20
|
} from "./chunk-F7F4BQYW.js";
|
|
@@ -84,4 +84,4 @@ export {
|
|
|
84
84
|
promptSessionSelect,
|
|
85
85
|
Login
|
|
86
86
|
};
|
|
87
|
-
//# sourceMappingURL=chunk-
|
|
87
|
+
//# sourceMappingURL=chunk-MDDWB46W.js.map
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
findUpAndReadPackageJson,
|
|
5
5
|
getPackageManager,
|
|
6
6
|
usesWorkspaces
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-CQSO2B3C.js";
|
|
8
8
|
import {
|
|
9
9
|
AbortError,
|
|
10
10
|
exec,
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
outputSuccess,
|
|
16
16
|
outputToken,
|
|
17
17
|
outputWarn
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-GG2ELY5O.js";
|
|
19
19
|
import {
|
|
20
20
|
dirname,
|
|
21
21
|
joinPath,
|
|
@@ -139,4 +139,4 @@ function usingPackageManager({ env } = { env: process.env }) {
|
|
|
139
139
|
export {
|
|
140
140
|
upgrade
|
|
141
141
|
};
|
|
142
|
-
//# sourceMappingURL=chunk-
|
|
142
|
+
//# sourceMappingURL=chunk-MR763CPY.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
cliInstallCommand
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-ODJ7LSLO.js";
|
|
4
4
|
import {
|
|
5
5
|
base_command_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-NMGJYSTC.js";
|
|
7
7
|
import {
|
|
8
8
|
renderInfo
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-GG2ELY5O.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-
|
|
37
|
+
//# sourceMappingURL=chunk-MUZ7NPCX.js.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
errorHandler,
|
|
3
3
|
registerCleanBugsnagErrorsFromWithinPlugins
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-RZPYG7LO.js";
|
|
5
5
|
import {
|
|
6
6
|
setCurrentCommandId,
|
|
7
7
|
showNotificationsIfNeeded
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-AVSSZ6MY.js";
|
|
9
9
|
import {
|
|
10
10
|
hashString
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-JF6DQIJR.js";
|
|
12
12
|
import {
|
|
13
13
|
AbortError,
|
|
14
14
|
addPublicMetadata,
|
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
renderWarning,
|
|
25
25
|
terminalSupportsPrompting,
|
|
26
26
|
underscore
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-GG2ELY5O.js";
|
|
28
28
|
import {
|
|
29
29
|
require_lib
|
|
30
30
|
} from "./chunk-F7F4BQYW.js";
|
|
@@ -1692,4 +1692,4 @@ export {
|
|
|
1692
1692
|
noDefaultsOptions,
|
|
1693
1693
|
base_command_default
|
|
1694
1694
|
};
|
|
1695
|
-
//# sourceMappingURL=chunk-
|
|
1695
|
+
//# sourceMappingURL=chunk-NMGJYSTC.js.map
|