@shopify/create-app 3.90.1 → 3.91.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/{acorn-45LE5Z2A.js → acorn-WDTBS4B3.js} +2 -2
- package/dist/{angular-Z5FPQPLR.js → angular-WLPEGHXZ.js} +4 -4
- package/dist/{babel-TRRZ6QQY.js → babel-LQYCV4NA.js} +2 -7
- package/dist/{brotli-2OKV26Y6.js → brotli-6CC7WD4Z.js} +1 -2
- package/dist/{chunk-6ONJEX7Y.js → chunk-6NVYATES.js} +2 -2
- package/dist/{chunk-C5T6XA4Z.js → chunk-7WLIB5CO.js} +9 -9
- package/dist/{chunk-3GXB4ZRP.js → chunk-CE4S2SGM.js} +10 -10
- package/dist/{chunk-V7OWCSFT.js → chunk-D7M6DPGX.js} +54 -130
- package/dist/{chunk-B3WU3OQW.js → chunk-NSOYPXEP.js} +348 -373
- package/dist/{chunk-6OZDZSVS.js → chunk-NTSWA5QE.js} +5 -5
- package/dist/{chunk-XD3LXUGW.js → chunk-VBBBCVMH.js} +2 -2
- package/dist/{chunk-APKTMEMO.js → chunk-VGSXEE45.js} +3 -3
- package/dist/{chunk-5IMMV2FW.js → chunk-XKZES4F6.js} +51097 -49015
- package/dist/{custom-oclif-loader-DOE5G2TS.js → custom-oclif-loader-O5NHEHOX.js} +4 -4
- package/dist/{del-OKZSX2EU.js → del-IYDC7TRH.js} +3 -3
- package/dist/{devtools-2SG3BFWJ.js → devtools-BAOTGU3O.js} +2 -2
- package/dist/{error-handler-APWB6LET.js → error-handler-LIQZ7B4V.js} +7 -8
- package/dist/{estree-PY6WKTNG.js → estree-U57GTUKI.js} +14 -35
- package/dist/{flow-YN54TSCB.js → flow-CBPGBIW5.js} +2 -4
- package/dist/{glimmer-RMPUUUDS.js → glimmer-VWCK7UCR.js} +2 -6
- package/dist/{graphql-PPLVYWBL.js → graphql-2HHXB4VZ.js} +3 -5
- package/dist/hooks/postrun.js +8 -7
- package/dist/hooks/prerun.js +8 -7
- package/dist/{html-3U6QZZZ4.js → html-ST4I6M3K.js} +4 -6
- package/dist/index.js +4554 -862
- package/dist/index.test.js +23 -26
- package/dist/{lib-IF6LVQLE.js → lib-YAB2PPNZ.js} +2 -2
- package/dist/{local-2KZD4JYH.js → local-EM7FKRTJ.js} +6 -6
- package/dist/{markdown-RHRQTUMC.js → markdown-NVTT3U3H.js} +4 -13
- package/dist/{meriyah-7MIMHTWQ.js → meriyah-H6RUUN2F.js} +2 -9
- package/dist/{multipart-parser-IYYNISJK.js → multipart-parser-WKKMXACL.js} +2 -2
- package/dist/{node-package-manager-E64FFXFR.js → node-package-manager-DKTBERVR.js} +5 -5
- package/dist/{postcss-MSOPGY7M.js → postcss-LKRKUSYR.js} +4 -6
- package/dist/{prettier-2ITB6I34.js → prettier-BJT6DAGC.js} +29 -29
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-XIIVEZPX.js → ui-A2SGHP45.js} +4 -4
- package/dist/{yaml-6GALFXQY.js → yaml-54MHMX7H.js} +6 -9
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
- package/dist/chunk-QVREKF7L.js +0 -2234
|
@@ -2,12 +2,12 @@ import {
|
|
|
2
2
|
CLI_KIT_VERSION,
|
|
3
3
|
jsonOutputEnabled,
|
|
4
4
|
z
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-XKZES4F6.js";
|
|
6
6
|
import {
|
|
7
7
|
cacheRetrieve,
|
|
8
8
|
cacheStore,
|
|
9
9
|
versionSatisfies
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-7WLIB5CO.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-NSOYPXEP.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-LIQZ7B4V.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-NTSWA5QE.js.map
|
|
@@ -125,7 +125,7 @@ var require_ponyfill_es2018 = __commonJS({
|
|
|
125
125
|
return front._elements[cursor];
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
|
-
let AbortSteps = Symbol("[[AbortSteps]]"), ErrorSteps = Symbol("[[ErrorSteps]]"), CancelSteps = Symbol("[[CancelSteps]]"), PullSteps = Symbol("[[PullSteps]]"), ReleaseSteps = Symbol("[[ReleaseSteps]]");
|
|
128
|
+
let AbortSteps = /* @__PURE__ */ Symbol("[[AbortSteps]]"), ErrorSteps = /* @__PURE__ */ Symbol("[[ErrorSteps]]"), CancelSteps = /* @__PURE__ */ Symbol("[[CancelSteps]]"), PullSteps = /* @__PURE__ */ Symbol("[[PullSteps]]"), ReleaseSteps = /* @__PURE__ */ Symbol("[[ReleaseSteps]]");
|
|
129
129
|
function ReadableStreamReaderGenericInitialize(reader, stream) {
|
|
130
130
|
reader._ownerReadableStream = stream, stream._reader = reader, stream._state === "readable" ? defaultReaderClosedPromiseInitialize(reader) : stream._state === "closed" ? defaultReaderClosedPromiseInitializeAsResolved(reader) : defaultReaderClosedPromiseInitializeAsRejected(reader, stream._storedError);
|
|
131
131
|
}
|
|
@@ -2993,4 +2993,4 @@ fetch-blob/index.js:
|
|
|
2993
2993
|
formdata-polyfill/esm.min.js:
|
|
2994
2994
|
(*! formdata-polyfill. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> *)
|
|
2995
2995
|
*/
|
|
2996
|
-
//# sourceMappingURL=chunk-
|
|
2996
|
+
//# sourceMappingURL=chunk-VBBBCVMH.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getNextDeprecationDate,
|
|
3
3
|
reportAnalyticsEvent
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-XKZES4F6.js";
|
|
5
5
|
import {
|
|
6
6
|
addSensitiveMetadata,
|
|
7
7
|
getAllSensitiveMetadata,
|
|
8
8
|
outputDebug,
|
|
9
9
|
renderWarning
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-NSOYPXEP.js";
|
|
11
11
|
import {
|
|
12
12
|
init_cjs_shims
|
|
13
13
|
} from "./chunk-PKR7KJ6P.js";
|
|
@@ -75,4 +75,4 @@ export {
|
|
|
75
75
|
postRunHookHasCompleted,
|
|
76
76
|
hook
|
|
77
77
|
};
|
|
78
|
-
//# sourceMappingURL=chunk-
|
|
78
|
+
//# sourceMappingURL=chunk-VGSXEE45.js.map
|