@shopify/create-app 0.33.7 → 1.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/create-app",
3
- "version": "0.33.7",
3
+ "version": "1.0.2",
4
4
  "private": false,
5
5
  "description": "A CLI tool to create a new Shopify app.",
6
6
  "type": "module",
@@ -48,12 +48,12 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@bugsnag/js": "^7.16.2",
51
- "@oclif/core": "1.3.6",
51
+ "@oclif/core": "1.6.4",
52
52
  "open": "^8.4.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "vitest": "0.7.9",
56
- "@shopify/cli-kit": "0.33.7"
56
+ "@shopify/cli-kit": "1.0.1"
57
57
  },
58
58
  "engine-strict": true,
59
59
  "engines": {
@@ -179,3 +179,6 @@ node_modules
179
179
  psd
180
180
  thumb
181
181
  sketch
182
+
183
+ # Shopify apps
184
+ build
@@ -1 +0,0 @@
1
- console.log('Hello from {{name}}!');
File without changes