@shopify/create-app 3.85.1 → 3.85.3

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.
@@ -172281,6 +172281,7 @@ export {
172281
172281
  require_semver2 as require_semver,
172282
172282
  require_ansi_styles,
172283
172283
  require_source_map,
172284
+ require_typescript,
172284
172285
  require_commonjs,
172285
172286
  require_lib
172286
172287
  };
@@ -172311,4 +172312,4 @@ typescript/lib/typescript.js:
172311
172312
  and limitations under the License.
172312
172313
  ***************************************************************************** *)
172313
172314
  */
172314
- //# sourceMappingURL=chunk-G5HUFNZJ.js.map
172315
+ //# sourceMappingURL=chunk-2VQSCETZ.js.map
@@ -18,10 +18,10 @@ import {
18
18
  require_get_stream,
19
19
  runWithTimer,
20
20
  writeFile
21
- } from "./chunk-BPVVHBDS.js";
21
+ } from "./chunk-GDQKSWAB.js";
22
22
  import {
23
23
  require_semver
24
- } from "./chunk-G5HUFNZJ.js";
24
+ } from "./chunk-2VQSCETZ.js";
25
25
  import {
26
26
  dirname,
27
27
  joinPath
@@ -13933,4 +13933,4 @@ deep-extend/lib/deep-extend.js:
13933
13933
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13934
13934
  *)
13935
13935
  */
13936
- //# sourceMappingURL=chunk-LSGUB77H.js.map
13936
+ //# sourceMappingURL=chunk-5HCVMQPA.js.map
@@ -14,7 +14,7 @@ import {
14
14
  setCurrentSessionId,
15
15
  setSessions,
16
16
  timeIntervalToMilliseconds
17
- } from "./chunk-LSGUB77H.js";
17
+ } from "./chunk-5HCVMQPA.js";
18
18
  import {
19
19
  AbortError,
20
20
  BugError,
@@ -80,7 +80,7 @@ import {
80
80
  stringifyMessage,
81
81
  systemEnvironmentVariables,
82
82
  themeToken
83
- } from "./chunk-BPVVHBDS.js";
83
+ } from "./chunk-GDQKSWAB.js";
84
84
  import {
85
85
  cwd,
86
86
  sniffForJson
@@ -30580,7 +30580,7 @@ var require_lib3 = __commonJS({
30580
30580
 
30581
30581
  // ../cli-kit/dist/public/common/version.js
30582
30582
  init_cjs_shims();
30583
- var CLI_KIT_VERSION = "3.85.1";
30583
+ var CLI_KIT_VERSION = "3.85.3";
30584
30584
 
30585
30585
  // ../cli-kit/dist/private/node/context/service.js
30586
30586
  init_cjs_shims();
@@ -36068,7 +36068,7 @@ function unionArrayStrategy(destinationArray, sourceArray) {
36068
36068
  }
36069
36069
 
36070
36070
  // ../cli-kit/dist/public/common/object.js
36071
- var import_deepmerge = __toESM(require_cjs()), import_pickBy = __toESM(require_pickBy()), import_mapValues = __toESM(require_mapValues()), import_isEqual = __toESM(require_isEqual()), import_differenceWith = __toESM(require_differenceWith()), import_fromPairs = __toESM(require_fromPairs()), import_toPairs = __toESM(require_toPairs()), import_get = __toESM(require_get()), import_set = __toESM(require_set()), import_unset = __toESM(require_unset()), import_isEmpty = __toESM(require_isEmpty());
36071
+ var import_deepmerge = __toESM(require_cjs(), 1), import_pickBy = __toESM(require_pickBy(), 1), import_mapValues = __toESM(require_mapValues(), 1), import_isEqual = __toESM(require_isEqual(), 1), import_differenceWith = __toESM(require_differenceWith(), 1), import_fromPairs = __toESM(require_fromPairs(), 1), import_toPairs = __toESM(require_toPairs(), 1), import_get = __toESM(require_get(), 1), import_set = __toESM(require_set(), 1), import_unset = __toESM(require_unset(), 1), import_isEmpty = __toESM(require_isEmpty(), 1);
36072
36072
  function deepMergeObjects(lhs, rhs, arrayMergeStrategy = unionArrayStrategy) {
36073
36073
  return (0, import_deepmerge.default)(lhs, rhs, { arrayMerge: arrayMergeStrategy });
36074
36074
  }
@@ -36717,4 +36717,4 @@ mime-types/index.js:
36717
36717
  * MIT Licensed
36718
36718
  *)
36719
36719
  */
36720
- //# sourceMappingURL=chunk-K6GH3OTA.js.map
36720
+ //# sourceMappingURL=chunk-6NLDEVLI.js.map
@@ -5,10 +5,10 @@ import {
5
5
  getLastSeenUserIdAfterAuth,
6
6
  getSensitiveEnvironmentData,
7
7
  requestIdsCollection
8
- } from "./chunk-K6GH3OTA.js";
8
+ } from "./chunk-6NLDEVLI.js";
9
9
  import {
10
10
  runWithRateLimit
11
- } from "./chunk-LSGUB77H.js";
11
+ } from "./chunk-5HCVMQPA.js";
12
12
  import {
13
13
  alwaysLogAnalytics,
14
14
  alwaysLogMetrics,
@@ -24,7 +24,7 @@ import {
24
24
  outputDebug,
25
25
  outputToken,
26
26
  reportingRateLimit
27
- } from "./chunk-BPVVHBDS.js";
27
+ } from "./chunk-GDQKSWAB.js";
28
28
  import {
29
29
  __commonJS,
30
30
  __esm,
@@ -16071,4 +16071,4 @@ export {
16071
16071
  recordEvent2 as recordEvent,
16072
16072
  compileData2 as compileData
16073
16073
  };
16074
- //# sourceMappingURL=chunk-UW5PDMY2.js.map
16074
+ //# sourceMappingURL=chunk-A6BP5R5D.js.map
@@ -4,7 +4,7 @@ import {
4
4
  require_lib,
5
5
  require_semver,
6
6
  require_source_map
7
- } from "./chunk-G5HUFNZJ.js";
7
+ } from "./chunk-2VQSCETZ.js";
8
8
  import {
9
9
  require_has_flag
10
10
  } from "./chunk-UMUTXITN.js";
