@shopify/create-app 3.82.1 → 3.83.1
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-75QMAARJ.js → chunk-EU5PDVVS.js} +799 -1168
- package/dist/{chunk-ZIXYVUD6.js → chunk-GDQXK7SS.js} +5 -5
- package/dist/{chunk-2YVW3FGK.js → chunk-H3GWNOGA.js} +7817 -11862
- package/dist/chunk-LABBARNJ.js +76 -0
- package/dist/{chunk-ILI5X6PP.js → chunk-O4KAJGU5.js} +2 -2
- package/dist/{chunk-H2RMSP56.js → chunk-ROHZIBAY.js} +13 -11
- package/dist/{chunk-4ZPIFK7H.js → chunk-S3IDOXGB.js} +5 -3
- package/dist/{chunk-6OWK7KKO.js → chunk-ULXZG5FG.js} +6 -6
- package/dist/{chunk-TNRWP2XN.js → chunk-XM645PFF.js} +5 -5
- package/dist/{custom-oclif-loader-2KUDQ6HQ.js → custom-oclif-loader-7EOQDX6M.js} +4 -6
- package/dist/{chunk-VMUIREUQ.js → del-4XMQNWFE.js} +364 -72
- package/dist/{error-handler-SWZ4Y54O.js → error-handler-C6Y3FZJC.js} +8 -10
- package/dist/hooks/postrun.js +6 -8
- package/dist/hooks/prerun.js +6 -8
- package/dist/{http-proxy-LHSVRGJ5.js → http-proxy-node16-T623PGD4.js} +37 -29
- package/dist/index.js +36083 -36891
- package/dist/lib-CLQ247I5.js +9 -0
- package/dist/{local-KOMGI74N.js → local-OQFLNNSH.js} +4 -6
- package/dist/{node-package-manager-HDKMIXR2.js → node-package-manager-QPXWQ6QR.js} +5 -7
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-2DQEYOWO.js → ui-CS3NGQRA.js} +4 -6
- package/oclif.manifest.json +1 -1
- package/package.json +4 -5
- package/dist/del-MOZRBB7Y.js +0 -374
- package/dist/lib-UJ7YNLH4.js +0 -11
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
getEnvironmentData,
|
|
5
5
|
getLastSeenUserIdAfterAuth,
|
|
6
6
|
getSensitiveEnvironmentData
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-ROHZIBAY.js";
|
|
8
8
|
import {
|
|
9
9
|
runWithRateLimit
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-S3IDOXGB.js";
|
|
11
11
|
import {
|
|
12
12
|
alwaysLogAnalytics,
|
|
13
13
|
alwaysLogMetrics,
|
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
outputDebug,
|
|
25
25
|
outputToken,
|
|
26
26
|
reportingRateLimit
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-EU5PDVVS.js";
|
|
28
28
|
import {
|
|
29
29
|
__commonJS,
|
|
30
30
|
__esm,
|
|
@@ -15473,7 +15473,7 @@ init_cjs_shims();
|
|
|
15473
15473
|
|
|
15474
15474
|
// ../cli-kit/dist/public/node/monorail.js
|
|
15475
15475
|
init_cjs_shims();
|
|
15476
|
-
var url = "https://monorail-edge.shopifysvc.com/v1/produce", MONORAIL_COMMAND_TOPIC = "app_cli3_command/1.
|
|
15476
|
+
var url = "https://monorail-edge.shopifysvc.com/v1/produce", MONORAIL_COMMAND_TOPIC = "app_cli3_command/1.18", publishedCommandNames = /* @__PURE__ */ new Set();
|
|
15477
15477
|
async function publishMonorailEvent(schemaId, publicData, sensitiveData) {
|
|
15478
15478
|
let commandName = publicData.command;
|
|
15479
15479
|
if (commandName && typeof commandName == "string") {
|
|
@@ -15926,4 +15926,4 @@ export {
|
|
|
15926
15926
|
requestIdsCollection,
|
|
15927
15927
|
reportAnalyticsEvent
|
|
15928
15928
|
};
|
|
15929
|
-
//# sourceMappingURL=chunk-
|
|
15929
|
+
//# sourceMappingURL=chunk-GDQXK7SS.js.map
|