@shopify/create-app 3.86.0 → 3.87.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 +2 -1
- package/dist/{chunk-24C6AXHU.js → chunk-HBFPX5N4.js} +77 -206
- package/dist/{chunk-TO2X4F7Z.js → chunk-HLOOBB4I.js} +17 -5
- package/dist/chunk-MWXQRYBK.js +80 -0
- package/dist/{chunk-VCNJSI7V.js → chunk-PDSOKLSC.js} +46 -21
- package/dist/{chunk-MGT4QKYB.js → chunk-TIUOQMGA.js} +4 -4
- package/dist/{chunk-JVOC6QPM.js → chunk-UOEBXUPG.js} +5 -5
- package/dist/{chunk-JXJ33RQ2.js → chunk-V7OWCSFT.js} +4 -4
- package/dist/{chunk-KUW6F33L.js → chunk-VLJHCQXA.js} +5 -5
- package/dist/{chunk-Y7KLALIY.js → chunk-VR5VKR2I.js} +6 -6
- package/dist/{custom-oclif-loader-P2GF3H55.js → custom-oclif-loader-TBJQ73OQ.js} +15 -9
- package/dist/{del-M36IQP37.js → del-OKZSX2EU.js} +2 -2
- package/dist/{error-handler-A4ESBROE.js → error-handler-OMN5NZFN.js} +9 -7
- package/dist/hooks/postrun.js +9 -68
- package/dist/hooks/prerun.js +7 -5
- package/dist/{http-proxy-node16-K5X7BUK5.js → http-proxy-node16-VGGP6PLA.js} +5 -5
- package/dist/index.js +1090 -784
- package/dist/index.test.js +1 -1
- package/dist/{lib-JIKIO4JO.js → lib-IF6LVQLE.js} +2 -2
- package/dist/{local-NJYNKPHZ.js → local-XH6K2UZK.js} +5 -3
- package/dist/{magic-string.es-UZAAPNRE.js → magic-string.es-S5HKFBJX.js} +5 -6
- package/dist/{node-package-manager-DIXFSXME.js → node-package-manager-5EX7KILU.js} +6 -4
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-TJJFYS6Z.js → ui-ROZ5MAUS.js} +5 -3
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/dist/index.test.js
CHANGED
|
@@ -9196,7 +9196,7 @@ function offsetToLineNumber(source, offset) {
|
|
|
9196
9196
|
return line + 1;
|
|
9197
9197
|
}
|
|
9198
9198
|
async function saveInlineSnapshots(environment, snapshots) {
|
|
9199
|
-
let MagicString = (await import("./magic-string.es-
|
|
9199
|
+
let MagicString = (await import("./magic-string.es-S5HKFBJX.js")).default, files = new Set(snapshots.map((i) => i.file));
|
|
9200
9200
|
await Promise.all(Array.from(files).map(async (file) => {
|
|
9201
9201
|
let snaps = snapshots.filter((i) => i.file === file), code = await environment.readSnapshotFile(file), s2 = new MagicString(code);
|
|
9202
9202
|
for (let snap of snaps) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
require_lib
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-V7OWCSFT.js";
|
|
4
4
|
import "./chunk-UMUTXITN.js";
|
|
5
5
|
import "./chunk-LABBARNJ.js";
|
|
6
6
|
import "./chunk-G2ZZKGSV.js";
|
|
7
7
|
import "./chunk-PKR7KJ6P.js";
|
|
8
8
|
export default require_lib();
|
|
9
|
-
//# sourceMappingURL=lib-
|
|
9
|
+
//# sourceMappingURL=lib-IF6LVQLE.js.map
|
|
@@ -20,12 +20,14 @@ import {
|
|
|
20
20
|
macAddress,
|
|
21
21
|
opentelemetryDomain,
|
|
22
22
|
themeToken
|
|
23
|
-
} from "./chunk-
|
|
24
|
-
import "./chunk-
|
|
23
|
+
} from "./chunk-HBFPX5N4.js";
|
|
24
|
+
import "./chunk-V7OWCSFT.js";
|
|
25
25
|
import "./chunk-UMUTXITN.js";
|
|
26
26
|
import "./chunk-Y2JP6WFP.js";
|
|
27
27
|
import "./chunk-6ONJEX7Y.js";
|
|
28
28
|
import "./chunk-LABBARNJ.js";
|
|
29
|
+
import "./chunk-CTFDRWUN.js";
|
|
30
|
+
import "./chunk-7IK72W75.js";
|
|
29
31
|
import "./chunk-G2ZZKGSV.js";
|
|
30
32
|
import "./chunk-PKR7KJ6P.js";
|
|
31
33
|
export {
|
|
@@ -51,4 +53,4 @@ export {
|
|
|
51
53
|
opentelemetryDomain,
|
|
52
54
|
themeToken
|
|
53
55
|
};
|
|
54
|
-
//# sourceMappingURL=local-
|
|
56
|
+
//# sourceMappingURL=local-XH6K2UZK.js.map
|
|
@@ -5,9 +5,9 @@ import {
|
|
|
5
5
|
// ../../node_modules/.pnpm/magic-string@0.30.17/node_modules/magic-string/dist/magic-string.es.mjs
|
|
6
6
|
init_cjs_shims();
|
|
7
7
|
|
|
8
|
-
// ../../node_modules/.pnpm/@jridgewell+sourcemap-codec@1.5.
|
|
8
|
+
// ../../node_modules/.pnpm/@jridgewell+sourcemap-codec@1.5.5/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs
|
|
9
9
|
init_cjs_shims();
|
|
10
|
-
var chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", intToChar = new Uint8Array(64), charToInt = new Uint8Array(128);
|
|
10
|
+
var comma = 44, semicolon = 59, chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", intToChar = new Uint8Array(64), charToInt = new Uint8Array(128);
|
|
11
11
|
for (let i = 0; i < chars.length; i++) {
|
|
12
12
|
let c = chars.charCodeAt(i);
|
|
13
13
|
intToChar[i] = c, charToInt[c] = i;
|
|
@@ -49,12 +49,11 @@ function encode(decoded) {
|
|
|
49
49
|
let writer = new StringWriter(), sourcesIndex = 0, sourceLine = 0, sourceColumn = 0, namesIndex = 0;
|
|
50
50
|
for (let i = 0; i < decoded.length; i++) {
|
|
51
51
|
let line = decoded[i];
|
|
52
|
-
if (i > 0 && writer.write(
|
|
53
|
-
continue;
|
|
52
|
+
if (i > 0 && writer.write(semicolon), line.length === 0) continue;
|
|
54
53
|
let genColumn = 0;
|
|
55
54
|
for (let j = 0; j < line.length; j++) {
|
|
56
55
|
let segment = line[j];
|
|
57
|
-
j > 0 && writer.write(
|
|
56
|
+
j > 0 && writer.write(comma), genColumn = encodeInteger(writer, segment[0], genColumn), segment.length !== 1 && (sourcesIndex = encodeInteger(writer, segment[1], sourcesIndex), sourceLine = encodeInteger(writer, segment[2], sourceLine), sourceColumn = encodeInteger(writer, segment[3], sourceColumn), segment.length !== 4 && (namesIndex = encodeInteger(writer, segment[4], namesIndex)));
|
|
58
57
|
}
|
|
59
58
|
}
|
|
60
59
|
return writer.flush();
|
|
@@ -811,4 +810,4 @@ export {
|
|
|
811
810
|
SourceMap,
|
|
812
811
|
MagicString as default
|
|
813
812
|
};
|
|
814
|
-
//# sourceMappingURL=magic-string.es-
|
|
813
|
+
//# sourceMappingURL=magic-string.es-S5HKFBJX.js.map
|
|
@@ -29,13 +29,15 @@ import {
|
|
|
29
29
|
versionSatisfies,
|
|
30
30
|
writePackageJSON,
|
|
31
31
|
yarnLockfile
|
|
32
|
-
} from "./chunk-
|
|
33
|
-
import "./chunk-
|
|
34
|
-
import "./chunk-
|
|
32
|
+
} from "./chunk-HLOOBB4I.js";
|
|
33
|
+
import "./chunk-HBFPX5N4.js";
|
|
34
|
+
import "./chunk-V7OWCSFT.js";
|
|
35
35
|
import "./chunk-UMUTXITN.js";
|
|
36
36
|
import "./chunk-Y2JP6WFP.js";
|
|
37
37
|
import "./chunk-6ONJEX7Y.js";
|
|
38
38
|
import "./chunk-LABBARNJ.js";
|
|
39
|
+
import "./chunk-CTFDRWUN.js";
|
|
40
|
+
import "./chunk-7IK72W75.js";
|
|
39
41
|
import "./chunk-G2ZZKGSV.js";
|
|
40
42
|
import "./chunk-PKR7KJ6P.js";
|
|
41
43
|
export {
|
|
@@ -70,4 +72,4 @@ export {
|
|
|
70
72
|
writePackageJSON,
|
|
71
73
|
yarnLockfile
|
|
72
74
|
};
|
|
73
|
-
//# sourceMappingURL=node-package-manager-
|
|
75
|
+
//# sourceMappingURL=node-package-manager-5EX7KILU.js.map
|