@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.
@@ -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-UZAAPNRE.js")).default, files = new Set(snapshots.map((i) => i.file));
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-JXJ33RQ2.js";
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-JIKIO4JO.js.map
9
+ //# sourceMappingURL=lib-IF6LVQLE.js.map
@@ -20,12 +20,14 @@ import {
20
20
  macAddress,
21
21
  opentelemetryDomain,
22
22
  themeToken
23
- } from "./chunk-24C6AXHU.js";
24
- import "./chunk-JXJ33RQ2.js";
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-NJYNKPHZ.js.map
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.0/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs
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(59), line.length === 0)
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(44), 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)));
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-UZAAPNRE.js.map
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-TO2X4F7Z.js";
33
- import "./chunk-24C6AXHU.js";
34
- import "./chunk-JXJ33RQ2.js";
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-DIXFSXME.js.map
75
+ //# sourceMappingURL=node-package-manager-5EX7KILU.js.map