@shopify/create-app 3.84.1 → 3.85.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/README.md +1 -1
- package/dist/{chunk-I5QSPA3G.js → chunk-AEWLNHFZ.js} +5 -5
- package/dist/{chunk-H3GWNOGA.js → chunk-G5HUFNZJ.js} +577 -750
- package/dist/{chunk-F7XIUISB.js → chunk-JZCHSJAA.js} +5290 -1918
- package/dist/{chunk-APC5TGT7.js → chunk-OE3KB4ED.js} +183 -39
- package/dist/{chunk-XCAGLQZT.js → chunk-PGTPDPDU.js} +39 -15
- package/dist/{chunk-BRA57BDM.js → chunk-POCJD2ES.js} +744 -668
- package/dist/{chunk-GYAMBODZ.js → chunk-ZNZH4RBZ.js} +13 -12
- package/dist/{custom-oclif-loader-U7MCMR24.js → custom-oclif-loader-TLRFRMDM.js} +3 -3
- package/dist/{error-handler-M3MNE2JX.js → error-handler-U6DLBQ5N.js} +7 -7
- package/dist/hooks/postrun.js +7 -8
- package/dist/hooks/prerun.js +5 -5
- package/dist/index.js +9425 -9166
- package/dist/index.test.js +7 -7
- package/dist/{lib-CLQ247I5.js → lib-G23FRF64.js} +2 -2
- package/dist/{local-ZJSQNOBS.js → local-FA7O4QS5.js} +3 -3
- package/dist/{node-package-manager-ZPABMQVG.js → node-package-manager-P2QJ377D.js} +4 -4
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-5P6JUXXH.js → ui-ZKSCXGYG.js} +5 -3
- package/oclif.manifest.json +2 -2
- package/package.json +3 -3
- package/dist/chunk-CP3BRHWK.js +0 -33
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
fanoutHooks,
|
|
3
3
|
reportAnalyticsEvent
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-OE3KB4ED.js";
|
|
5
5
|
import {
|
|
6
6
|
CLI_KIT_VERSION,
|
|
7
|
-
getEnvironmentData
|
|
8
|
-
|
|
7
|
+
getEnvironmentData,
|
|
8
|
+
isLocalEnvironment
|
|
9
|
+
} from "./chunk-JZCHSJAA.js";
|
|
9
10
|
import {
|
|
10
11
|
runWithRateLimit
|
|
11
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-PGTPDPDU.js";
|
|
12
13
|
import {
|
|
13
14
|
AbortSilentError,
|
|
14
15
|
CancelExecution,
|
|
@@ -23,10 +24,10 @@ import {
|
|
|
23
24
|
reportingRateLimit,
|
|
24
25
|
require_stacktracey,
|
|
25
26
|
shouldReportErrorAsUnexpected
|
|
26
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-POCJD2ES.js";
|
|
27
28
|
import {
|
|
28
29
|
require_lib
|
|
29
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-G5HUFNZJ.js";
|
|
30
31
|
import {
|
|
31
32
|
cwd,
|
|
32
33
|
isAbsolutePath,
|
|
@@ -310,12 +311,12 @@ var require_stack_generator = __commonJS({
|
|
|
310
311
|
}
|
|
311
312
|
});
|
|
312
313
|
|
|
313
|
-
// ../../node_modules/.pnpm/end-of-stream@1.4.
|
|
314
|
+
// ../../node_modules/.pnpm/end-of-stream@1.4.5/node_modules/end-of-stream/index.js
|
|
314
315
|
var require_end_of_stream = __commonJS({
|
|
315
|
-
"../../node_modules/.pnpm/end-of-stream@1.4.
|
|
316
|
+
"../../node_modules/.pnpm/end-of-stream@1.4.5/node_modules/end-of-stream/index.js"(exports, module) {
|
|
316
317
|
init_cjs_shims();
|
|
317
318
|
var once = require_once(), noop = function() {
|
|
318
|
-
}, isRequest = function(stream) {
|
|
319
|
+
}, qnt = global.Bare ? queueMicrotask : process.nextTick.bind(process), isRequest = function(stream) {
|
|
319
320
|
return stream.setHeader && typeof stream.abort == "function";
|
|
320
321
|
}, isChildProcess = function(stream) {
|
|
321
322
|
return stream.stdio && Array.isArray(stream.stdio) && stream.stdio.length === 3;
|
|
@@ -333,7 +334,7 @@ var require_end_of_stream = __commonJS({
|
|
|
333
334
|
}, onerror = function(err) {
|
|
334
335
|
callback.call(stream, err);
|
|
335
336
|
}, onclose = function() {
|
|
336
|
-
|
|
337
|
+
qnt(onclosenexttick);
|
|
337
338
|
}, onclosenexttick = function() {
|
|
338
339
|
if (!cancelled) {
|
|
339
340
|
if (readable && !(rs && rs.ended && !rs.destroyed)) return callback.call(stream, new Error("premature close"));
|
|
@@ -2046,7 +2047,7 @@ var reportError = async (error, config) => {
|
|
|
2046
2047
|
};
|
|
2047
2048
|
async function sendErrorToBugsnag(error, exitMode) {
|
|
2048
2049
|
try {
|
|
2049
|
-
if (import_core.settings.debug)
|
|
2050
|
+
if (isLocalEnvironment() || import_core.settings.debug)
|
|
2050
2051
|
return outputDebug("Skipping Bugsnag report"), { reported: !1, error, unhandled: void 0 };
|
|
2051
2052
|
let unhandled = exitMode === "unexpected_error", reportableError, stacktrace, report = !1;
|
|
2052
2053
|
error instanceof Error ? (report = !0, reportableError = new Error(error.message), stacktrace = error.stack) : typeof error == "string" && error.trim().length !== 0 ? (report = !0, reportableError = new Error(error), stacktrace = reportableError.stack) : (report = !1, reportableError = new Error("Unknown error"));
|
|
@@ -2142,4 +2143,4 @@ export {
|
|
|
2142
2143
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
2143
2144
|
addBugsnagMetadata
|
|
2144
2145
|
};
|
|
2145
|
-
//# sourceMappingURL=chunk-
|
|
2146
|
+
//# sourceMappingURL=chunk-ZNZH4RBZ.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
execaSync,
|
|
3
3
|
fileExistsSync
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-POCJD2ES.js";
|
|
5
5
|
import {
|
|
6
6
|
require_lib
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-G5HUFNZJ.js";
|
|
8
8
|
import "./chunk-UMUTXITN.js";
|
|
9
9
|
import {
|
|
10
10
|
cwd,
|
|
@@ -40,4 +40,4 @@ var import_core = __toESM(require_lib(), 1), ShopifyConfig = class extends impor
|
|
|
40
40
|
export {
|
|
41
41
|
ShopifyConfig
|
|
42
42
|
};
|
|
43
|
-
//# sourceMappingURL=custom-oclif-loader-
|
|
43
|
+
//# sourceMappingURL=custom-oclif-loader-TLRFRMDM.js.map
|
|
@@ -4,13 +4,13 @@ import {
|
|
|
4
4
|
errorHandler,
|
|
5
5
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
6
6
|
sendErrorToBugsnag
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-ZNZH4RBZ.js";
|
|
8
|
+
import "./chunk-OE3KB4ED.js";
|
|
9
|
+
import "./chunk-JZCHSJAA.js";
|
|
10
10
|
import "./chunk-25IMI7TH.js";
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-PGTPDPDU.js";
|
|
12
|
+
import "./chunk-POCJD2ES.js";
|
|
13
|
+
import "./chunk-G5HUFNZJ.js";
|
|
14
14
|
import "./chunk-UMUTXITN.js";
|
|
15
15
|
import "./chunk-Y2JP6WFP.js";
|
|
16
16
|
import "./chunk-SHWOPMLQ.js";
|
|
@@ -25,4 +25,4 @@ export {
|
|
|
25
25
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
26
26
|
sendErrorToBugsnag
|
|
27
27
|
};
|
|
28
|
-
//# sourceMappingURL=error-handler-
|
|
28
|
+
//# sourceMappingURL=error-handler-U6DLBQ5N.js.map
|
package/dist/hooks/postrun.js
CHANGED
|
@@ -1,19 +1,18 @@
|
|
|
1
|
-
import {
|
|
2
|
-
getNextDeprecationDate
|
|
3
|
-
} from "../chunk-CP3BRHWK.js";
|
|
4
1
|
import {
|
|
5
2
|
reportAnalyticsEvent
|
|
6
|
-
} from "../chunk-
|
|
7
|
-
import
|
|
3
|
+
} from "../chunk-OE3KB4ED.js";
|
|
4
|
+
import {
|
|
5
|
+
getNextDeprecationDate
|
|
6
|
+
} from "../chunk-JZCHSJAA.js";
|
|
8
7
|
import "../chunk-25IMI7TH.js";
|
|
9
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-PGTPDPDU.js";
|
|
10
9
|
import {
|
|
11
10
|
addSensitiveMetadata,
|
|
12
11
|
getAllSensitiveMetadata,
|
|
13
12
|
outputDebug,
|
|
14
13
|
renderWarning
|
|
15
|
-
} from "../chunk-
|
|
16
|
-
import "../chunk-
|
|
14
|
+
} from "../chunk-POCJD2ES.js";
|
|
15
|
+
import "../chunk-G5HUFNZJ.js";
|
|
17
16
|
import "../chunk-UMUTXITN.js";
|
|
18
17
|
import "../chunk-Y2JP6WFP.js";
|
|
19
18
|
import "../chunk-75LV6AQS.js";
|
package/dist/hooks/prerun.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
2
|
fetchNotificationsInBackground
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-AEWLNHFZ.js";
|
|
4
4
|
import {
|
|
5
5
|
CLI_KIT_VERSION,
|
|
6
6
|
startAnalytics
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-JZCHSJAA.js";
|
|
8
8
|
import "../chunk-25IMI7TH.js";
|
|
9
9
|
import {
|
|
10
10
|
checkForCachedNewVersion,
|
|
11
11
|
checkForNewVersion,
|
|
12
12
|
packageManagerFromUserAgent,
|
|
13
13
|
runAtMinimumInterval
|
|
14
|
-
} from "../chunk-
|
|
14
|
+
} from "../chunk-PGTPDPDU.js";
|
|
15
15
|
import {
|
|
16
16
|
currentProcessIsGlobal,
|
|
17
17
|
inferPackageManagerForGlobalCLI,
|
|
@@ -20,8 +20,8 @@ import {
|
|
|
20
20
|
outputDebug,
|
|
21
21
|
outputToken,
|
|
22
22
|
outputWarn
|
|
23
|
-
} from "../chunk-
|
|
24
|
-
import "../chunk-
|
|
23
|
+
} from "../chunk-POCJD2ES.js";
|
|
24
|
+
import "../chunk-G5HUFNZJ.js";
|
|
25
25
|
import "../chunk-UMUTXITN.js";
|
|
26
26
|
import "../chunk-Y2JP6WFP.js";
|
|
27
27
|
import "../chunk-75LV6AQS.js";
|