@shopify/create-app 3.88.0 → 3.88.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.
@@ -20,7 +20,7 @@ import {
20
20
  runWithTimer,
21
21
  unixFileIsOwnedByCurrentUser,
22
22
  writeFile
23
- } from "./chunk-A7JDI77V.js";
23
+ } from "./chunk-YZFEE3WJ.js";
24
24
  import {
25
25
  require_semver
26
26
  } from "./chunk-V7OWCSFT.js";
@@ -13996,4 +13996,4 @@ deep-extend/lib/deep-extend.js:
13996
13996
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13997
13997
  *)
13998
13998
  */
13999
- //# sourceMappingURL=chunk-A2L5D2KD.js.map
13999
+ //# sourceMappingURL=chunk-5F7FMAT2.js.map
@@ -5,10 +5,10 @@ import {
5
5
  getLastSeenUserIdAfterAuth,
6
6
  isLocalEnvironment,
7
7
  reportAnalyticsEvent
8
- } from "./chunk-H6G7CAS4.js";
8
+ } from "./chunk-M7VMC3PN.js";
9
9
  import {
10
10
  runWithRateLimit
11
- } from "./chunk-A2L5D2KD.js";
11
+ } from "./chunk-5F7FMAT2.js";
12
12
  import {
13
13
  AbortSilentError,
14
14
  CancelExecution,
@@ -23,7 +23,7 @@ import {
23
23
  reportingRateLimit,
24
24
  require_stacktracey,
25
25
  shouldReportErrorAsUnexpected
26
- } from "./chunk-A7JDI77V.js";
26
+ } from "./chunk-YZFEE3WJ.js";
27
27
  import {
28
28
  require_lib
29
29
  } from "./chunk-V7OWCSFT.js";
@@ -2231,4 +2231,4 @@ export {
2231
2231
  registerCleanBugsnagErrorsFromWithinPlugins,
2232
2232
  addBugsnagMetadata
2233
2233
  };
