@shopify/create-app 3.87.3 → 3.88.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.
- package/dist/{chunk-OXYDAOM4.js → chunk-A2L5D2KD.js} +2 -2
- package/dist/{chunk-2SWESFU5.js → chunk-A7JDI77V.js} +64 -28
- package/dist/{chunk-UFFIEAAT.js → chunk-CSQ7GXTB.js} +4 -6
- package/dist/{chunk-C3EWWAOH.js → chunk-H6G7CAS4.js} +36994 -20895
- package/dist/{chunk-VDCZB2QW.js → chunk-IVM3MA2K.js} +5 -5
- package/dist/{chunk-BIUGLP2O.js → chunk-MF6CRD3F.js} +7 -9
- package/dist/{custom-oclif-loader-JBXL7NGY.js → custom-oclif-loader-XIHRX7G6.js} +2 -2
- package/dist/{error-handler-SBUDIQRB.js → error-handler-43X263AM.js} +5 -6
- package/dist/hooks/postrun.js +4 -5
- package/dist/hooks/prerun.js +4 -4
- package/dist/index.js +1911 -905
- package/dist/{local-ZOPGPWAK.js → local-7YZK3MVA.js} +2 -2
- package/dist/{node-package-manager-QBTVYKNO.js → node-package-manager-7B3EN7GZ.js} +3 -3
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-QRNH6CPY.js → ui-FZDXTCOM.js} +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
- package/dist/chunk-3VUX6VKH.js +0 -16096
|
@@ -2,12 +2,12 @@ import {
|
|
|
2
2
|
CLI_KIT_VERSION,
|
|
3
3
|
jsonOutputEnabled,
|
|
4
4
|
z
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-H6G7CAS4.js";
|
|
6
6
|
import {
|
|
7
7
|
cacheRetrieve,
|
|
8
8
|
cacheStore,
|
|
9
9
|
versionSatisfies
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-A2L5D2KD.js";
|
|
11
11
|
import {
|
|
12
12
|
AbortSilentError,
|
|
13
13
|
exec,
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
renderError,
|
|
17
17
|
renderInfo,
|
|
18
18
|
renderWarning
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-A7JDI77V.js";
|
|
20
20
|
import {
|
|
21
21
|
init_cjs_shims
|
|
22
22
|
} from "./chunk-PKR7KJ6P.js";
|
|
@@ -84,7 +84,7 @@ async function showNotificationsIfNeeded(currentSurfaces, environment = process.
|
|
|
84
84
|
throw new AbortSilentError();
|
|
85
85
|
let errorMessage = `Error showing notifications: ${error.message}`;
|
|
86
86
|
outputDebug(errorMessage);
|
|
87
|
-
let { sendErrorToBugsnag } = await import("./error-handler-
|
|
87
|
+
let { sendErrorToBugsnag } = await import("./error-handler-43X263AM.js");
|
|
88
88
|
await sendErrorToBugsnag(errorMessage, "unexpected_error");
|
|
89
89
|
}
|
|
90
90
|
}
|
|
@@ -174,4 +174,4 @@ export {
|
|
|
174
174
|
showNotificationsIfNeeded,
|
|
175
175
|
fetchNotificationsInBackground
|
|
176
176
|
};
|
|
177
|
-
//# sourceMappingURL=chunk-
|
|
177
|
+
//# sourceMappingURL=chunk-IVM3MA2K.js.map
|
|
@@ -1,16 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
fanoutHooks,
|
|
3
|
-
reportAnalyticsEvent
|
|
4
|
-
} from "./chunk-3VUX6VKH.js";
|
|
5
1
|
import {
|
|
6
2
|
CLI_KIT_VERSION,
|
|
3
|
+
fanoutHooks,
|
|
7
4
|
getEnvironmentData,
|
|
8
5
|
getLastSeenUserIdAfterAuth,
|
|
9
|
-
isLocalEnvironment
|
|
10
|
-
|
|
6
|
+
isLocalEnvironment,
|
|
7
|
+
reportAnalyticsEvent
|
|
8
|
+
} from "./chunk-H6G7CAS4.js";
|
|
11
9
|
import {
|
|
12
10
|
runWithRateLimit
|
|
13
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-A2L5D2KD.js";
|
|
14
12
|
import {
|
|
15
13
|
AbortSilentError,
|
|
16
14
|
CancelExecution,
|
|
@@ -25,7 +23,7 @@ import {
|
|
|
25
23
|
reportingRateLimit,
|
|
26
24
|
require_stacktracey,
|
|
27
25
|
shouldReportErrorAsUnexpected
|
|
28
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-A7JDI77V.js";
|
|
29
27
|
import {
|
|
30
28
|
require_lib
|
|
31
29
|
} from "./chunk-V7OWCSFT.js";
|
|
@@ -2233,4 +2231,4 @@ export {
|
|
|
2233
2231
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
2234
2232
|
addBugsnagMetadata
|
|
2235
2233
|
};
|
|
2236
|
-
//# sourceMappingURL=chunk-
|
|
2234
|
+
//# sourceMappingURL=chunk-MF6CRD3F.js.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
execaSync,
|
|
3
3
|
fileExistsSync,
|
|
4
4
|
isDevelopment
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-A7JDI77V.js";
|
|
6
6
|
import {
|
|
7
7
|
require_lib
|
|
8
8
|
} from "./chunk-V7OWCSFT.js";
|
|
@@ -46,4 +46,4 @@ var import_core = __toESM(require_lib(), 1), ShopifyConfig = class extends impor
|
|
|
46
46
|
export {
|
|
47
47
|
ShopifyConfig
|
|
48
48
|
};
|
|
49
|
-
//# sourceMappingURL=custom-oclif-loader-
|
|
49
|
+
//# sourceMappingURL=custom-oclif-loader-XIHRX7G6.js.map
|
|
@@ -4,12 +4,11 @@ import {
|
|
|
4
4
|
errorHandler,
|
|
5
5
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
6
6
|
sendErrorToBugsnag
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-C3EWWAOH.js";
|
|
7
|
+
} from "./chunk-MF6CRD3F.js";
|
|
8
|
+
import "./chunk-H6G7CAS4.js";
|
|
10
9
|
import "./chunk-XD3LXUGW.js";
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-A2L5D2KD.js";
|
|
11
|
+
import "./chunk-A7JDI77V.js";
|
|
13
12
|
import "./chunk-V7OWCSFT.js";
|
|
14
13
|
import "./chunk-UMUTXITN.js";
|
|
15
14
|
import "./chunk-Y2JP6WFP.js";
|
|
@@ -27,4 +26,4 @@ export {
|
|
|
27
26
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
28
27
|
sendErrorToBugsnag
|
|
29
28
|
};
|
|
30
|
-
//# sourceMappingURL=error-handler-
|
|
29
|
+
//# sourceMappingURL=error-handler-43X263AM.js.map
|
package/dist/hooks/postrun.js
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
hook
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-C3EWWAOH.js";
|
|
3
|
+
} from "../chunk-CSQ7GXTB.js";
|
|
4
|
+
import "../chunk-H6G7CAS4.js";
|
|
6
5
|
import "../chunk-XD3LXUGW.js";
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-A2L5D2KD.js";
|
|
7
|
+
import "../chunk-A7JDI77V.js";
|
|
9
8
|
import "../chunk-V7OWCSFT.js";
|
|
10
9
|
import "../chunk-UMUTXITN.js";
|
|
11
10
|
import "../chunk-Y2JP6WFP.js";
|
package/dist/hooks/prerun.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
2
|
fetchNotificationsInBackground
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-IVM3MA2K.js";
|
|
4
4
|
import {
|
|
5
5
|
CLI_KIT_VERSION,
|
|
6
6
|
startAnalytics
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-H6G7CAS4.js";
|
|
8
8
|
import "../chunk-XD3LXUGW.js";
|
|
9
9
|
import {
|
|
10
10
|
checkForCachedNewVersion,
|
|
11
11
|
checkForNewVersion,
|
|
12
12
|
packageManagerFromUserAgent,
|
|
13
13
|
runAtMinimumInterval
|
|
14
|
-
} from "../chunk-
|
|
14
|
+
} from "../chunk-A2L5D2KD.js";
|
|
15
15
|
import {
|
|
16
16
|
currentProcessIsGlobal,
|
|
17
17
|
inferPackageManagerForGlobalCLI,
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
outputDebug,
|
|
21
21
|
outputToken,
|
|
22
22
|
outputWarn
|
|
23
|
-
} from "../chunk-
|
|
23
|
+
} from "../chunk-A7JDI77V.js";
|
|
24
24
|
import "../chunk-V7OWCSFT.js";
|
|
25
25
|
import "../chunk-UMUTXITN.js";
|
|
26
26
|
import "../chunk-Y2JP6WFP.js";
|