@shopify/create-app 3.74.1 → 3.75.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.
@@ -18,7 +18,7 @@ import {
18
18
  require_get_stream,
19
19
  runWithTimer,
20
20
  writeFile
21
- } from "./chunk-IS43CUN4.js";
21
+ } from "./chunk-DOGSJDGS.js";
22
22
  import {
23
23
  dirname,
24
24
  joinPath
@@ -14830,4 +14830,4 @@ deep-extend/lib/deep-extend.js:
14830
14830
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14831
14831
  *)
14832
14832
  */
14833
- //# sourceMappingURL=chunk-XENZIRXB.js.map
14833
+ //# sourceMappingURL=chunk-LC4MJ4H3.js.map
@@ -6,7 +6,7 @@ import {
6
6
  require_balanced_match,
7
7
  require_globby,
8
8
  require_indent_string
9
- } from "./chunk-ZKGBK6WQ.js";
9
+ } from "./chunk-IVFBSLUD.js";
10
10
  import {
11
11
  require_is_wsl
12
12
  } from "./chunk-G2ZZKGSV.js";
@@ -4219,9 +4219,9 @@ var require_source_map_support = __commonJS({
4219
4219
  }
4220
4220
  });
4221
4221
 
4222
- // ../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/typescript.js
4222
+ // ../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/typescript.js
4223
4223
  var require_typescript = __commonJS({
4224
- "../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/typescript.js"(exports, module) {
4224
+ "../../node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/typescript.js"(exports, module) {
4225
4225
  init_cjs_shims();
4226
4226
  var ts = {};
4227
4227
  ((module2) => {
@@ -6474,7 +6474,7 @@ var require_typescript = __commonJS({
6474
6474
  writeFileEnsuringDirectories: () => writeFileEnsuringDirectories,
6475
6475
  zipWith: () => zipWith
6476
6476
  }), module2.exports = __toCommonJS(typescript_exports);
6477
- var versionMajorMinor = "5.7", version = "5.7.2", Comparison = /* @__PURE__ */ ((Comparison3) => (Comparison3[Comparison3.LessThan = -1] = "LessThan", Comparison3[Comparison3.EqualTo = 0] = "EqualTo", Comparison3[Comparison3.GreaterThan = 1] = "GreaterThan", Comparison3))(Comparison || {}), emptyArray = [], emptyMap = /* @__PURE__ */ new Map();
6477
+ var versionMajorMinor = "5.7", version = "5.7.3", Comparison = /* @__PURE__ */ ((Comparison3) => (Comparison3[Comparison3.LessThan = -1] = "LessThan", Comparison3[Comparison3.EqualTo = 0] = "EqualTo", Comparison3[Comparison3.GreaterThan = 1] = "GreaterThan", Comparison3))(Comparison || {}), emptyArray = [], emptyMap = /* @__PURE__ */ new Map();
6478
6478
  function length(array) {
6479
6479
  return array !== void 0 ? array.length : 0;
6480
6480
  }
@@ -15033,6 +15033,7 @@ ${lanes.join(`
15033
15033
  }
15034
15034
  var targetToLibMap = /* @__PURE__ */ new Map([
15035
15035
  [99, "lib.esnext.full.d.ts"],
15036
+ [11, "lib.es2024.full.d.ts"],
15036
15037
  [10, "lib.es2023.full.d.ts"],
15037
15038
  [9, "lib.es2022.full.d.ts"],
15038
15039
  [8, "lib.es2021.full.d.ts"],
@@ -15048,6 +15049,7 @@ ${lanes.join(`
15048
15049
  let target = getEmitScriptTarget(options);
15049
15050
  switch (target) {
15050
15051
  case 99:
15052
+ case 11:
15051
15053
  case 10:
15052
15054
  case 9:
15053
15055
  case 8:
@@ -46398,6 +46400,11 @@ ${lanes.join(`
46398
46400
  stringType,
46399
46401
  /*isReadonly*/
46400
46402
  !0
46403
+ ), anyBaseTypeIndexInfo = createIndexInfo(
46404
+ stringType,
46405
+ anyType,
46406
+ /*isReadonly*/
46407
+ !1
46401
46408
  ), iterationTypesCache = /* @__PURE__ */ new Map(), noIterationTypes = {
46402
46409
  get yieldType() {
46403
46410
  return Debug.fail("Not supported");
@@ -49109,7 +49116,7 @@ ${lanes.join(`
49109
49116
  let type = (_a = context.enclosingSymbolTypes) == null ? void 0 : _a.get(getSymbolId(symbol));
49110
49117
  type === void 0 && (symbol.flags & 98304 ? type = node.kind === 178 ? getWriteTypeOfSymbol(symbol) : getTypeOfAccessors(symbol) : isValueSignatureDeclaration(node) ? type = getReturnTypeOfSignature(getSignatureFromDeclaration(node)) : type = getTypeOfSymbol(symbol));
49111
49118
  let annotationType = getTypeFromTypeNodeWithoutContext(existing);
49112
- return isErrorType(annotationType) ? !0 : (requiresAddingUndefined && annotationType && (annotationType = getOptionalType(annotationType, !isParameter(node))), !!annotationType && typeNodeIsEquivalentToType(node, type, annotationType) && existingTypeNodeIsNotReferenceOrIsReferenceWithCompatibleTypeArgumentCount(existing, type));
49119
+ return isErrorType(annotationType) ? !0 : (requiresAddingUndefined && annotationType && (annotationType = addOptionality(annotationType, !isParameter(node))), !!annotationType && typeNodeIsEquivalentToType(node, type, annotationType) && existingTypeNodeIsNotReferenceOrIsReferenceWithCompatibleTypeArgumentCount(existing, type));
49113
49120
  }
49114
49121
  },
49115
49122
  typeToTypeNode: (type, enclosingDeclaration, flags, internalFlags, tracker) => withContext2(enclosingDeclaration, flags, internalFlags, tracker, (context) => typeToTypeNodeHelper(type, context)),
@@ -54207,12 +54214,7 @@ ${lanes.join(`
54207
54214
  1
54208
54215
  /* Construct */
54209
54216
  ));
54210
- let inheritedIndexInfos = instantiatedBaseType !== anyType ? getIndexInfosOfType(instantiatedBaseType) : [createIndexInfo(
54211
- stringType,
54212
- anyType,
54213
- /*isReadonly*/
54214
- !1
54215
- )];
54217
+ let inheritedIndexInfos = instantiatedBaseType !== anyType ? getIndexInfosOfType(instantiatedBaseType) : [anyBaseTypeIndexInfo];
54216
54218
  indexInfos = concatenate(indexInfos, filter(inheritedIndexInfos, (info) => !findIndexInfo(indexInfos, info.keyType)));
54217
54219
  }
54218
54220
  }
@@ -54635,12 +54637,7 @@ ${lanes.join(`
54635
54637
  let baseConstructorIndexInfo;
54636
54638
  if (setStructuredTypeMembers(type, members, emptyArray, emptyArray, emptyArray), symbol.flags & 32) {
54637
54639
  let classType = getDeclaredTypeOfClassOrInterface(symbol), baseConstructorType = getBaseConstructorTypeOfClass(classType);
54638
- baseConstructorType.flags & 11272192 ? (members = createSymbolTable(getNamedOrIndexSignatureMembers(members)), addInheritedMembers(members, getPropertiesOfType(baseConstructorType))) : baseConstructorType === anyType && (baseConstructorIndexInfo = createIndexInfo(
54639
- stringType,
54640
- anyType,
54641
- /*isReadonly*/
54642
- !1
54643
- ));
54640
+ baseConstructorType.flags & 11272192 ? (members = createSymbolTable(getNamedOrIndexSignatureMembers(members)), addInheritedMembers(members, getPropertiesOfType(baseConstructorType))) : baseConstructorType === anyType && (baseConstructorIndexInfo = anyBaseTypeIndexInfo);
54644
54641
  }
54645
54642
  let indexSymbol = getIndexSymbolFromSymbolTable(members);
54646
54643
  if (indexSymbol ? indexInfos = getIndexInfosOfIndexSymbol(indexSymbol, arrayFrom(members.values())) : (baseConstructorIndexInfo && (indexInfos = append(indexInfos, baseConstructorIndexInfo)), symbol.flags & 384 && (getDeclaredTypeOfSymbol(symbol).flags & 32 || some(type.properties, (prop) => !!(getTypeOfSymbol(prop).flags & 296))) && (indexInfos = append(indexInfos, enumNumberIndexInfo))), setStructuredTypeMembers(type, members, emptyArray, emptyArray, indexInfos || emptyArray), symbol.flags & 8208 && (type.callSignatures = getSignaturesOfSymbol(symbol)), symbol.flags & 32) {
@@ -65190,11 +65187,11 @@ ${lanes.join(`
65190
65187
  }
65191
65188
  function markJsxAliasReferenced(node) {
65192
65189
  if (!getJsxNamespaceContainerForImplicitImport(node)) {
65193
- let jsxFactoryRefErr = diagnostics && compilerOptions.jsx === 2 ? Diagnostics.This_JSX_tag_requires_0_to_be_in_scope_but_it_could_not_be_found : void 0, jsxFactoryNamespace = getJsxNamespace(node), jsxFactoryLocation = isJsxOpeningLikeElement(node) ? node.tagName : node, jsxFactorySym;
65190
+ let jsxFactoryRefErr = diagnostics && compilerOptions.jsx === 2 ? Diagnostics.This_JSX_tag_requires_0_to_be_in_scope_but_it_could_not_be_found : void 0, jsxFactoryNamespace = getJsxNamespace(node), jsxFactoryLocation = isJsxOpeningLikeElement(node) ? node.tagName : node, shouldFactoryRefErr = compilerOptions.jsx !== 1 && compilerOptions.jsx !== 3, jsxFactorySym;
65194
65191
  if (isJsxOpeningFragment(node) && jsxFactoryNamespace === "null" || (jsxFactorySym = resolveName(
65195
65192
  jsxFactoryLocation,
65196
65193
  jsxFactoryNamespace,
65197
- compilerOptions.jsx === 1 ? 111167 : 111551,
65194
+ shouldFactoryRefErr ? 111551 : 111167,
65198
65195
  jsxFactoryRefErr,
65199
65196
  /*isUse*/
65200
65197
  !0
@@ -65203,7 +65200,7 @@ ${lanes.join(`
65203
65200
  localJsxNamespace && resolveName(
65204
65201
  jsxFactoryLocation,
65205
65202
  localJsxNamespace,
65206
- compilerOptions.jsx === 1 ? 111167 : 111551,
65203
+ shouldFactoryRefErr ? 111551 : 111167,
65207
65204
  jsxFactoryRefErr,
65208
65205
  /*isUse*/
65209
65206
  !0
@@ -67963,6 +67960,10 @@ ${lanes.join(`
67963
67960
  return getIntersectionType(x);
67964
67961
  }
67965
67962
  function reportNonexistentProperty(propNode, containingType, isUncheckedJS) {
67963
+ let links = getNodeLinks(propNode), cache = links.nonExistentPropCheckCache || (links.nonExistentPropCheckCache = /* @__PURE__ */ new Set()), key = `${getTypeId(containingType)}|${isUncheckedJS}`;
67964
+ if (cache.has(key))
67965
+ return;
67966
+ cache.add(key);
67966
67967
  let errorInfo, relatedInfo;
67967
67968
  if (!isPrivateIdentifier(propNode) && containingType.flags & 1048576 && !(containingType.flags & 402784252)) {
67968
67969
  for (let subtype of containingType.types)
@@ -69545,11 +69546,11 @@ ${lanes.join(`
69545
69546
  let sourceFileLinks = getNodeLinks(getSourceFileOfNode(node));
69546
69547
  if (sourceFileLinks.jsxFragmentType !== void 0) return sourceFileLinks.jsxFragmentType;
69547
69548
  let jsxFragmentFactoryName = getJsxNamespace(node);
69548
- if (jsxFragmentFactoryName === "null") return sourceFileLinks.jsxFragmentType = anyType;
69549
- let jsxFactoryRefErr = diagnostics ? Diagnostics.Using_JSX_fragments_requires_fragment_factory_0_to_be_in_scope_but_it_could_not_be_found : void 0, jsxFactorySymbol = getJsxNamespaceContainerForImplicitImport(node) ?? resolveName(
69549
+ if (!((compilerOptions.jsx === 2 || compilerOptions.jsxFragmentFactory !== void 0) && jsxFragmentFactoryName !== "null")) return sourceFileLinks.jsxFragmentType = anyType;
69550
+ let shouldModuleRefErr = compilerOptions.jsx !== 1 && compilerOptions.jsx !== 3, jsxFactoryRefErr = diagnostics ? Diagnostics.Using_JSX_fragments_requires_fragment_factory_0_to_be_in_scope_but_it_could_not_be_found : void 0, jsxFactorySymbol = getJsxNamespaceContainerForImplicitImport(node) ?? resolveName(
69550
69551
  node,
69551
69552
  jsxFragmentFactoryName,
69552
- compilerOptions.jsx === 1 ? 111167 : 111551,
69553
+ shouldModuleRefErr ? 111551 : 111167,
69553
69554
  /*nameNotFoundMessage*/
69554
69555
  jsxFactoryRefErr,
69555
69556
  /*isUse*/
@@ -71622,7 +71623,9 @@ ${lanes.join(`
71622
71623
  switch (node = skipOuterExpressions(node), node.kind) {
71623
71624
  case 223:
71624
71625
  case 213:
71626
+ case 215:
71625
71627
  case 212:
71628
+ case 236:
71626
71629
  case 214:
71627
71630
  case 211:
71628
71631
  case 229:
@@ -71638,6 +71641,8 @@ ${lanes.join(`
71638
71641
  case 56:
71639
71642
  case 77:
71640
71643
  return 3;
71644
+ case 28:
71645
+ return getSyntacticNullishnessSemantics(node.right);
71641
71646
  }
71642
71647
  return 2;
71643
71648
  case 227:
@@ -76302,7 +76307,7 @@ ${lanes.join(`
76302
76307
  node,
76303
76308
  65536
76304
76309
  /* ImportStar */
76305
- )) : (resolvedModule = resolveExternalModuleName(node, node.moduleSpecifier), resolvedModule && forEach(importClause.namedBindings.elements, checkImportBinding))), isOnlyImportableAsDefault(node.moduleSpecifier, resolvedModule) && !hasTypeJsonImportAttribute(node) && error2(node.moduleSpecifier, Diagnostics.Importing_a_JSON_file_into_an_ECMAScript_module_requires_a_type_Colon_json_import_attribute_when_module_is_set_to_0, ModuleKind[moduleKind])) : noUncheckedSideEffectImports && !importClause && resolveExternalModuleName(node, node.moduleSpecifier);
76310
+ )) : (resolvedModule = resolveExternalModuleName(node, node.moduleSpecifier), resolvedModule && forEach(importClause.namedBindings.elements, checkImportBinding))), !importClause.isTypeOnly && moduleKind === 199 && isOnlyImportableAsDefault(node.moduleSpecifier, resolvedModule) && !hasTypeJsonImportAttribute(node) && error2(node.moduleSpecifier, Diagnostics.Importing_a_JSON_file_into_an_ECMAScript_module_requires_a_type_Colon_json_import_attribute_when_module_is_set_to_0, ModuleKind[moduleKind])) : noUncheckedSideEffectImports && !importClause && resolveExternalModuleName(node, node.moduleSpecifier);
76306
76311
  }
76307
76312
  checkImportAttributes(node);
76308
76313
  }
@@ -78193,7 +78198,7 @@ ${lanes.join(`
78193
78198
  if (length(infoList)) {
78194
78199
  result || (result = []);
78195
78200
  for (let info of infoList) {
78196
- if (info.declaration) continue;
78201
+ if (info.declaration || info === anyBaseTypeIndexInfo) continue;
78197
78202
  let node = nodeBuilder.indexInfoToIndexSignatureDeclaration(info, enclosing, flags, internalFlags, tracker);
78198
78203
  node && infoList === staticInfos && (node.modifiers || (node.modifiers = factory.createNodeArray())).unshift(factory.createModifier(
78199
78204
  126
@@ -113910,8 +113915,8 @@ ${lanes.join(`
113910
113915
  function typeFromPropertyAssignment(node, symbol, context) {
113911
113916
  let typeAnnotation = getEffectiveTypeAnnotationNode(node), result;
113912
113917
  if (typeAnnotation && resolver.canReuseTypeNodeAnnotation(context, node, typeAnnotation, symbol) && (result = serializeExistingTypeNode(typeAnnotation, context)), !result && node.kind === 303) {
113913
- let initializer = node.initializer, type = isJSDocTypeAssertion(initializer) ? getJSDocTypeAssertionType(initializer) : initializer.kind === 234 || initializer.kind === 216 ? initializer.type : void 0;
113914
- type && !isConstTypeReference(type) && (result = serializeExistingTypeNode(type, context));
113918
+ let initializer = node.initializer, assertionNode = isJSDocTypeAssertion(initializer) ? getJSDocTypeAssertionType(initializer) : initializer.kind === 234 || initializer.kind === 216 ? initializer.type : void 0;
113919
+ assertionNode && !isConstTypeReference(assertionNode) && resolver.canReuseTypeNodeAnnotation(context, node, assertionNode, symbol) && (result = serializeExistingTypeNode(assertionNode, context));
113915
113920
  }
113916
113921
  return result ?? inferTypeOfDeclaration(
113917
113922
  node,
@@ -176677,4 +176682,4 @@ ejs/lib/ejs.js:
176677
176682
  * @license {@link http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0}
176678
176683
  *)
176679
176684
  */
176680
- //# sourceMappingURL=chunk-NBA3G6YQ.js.map
176685
+ //# sourceMappingURL=chunk-S3QEOIDU.js.map
@@ -1,14 +1,14 @@
1
1
  import {
2
2
  fanoutHooks,
3
3
  reportAnalyticsEvent
4
- } from "./chunk-UV6IYZ3Q.js";
4
+ } from "./chunk-BP2PIZDA.js";
5
5
  import {
6
6
  CLI_KIT_VERSION,
7
7
  getEnvironmentData
8
- } from "./chunk-VS6UX7CH.js";
8
+ } from "./chunk-LAGKHJZJ.js";
9
9
  import {
10
10
  runWithRateLimit
11
- } from "./chunk-XENZIRXB.js";
11
+ } from "./chunk-LC4MJ4H3.js";
12
12
  import {
13
13
  AbortSilentError,
14
14
  CancelExecution,
@@ -23,10 +23,10 @@ import {
23
23
  reportingRateLimit,
24
24
  require_stacktracey,
25
25
  shouldReportErrorAsUnexpected
26
- } from "./chunk-IS43CUN4.js";
26
+ } from "./chunk-DOGSJDGS.js";
27
27
  import {
28
28
  require_lib
29
- } from "./chunk-NBA3G6YQ.js";
29
+ } from "./chunk-S3QEOIDU.js";
30
30
  import {
31
31
  cwd,
32
32
  isAbsolutePath,
@@ -2129,4 +2129,4 @@ export {
2129
2129
  registerCleanBugsnagErrorsFromWithinPlugins,
2130
2130
  addBugsnagMetadata
2131
2131
  };
2132
- //# sourceMappingURL=chunk-7LUJ2Y3A.js.map
2132
+ //# sourceMappingURL=chunk-XB7PTU5N.js.map
@@ -1,12 +1,11 @@
1
1
  import {
2
2
  execaSync,
3
3
  fileExistsSync
4
- } from "./chunk-IS43CUN4.js";
4
+ } from "./chunk-DOGSJDGS.js";
5
5
  import {
6
6
  require_lib
7
- } from "./chunk-NBA3G6YQ.js";
7
+ } from "./chunk-S3QEOIDU.js";
8
8
  import "./chunk-3I3GQNEW.js";
9
- import "./chunk-CFIKVUNW.js";
10
9
  import {
11
10
  cwd,
12
11
  joinPath,
@@ -14,7 +13,7 @@ import {
14
13
  } from "./chunk-ZUCWDIGE.js";
15
14
  import "./chunk-CDBXAE2F.js";
16
15
  import "./chunk-75LV6AQS.js";
17
- import "./chunk-ZKGBK6WQ.js";
16
+ import "./chunk-IVFBSLUD.js";
18
17
  import "./chunk-5DBS6QOU.js";
19
18
  import "./chunk-B3YWYURY.js";
20
19
  import "./chunk-G2ZZKGSV.js";
@@ -44,4 +43,4 @@ var import_core = __toESM(require_lib(), 1), ShopifyConfig = class extends impor
44
43
  export {
45
44
  ShopifyConfig
46
45
  };
47
- //# sourceMappingURL=custom-oclif-loader-N77DUCDG.js.map
46
+ //# sourceMappingURL=custom-oclif-loader-Z6BY3D5C.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  require_glob
3
- } from "./chunk-A2CUF3IE.js";
3
+ } from "./chunk-C5GINFDG.js";
4
4
  import "./chunk-SHWOPMLQ.js";
5
5
  import {
6
6
  require_graceful_fs
@@ -9,7 +9,7 @@ import {
9
9
  require_globby,
10
10
  require_indent_string,
11
11
  require_slash
12
- } from "./chunk-ZKGBK6WQ.js";
12
+ } from "./chunk-IVFBSLUD.js";
13
13
  import "./chunk-5DBS6QOU.js";
14
14
  import {
15
15
  require_is_glob
@@ -371,4 +371,4 @@ var require_del = __commonJS({
371
371
  }
372
372
  });
373
373
  export default require_del();
374
- //# sourceMappingURL=del-CKAQ44SX.js.map
374
+ //# sourceMappingURL=del-G6PUU7PY.js.map
@@ -4,20 +4,19 @@ import {
4
4
  errorHandler,
5
5
  registerCleanBugsnagErrorsFromWithinPlugins,
6
6
  sendErrorToBugsnag
7
- } from "./chunk-7LUJ2Y3A.js";
8
- import "./chunk-UV6IYZ3Q.js";
9
- import "./chunk-VS6UX7CH.js";
7
+ } from "./chunk-XB7PTU5N.js";
8
+ import "./chunk-BP2PIZDA.js";
9
+ import "./chunk-LAGKHJZJ.js";
10
10
  import "./chunk-25IMI7TH.js";
11
- import "./chunk-XENZIRXB.js";
12
- import "./chunk-IS43CUN4.js";
13
- import "./chunk-NBA3G6YQ.js";
11
+ import "./chunk-LC4MJ4H3.js";
12
+ import "./chunk-DOGSJDGS.js";
13
+ import "./chunk-S3QEOIDU.js";
14
14
  import "./chunk-3I3GQNEW.js";
15
- import "./chunk-CFIKVUNW.js";
16
15
  import "./chunk-ZUCWDIGE.js";
17
16
  import "./chunk-CDBXAE2F.js";
18
17
  import "./chunk-SHWOPMLQ.js";
19
18
  import "./chunk-75LV6AQS.js";
20
- import "./chunk-ZKGBK6WQ.js";
19
+ import "./chunk-IVFBSLUD.js";
21
20
  import "./chunk-5DBS6QOU.js";
22
21
  import "./chunk-B3YWYURY.js";
23
22
  import "./chunk-G2ZZKGSV.js";
@@ -29,4 +28,4 @@ export {
29
28
  registerCleanBugsnagErrorsFromWithinPlugins,
30
29
  sendErrorToBugsnag
31
30
  };
32
- //# sourceMappingURL=error-handler-OVH57TNJ.js.map
31
+ //# sourceMappingURL=error-handler-XIWWVT5T.js.map
@@ -3,23 +3,22 @@ import {
3
3
  } from "../chunk-CP3BRHWK.js";
4
4
  import {
5
5
  reportAnalyticsEvent
6
- } from "../chunk-UV6IYZ3Q.js";
7
- import "../chunk-VS6UX7CH.js";
6
+ } from "../chunk-BP2PIZDA.js";
7
+ import "../chunk-LAGKHJZJ.js";
8
8
  import "../chunk-25IMI7TH.js";
9
- import "../chunk-XENZIRXB.js";
9
+ import "../chunk-LC4MJ4H3.js";
10
10
  import {
11
11
  addSensitiveMetadata,
12
12
  getAllSensitiveMetadata,
13
13
  outputDebug,
14
14
  renderWarning
15
- } from "../chunk-IS43CUN4.js";
16
- import "../chunk-NBA3G6YQ.js";
15
+ } from "../chunk-DOGSJDGS.js";
16
+ import "../chunk-S3QEOIDU.js";
17
17
  import "../chunk-3I3GQNEW.js";
18
- import "../chunk-CFIKVUNW.js";
19
18
  import "../chunk-ZUCWDIGE.js";
20
19
  import "../chunk-CDBXAE2F.js";
21
20
  import "../chunk-75LV6AQS.js";
22
- import "../chunk-ZKGBK6WQ.js";
21
+ import "../chunk-IVFBSLUD.js";
23
22
  import "../chunk-5DBS6QOU.js";
24
23
  import "../chunk-B3YWYURY.js";
25
24
  import "../chunk-G2ZZKGSV.js";
@@ -1,14 +1,14 @@
1
1
  import {
2
2
  CLI_KIT_VERSION,
3
3
  startAnalytics
4
- } from "../chunk-VS6UX7CH.js";
4
+ } from "../chunk-LAGKHJZJ.js";
5
5
  import "../chunk-25IMI7TH.js";
6
6
  import {
7
7
  checkForCachedNewVersion,
8
8
  checkForNewVersion,
9
9
  packageManagerFromUserAgent,
10
10
  runAtMinimumInterval
11
- } from "../chunk-XENZIRXB.js";
11
+ } from "../chunk-LC4MJ4H3.js";
12
12
  import {
13
13
  currentProcessIsGlobal,
14
14
  inferPackageManagerForGlobalCLI,
@@ -16,14 +16,13 @@ import {
16
16
  outputDebug,
17
17
  outputToken,
18
18
  outputWarn
19
- } from "../chunk-IS43CUN4.js";
20
- import "../chunk-NBA3G6YQ.js";
19
+ } from "../chunk-DOGSJDGS.js";
20
+ import "../chunk-S3QEOIDU.js";
21
21
  import "../chunk-3I3GQNEW.js";
22
- import "../chunk-CFIKVUNW.js";
23
22
  import "../chunk-ZUCWDIGE.js";
24
23
  import "../chunk-CDBXAE2F.js";
25
24
  import "../chunk-75LV6AQS.js";
26
- import "../chunk-ZKGBK6WQ.js";
25
+ import "../chunk-IVFBSLUD.js";
27
26
  import "../chunk-5DBS6QOU.js";
28
27
  import "../chunk-B3YWYURY.js";
29
28
  import "../chunk-G2ZZKGSV.js";