2234
- //# sourceMappingURL=chunk-MF6CRD3F.js.map
2234
+ //# sourceMappingURL=chunk-EL5DCDEL.js.map
@@ -2,12 +2,12 @@ import {
2
2
  CLI_KIT_VERSION,
3
3
  jsonOutputEnabled,
4
4
  z
5
- } from "./chunk-H6G7CAS4.js";
5
+ } from "./chunk-M7VMC3PN.js";
6
6
  import {
7
7
  cacheRetrieve,
8
8
  cacheStore,
9
9
  versionSatisfies
10
- } from "./chunk-A2L5D2KD.js";
10
+ } from "./chunk-5F7FMAT2.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-A7JDI77V.js";
19
+ } from "./chunk-YZFEE3WJ.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-43X263AM.js");
87
+ let { sendErrorToBugsnag } = await import("./error-handler-EMA3ZDST.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-IVM3MA2K.js.map
177
+ //# sourceMappingURL=chunk-GRJC5EZB.js.map
@@ -15,7 +15,7 @@ import {
15
15
  setCurrentSessionId,
16
16
  setSessions,
17
17
  timeIntervalToMilliseconds
18
- } from "./chunk-A2L5D2KD.js";
18
+ } from "./chunk-5F7FMAT2.js";
19
19
  import {
20
20
  AbortError,
21
21
  BugError,
@@ -92,7 +92,7 @@ import {
92
92
  stringifyMessage,
93
93
  systemEnvironmentVariables,
94
94
  themeToken
95
- } from "./chunk-A7JDI77V.js";
95
+ } from "./chunk-YZFEE3WJ.js";
96
96
  import {
97
97
  cwd,
98
98
  sniffForJson
@@ -46017,7 +46017,7 @@ var require_lib3 = __commonJS({
46017
46017
 
46018
46018
  // ../cli-kit/dist/public/common/version.js
46019
46019
  init_cjs_shims();
46020
- var CLI_KIT_VERSION = "3.88.0";
46020
+ var CLI_KIT_VERSION = "3.88.1";
46021
46021
 
46022
46022
  // ../cli-kit/dist/public/node/plugins.js
46023
46023
  init_cjs_shims();
@@ -49219,7 +49219,7 @@ function jsonOutputEnabled(environment = getEnvironmentVariables()) {
49219
49219
  return sniffForJson() || isTruthy(environment[environmentVariables.json]);
49220
49220
  }
49221
49221
  function blockPartnersAccess() {
49222
- return isTruthy(getEnvironmentVariables()[environmentVariables.neverUsePartnersApi]) ? !0 : isTruthy(getEnvironmentVariables()[environmentVariables.usePartnersApi]) ? !1 : !isTruthy(getEnvironmentVariables()[environmentVariables.firstPartyDev]);
49222
+ return isTruthy(getEnvironmentVariables()[environmentVariables.neverUsePartnersApi]);
49223
49223
  }
49224
49224
  function skipNetworkLevelRetry(environment = getEnvironmentVariables()) {
49225
49225
  return isTruthy(environment[environmentVariables.skipNetworkLevelRetry]);
@@ -51679,8 +51679,6 @@ function inferenceModeAndProjectIsEdition2016(projectName) {
51679
51679
  // ../cli-kit/dist/public/node/context/fqdn.js
51680
51680
  var NotProvidedStoreFQDNError = new AbortError("Couldn't obtain the Shopify FQDN because the store FQDN was not provided.");
51681
51681
  async function partnersFqdn() {
51682
- if (blockPartnersAccess())
51683
- throw new BugError("Partners API is is no longer available.");
51684
51682
  let environment = serviceEnvironment(), productionFqdn = "partners.shopify.com";
51685
51683
  switch (environment) {
51686
51684
  case "local":
@@ -52276,7 +52274,7 @@ function unionArrayStrategy(destinationArray, sourceArray) {
52276
52274
  }
52277
52275
 
52278
52276
  // ../cli-kit/dist/public/common/object.js
52279
- 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);
52277
+ 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());
52280
52278
  function deepMergeObjects(lhs, rhs, arrayMergeStrategy = unionArrayStrategy) {
52281
52279
  return (0, import_deepmerge.default)(lhs, rhs, { arrayMerge: arrayMergeStrategy });
52282
52280
  }
@@ -52483,6 +52481,8 @@ var import_bottleneck = __toESM(require_lib3(), 1), limiter = new import_bottlen
52483
52481
  maxConcurrent: 10
52484
52482
  });
52485
52483
  async function setupRequest(token) {
52484
+ if (blockPartnersAccess())
52485
+ throw new BugError("Partners API is no longer available.");
52486
52486
  let api = "Partners", url4 = `https://${await partnersFqdn()}/api/cli/graphql`;
52487
52487
  return {
52488
52488
  token,
@@ -52848,4 +52848,4 @@ mime-types/index.js:
52848
52848
  * MIT Licensed
52849
52849
  *)
52850
52850
  */
52851
- //# sourceMappingURL=chunk-H6G7CAS4.js.map
52851
+ //# sourceMappingURL=chunk-M7VMC3PN.js.map
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  getNextDeprecationDate,
3
3
  reportAnalyticsEvent
4
- } from "./chunk-H6G7CAS4.js";
4
+ } from "./chunk-M7VMC3PN.js";
5
5
  import {
6
6
  addSensitiveMetadata,
7
7
  getAllSensitiveMetadata,
8
8
  outputDebug,
9
9
  renderWarning
10
- } from "./chunk-A7JDI77V.js";
10
+ } from "./chunk-YZFEE3WJ.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-CSQ7GXTB.js.map
78
+ //# sourceMappingURL=chunk-YXRIPYLR.js.map
@@ -23316,7 +23316,6 @@ var environmentVariables = {
23316
23316
  themeKitAccessDomain: "SHOPIFY_CLI_THEME_KIT_ACCESS_DOMAIN",
23317
23317
  json: "SHOPIFY_FLAG_JSON",
23318
23318
  neverUsePartnersApi: "SHOPIFY_CLI_NEVER_USE_PARTNERS_API",
23319
- usePartnersApi: "SHOPIFY_CLI_USE_PARTNERS_API",
23320
23319
  skipNetworkLevelRetry: "SHOPIFY_CLI_SKIP_NETWORK_LEVEL_RETRY",
23321
23320
  maxRequestTimeForNetworkCalls: "SHOPIFY_CLI_MAX_REQUEST_TIME_FOR_NETWORK_CALLS"
23322
23321
  }, defaultThemeKitAccessDomain = "theme-kit-access.shopifyapps.com", systemEnvironmentVariables = {
@@ -23389,7 +23388,7 @@ function createRuntimeMetadataContainer(defaultPublicMetadata = {}) {
23389
23388
  try {
23390
23389
  await getAndSet();
23391
23390
  } catch (error) {
23392
- let { sendErrorToBugsnag } = await import("./error-handler-43X263AM.js");
23391
+ let { sendErrorToBugsnag } = await import("./error-handler-EMA3ZDST.js");
23393
23392
  await sendErrorToBugsnag(error, "unexpected_error");
23394
23393
  }
23395
23394
  }, durationStack = [];
@@ -29025,7 +29024,7 @@ init_cjs_shims();
29025
29024
 
29026
29025
  // ../cli-kit/dist/public/common/function.js
29027
29026
  init_cjs_shims();
29028
- var import_memoize = __toESM(require_memoize(), 1), import_debounce = __toESM(require_debounce(), 1), import_throttle2 = __toESM(require_throttle(), 1);
29027
+ var import_memoize = __toESM(require_memoize()), import_debounce = __toESM(require_debounce()), import_throttle2 = __toESM(require_throttle());
29029
29028
  function debounce(func, wait, options) {
29030
29029
  return (0, import_debounce.default)(func, wait, options);
29031
29030
  }
@@ -32469,4 +32468,4 @@ react-reconciler/cjs/react-reconciler-constants.development.js:
32469
32468
  * LICENSE file in the root directory of this source tree.
32470
32469
  *)
32471
32470
  */
32472
- //# sourceMappingURL=chunk-A7JDI77V.js.map
32471
+ //# sourceMappingURL=chunk-YZFEE3WJ.js.map
@@ -2,7 +2,7 @@ import {
2
2
  execaSync,
3
3
  fileExistsSync,
4
4
  isDevelopment
5
- } from "./chunk-A7JDI77V.js";
5
+ } from "./chunk-YZFEE3WJ.js";
6
6
  import {
7
7
  require_lib
8
8
  } from "./chunk-V7OWCSFT.js";
