@shopify/create-app 3.94.0 → 3.94.2

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.
@@ -17,7 +17,7 @@ import {
17
17
  renderTasks,
18
18
  renderTextPrompt,
19
19
  renderWarning
20
- } from "./chunk-3QXHJGOG.js";
20
+ } from "./chunk-QCVAV5PM.js";
21
21
  import "./chunk-IFG7N3S2.js";
22
22
  import "./chunk-CXPWSYGC.js";
23
23
  import "./chunk-NIYBO6HO.js";
@@ -45,4 +45,4 @@ export {
45
45
  renderTextPrompt,
46
46
  renderWarning
47
47
  };
48
- //# sourceMappingURL=ui-PS2SZVOU.js.map
48
+ //# sourceMappingURL=ui-TJ7NU25P.js.map
@@ -117,5 +117,5 @@
117
117
  "summary": "Create a new app project"
118
118
  }
119
119
  },
120
- "version": "3.94.0"
120
+ "version": "3.94.2"
121
121
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/create-app",
3
- "version": "3.94.0",
3
+ "version": "3.94.2",
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.27.4"
48
48
  },
49
49
  "devDependencies": {
50
- "@shopify/cli-kit": "3.94.0",
51
- "@shopify/app": "3.94.0",
50
+ "@shopify/cli-kit": "3.94.2",
51
+ "@shopify/app": "3.94.2",
52
52
  "esbuild-plugin-copy": "^2.1.1",
53
53
  "@vitest/coverage-istanbul": "^3.1.4"
54
54
  },