@@ -23385,7 +23385,7 @@ function createRuntimeMetadataContainer(defaultPublicMetadata = {}) {
23385
23385
  try {
23386
23386
  await getAndSet();
23387
23387
  } catch (error) {
23388
- let { sendErrorToBugsnag } = await import("./error-handler-PZL5TOG2.js");
23388
+ let { sendErrorToBugsnag } = await import("./error-handler-MJJYI3CD.js");
23389
23389
  await sendErrorToBugsnag(error, "unexpected_error");
23390
23390
  }
23391
23391
  }, durationStack = [];
@@ -29144,7 +29144,7 @@ init_cjs_shims();
29144
29144
 
29145
29145
  // ../cli-kit/dist/public/common/function.js
29146
29146
  init_cjs_shims();
29147
- var import_memoize = __toESM(require_memoize(), 1), import_debounce = __toESM(require_debounce(), 1), import_throttle2 = __toESM(require_throttle(), 1);
29147
+ var import_memoize = __toESM(require_memoize()), import_debounce = __toESM(require_debounce()), import_throttle2 = __toESM(require_throttle());
29148
29148
  function debounce(func, wait, options) {
29149
29149
  return (0, import_debounce.default)(func, wait, options);
29150
29150
  }
@@ -32541,4 +32541,4 @@ react-reconciler/cjs/react-reconciler-constants.development.js:
32541
32541
  * LICENSE file in the root directory of this source tree.
32542
32542
  *)
32543
32543
  */
32544
- //# sourceMappingURL=chunk-BPVVHBDS.js.map
32544
+ //# sourceMappingURL=chunk-GDQKSWAB.js.map