@@ -46,4 +46,4 @@ var import_core = __toESM(require_lib(), 1), ShopifyConfig = class extends impor
46
46
  export {
47
47
  ShopifyConfig
48
48
  };
49
- //# sourceMappingURL=custom-oclif-loader-XIHRX7G6.js.map
49
+ //# sourceMappingURL=custom-oclif-loader-LMLLWIIT.js.map
@@ -4,11 +4,11 @@ import {
4
4
  errorHandler,
5
5
  registerCleanBugsnagErrorsFromWithinPlugins,
6
6
  sendErrorToBugsnag
7
- } from "./chunk-MF6CRD3F.js";
8
- import "./chunk-H6G7CAS4.js";
7
+ } from "./chunk-EL5DCDEL.js";
8
+ import "./chunk-M7VMC3PN.js";
9
9
  import "./chunk-XD3LXUGW.js";
10
- import "./chunk-A2L5D2KD.js";
11
- import "./chunk-A7JDI77V.js";
10
+ import "./chunk-5F7FMAT2.js";
11
+ import "./chunk-YZFEE3WJ.js";
12
12
  import "./chunk-V7OWCSFT.js";
13
13
  import "./chunk-UMUTXITN.js";
14
14
  import "./chunk-Y2JP6WFP.js";
@@ -26,4 +26,4 @@ export {
26
26
  registerCleanBugsnagErrorsFromWithinPlugins,
27
27
  sendErrorToBugsnag
28
28
  };
29
- //# sourceMappingURL=error-handler-43X263AM.js.map
29
+ //# sourceMappingURL=error-handler-EMA3ZDST.js.map
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  hook
3
- } from "../chunk-CSQ7GXTB.js";
4
- import "../chunk-H6G7CAS4.js";
3
+ } from "../chunk-YXRIPYLR.js";
4
+ import "../chunk-M7VMC3PN.js";
5
5
  import "../chunk-XD3LXUGW.js";
6
- import "../chunk-A2L5D2KD.js";
7
- import "../chunk-A7JDI77V.js";
6
+ import "../chunk-5F7FMAT2.js";
7
+ import "../chunk-YZFEE3WJ.js";
8
8
  import "../chunk-V7OWCSFT.js";
9
9
  import "../chunk-UMUTXITN.js";
10
10
  import "../chunk-Y2JP6WFP.js";
@@ -1,17 +1,17 @@
1
1
  import {
2
2
  fetchNotificationsInBackground
3
- } from "../chunk-IVM3MA2K.js";
3
+ } from "../chunk-GRJC5EZB.js";
4
4
  import {
5
5
  CLI_KIT_VERSION,
6
6
  startAnalytics
7
- } from "../chunk-H6G7CAS4.js";
7
+ } from "../chunk-M7VMC3PN.js";
8
8
  import "../chunk-XD3LXUGW.js";
9
9
  import {
10
10
  checkForCachedNewVersion,
11
11
  checkForNewVersion,
12
12
  packageManagerFromUserAgent,
13
13
  runAtMinimumInterval
14
- } from "../chunk-A2L5D2KD.js";
14
+ } from "../chunk-5F7FMAT2.js";
15
15
  import {
16
16
  currentProcessIsGlobal,
17
17
  inferPackageManagerForGlobalCLI,
@@ -20,7 +20,7 @@ import {
20
20
  outputDebug,
21
21
  outputToken,
22
22
  outputWarn
23
- } from "../chunk-A7JDI77V.js";
23
+ } from "../chunk-YZFEE3WJ.js";
24
24
  import "../chunk-V7OWCSFT.js";
25
25
  import "../chunk-UMUTXITN.js";
26
26
  import "../chunk-Y2JP6WFP.js";
package/dist/index.js CHANGED
@@ -8,14 +8,14 @@ import {
8
8
  errorHandler,
9
9
  registerCleanBugsnagErrorsFromWithinPlugins,
10
10
  require_end_of_stream
11
- } from "./chunk-MF6CRD3F.js";
11
+ } from "./chunk-EL5DCDEL.js";
12
12
  import {
13
13
  postRunHookHasCompleted
14
- } from "./chunk-CSQ7GXTB.js";
14
+ } from "./chunk-YXRIPYLR.js";
15
15
  import {
16
16
  setCurrentCommandId,
17
17
  showNotificationsIfNeeded
18
- } from "./chunk-IVM3MA2K.js";
18
+ } from "./chunk-GRJC5EZB.js";
19
19
  import {
20
20
  CLI_KIT_VERSION,
21
21
  ClientError,
@@ -94,7 +94,7 @@ import {
94
94
  setPathValue,
95
95
  shopifyFetch,
96
96
  z
97
- } from "./chunk-H6G7CAS4.js";
97
+ } from "./chunk-M7VMC3PN.js";
98
98
  import "./chunk-XD3LXUGW.js";
99
99
  import {
100
100
  LocalStorage,
@@ -116,7 +116,7 @@ import {
116
116
  usesWorkspaces,
117
117
  versionSatisfies,
118
118
  writePackageJSON
119
- } from "./chunk-A2L5D2KD.js";
119
+ } from "./chunk-5F7FMAT2.js";
120
120
  import {
121
121
  AbortController as AbortController2,
122
122
  AbortError,
@@ -284,7 +284,7 @@ import {
284
284
  username,
285
285
  writeFile,
286
286
  writeFileSync
287
- } from "./chunk-A7JDI77V.js";
287
+ } from "./chunk-YZFEE3WJ.js";
288
288
  import {
289
289
  require_brace_expansion,
290
290
  require_commonjs,
@@ -200092,7 +200092,7 @@ function selectDeveloperPlatformClientByOrg(organization) {
200092
200092
  return organization.source === OrganizationSource.BusinessPlatform ? AppManagementClient.getInstance() : PartnersClient.getInstance();
200093
200093
  }
200094
200094
  function defaultDeveloperPlatformClient() {
200095
- return blockPartnersAccess() ? AppManagementClient.getInstance() : PartnersClient.getInstance();
200095
+ return firstPartyDev() && !blockPartnersAccess() ? PartnersClient.getInstance() : AppManagementClient.getInstance();
200096
200096
  }
200097
200097
  var Flag;
200098
200098
  Flag || (Flag = {});
@@ -202033,7 +202033,7 @@ init_cjs_shims();
202033
202033
  init_cjs_shims();
202034
202034
  import { fileURLToPath as fileURLToPath2 } from "node:url";
202035
202035
  async function launchCLI(options) {
202036
- let { errorHandler: errorHandler2 } = await import("./error-handler-43X263AM.js"), { isDevelopment: isDevelopment2 } = await import("./local-7YZK3MVA.js"), oclif = await import("./lib-IF6LVQLE.js"), { ShopifyConfig } = await import("./custom-oclif-loader-XIHRX7G6.js");
202036
+ let { errorHandler: errorHandler2 } = await import("./error-handler-EMA3ZDST.js"), { isDevelopment: isDevelopment2 } = await import("./local-HLSDFGNH.js"), oclif = await import("./lib-IF6LVQLE.js"), { ShopifyConfig } = await import("./custom-oclif-loader-LMLLWIIT.js");
202037
202037
  isDevelopment2() && (oclif.default.settings.debug = !0);
202038
202038
  try {
202039
202039
  let config2 = new ShopifyConfig({ root: fileURLToPath2(options.moduleURL) });
@@ -202048,7 +202048,7 @@ var import_core3 = __toESM(require_lib2());
202048
202048
  async function exitIfOldNodeVersion(versions2 = process.versions) {
202049
202049
  let nodeVersion = versions2.node, nodeMajorVersion = Number(nodeVersion.split(".")[0]);
202050
202050
  if (nodeMajorVersion < 18) {
202051
- let { renderError: renderError2 } = await import("./ui-FZDXTCOM.js");
202051
+ let { renderError: renderError2 } = await import("./ui-LUT4KZ3X.js");
202052
202052
  renderError2({
202053
202053
  headline: "Upgrade to a supported Node version now.",
202054
202054
  body: [
@@ -202075,7 +202075,7 @@ async function runCLI(options, launchCLI2 = launchCLI, argv = process.argv, env
202075
202075
  return setupEnvironmentVariables(options, argv, env), options.runInCreateMode && await addInitToArgvWhenRunningCreateCLI(options, argv), forceNoColor(argv, env), await exitIfOldNodeVersion(versions2), launchCLI2({ moduleURL: options.moduleURL });
202076
202076
  }
202077
202077
  async function addInitToArgvWhenRunningCreateCLI(options, argv = process.argv) {
202078
- let { findUpAndReadPackageJson: findUpAndReadPackageJson2 } = await import("./node-package-manager-7B3EN7GZ.js"), { moduleDirectory: moduleDirectory2 } = await import("./path-COZT77T2.js"), name = (await findUpAndReadPackageJson2(moduleDirectory2(options.moduleURL))).content.name.replace("@shopify/create-", "");
202078
+ let { findUpAndReadPackageJson: findUpAndReadPackageJson2 } = await import("./node-package-manager-U5YKTMAG.js"), { moduleDirectory: moduleDirectory2 } = await import("./path-COZT77T2.js"), name = (await findUpAndReadPackageJson2(moduleDirectory2(options.moduleURL))).content.name.replace("@shopify/create-", "");
202079
202079
  if (argv.findIndex((arg) => arg.includes("init")) === -1) {
202080
202080
  let initIndex2 = argv.findIndex((arg) => arg.match(new RegExp(`bin(\\/|\\\\)+(create-${name}|dev|run)`))) + 1;
202081
202081
  argv.splice(initIndex2, 0, "init");
@@ -20,7 +20,7 @@ import {
20
20
  macAddress,
21
21
  opentelemetryDomain,
22
22
  themeToken
23
- } from "./chunk-A7JDI77V.js";
23
+ } from "./chunk-YZFEE3WJ.js";
24
24
  import "./chunk-V7OWCSFT.js";
25
25
  import "./chunk-UMUTXITN.js";
26
26
  import "./chunk-Y2JP6WFP.js";
@@ -53,4 +53,4 @@ export {
53
53
  opentelemetryDomain,
54
54
  themeToken
55
55
  };
56
- //# sourceMappingURL=local-7YZK3MVA.js.map
56
+ //# sourceMappingURL=local-HLSDFGNH.js.map
@@ -29,8 +29,8 @@ import {
29
29
  versionSatisfies,
30
30
  writePackageJSON,
31
31
  yarnLockfile
32
- } from "./chunk-A2L5D2KD.js";
33
- import "./chunk-A7JDI77V.js";
32
+ } from "./chunk-5F7FMAT2.js";
33
+ import "./chunk-YZFEE3WJ.js";
34
34
  import "./chunk-V7OWCSFT.js";
35
35
  import "./chunk-UMUTXITN.js";
36
36
  import "./chunk-Y2JP6WFP.js";
@@ -72,4 +72,4 @@ export {
72
72
  writePackageJSON,
73
73
  yarnLockfile
74
74
  };
75
- //# sourceMappingURL=node-package-manager-7B3EN7GZ.js.map
75
+ //# sourceMappingURL=node-package-manager-U5YKTMAG.js.map
@@ -17,7 +17,7 @@ import {
17
17
  renderTasks,
18
18
  renderTextPrompt,
19
19
  renderWarning
20
- } from "./chunk-A7JDI77V.js";
20
+ } from "./chunk-YZFEE3WJ.js";
21
21
  import "./chunk-V7OWCSFT.js";
22
22
  import "./chunk-UMUTXITN.js";
23
23
  import "./chunk-Y2JP6WFP.js";
@@ -47,4 +47,4 @@ export {
47
47
  renderTextPrompt,
48
48
  renderWarning
49
49
  };
50
- //# sourceMappingURL=ui-FZDXTCOM.js.map
50
+ //# sourceMappingURL=ui-LUT4KZ3X.js.map
@@ -104,5 +104,5 @@
104
104
  "summary": "Create a new app project"
105
105
  }
106
106
  },
107
- "version": "3.88.0"
107
+ "version": "3.88.1"
108
108
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/create-app",
3
- "version": "3.88.0",
3
+ "version": "3.88.1",
4
4
  "private": false,
5
5
  "description": "A CLI tool to create a new Shopify app.",
6
6
  "keywords": [
@@ -47,8 +47,8 @@
47
47
  "esbuild": "0.25.12"
48
48
  },
49
49
  "devDependencies": {
50
- "@shopify/cli-kit": "3.88.0",
51
- "@shopify/app": "3.88.0",
50
+ "@shopify/cli-kit": "3.88.1",
51
+ "@shopify/app": "3.88.1",
52
52
  "esbuild-plugin-copy": "^2.1.1",
53
53
  "@vitest/coverage-istanbul": "^3.1.4"
54
54
  },