@shopify/create-app 0.33.4 → 0.33.7

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.4",
3
+ "version": "0.33.7",
4
4
  "private": false,
5
5
  "description": "A CLI tool to create a new Shopify app.",
6
6
  "type": "module",
@@ -53,7 +53,7 @@
53
53
  },
54
54
  "devDependencies": {
55
55
  "vitest": "0.7.9",
56
- "@shopify/cli-kit": "0.33.3"
56
+ "@shopify/cli-kit": "0.33.7"
57
57
  },
58
58
  "engine-strict": true,
59
59
  "engines": {
@@ -0,0 +1,181 @@
1
+ ### macOS ###
2
+ # General
3
+ .DS_Store
4
+ .AppleDouble
5
+ .LSOverride
6
+
7
+ # Icon must end with two \r
8
+ Icon
9
+
10
+
11
+ # Thumbnails
12
+ ._*
13
+
14
+ # Files that might appear in the root of a volume
15
+ .DocumentRevisions-V100
16
+ .fseventsd
17
+ .Spotlight-V100
18
+ .TemporaryItems
19
+ .Trashes
20
+ .VolumeIcon.icns
21
+ .com.apple.timemachine.donotpresent
22
+
23
+ # Directories potentially created on remote AFP share
24
+ .AppleDB
25
+ .AppleDesktop
26
+ Network Trash Folder
27
+ Temporary Items
28
+ .apdisk
29
+
30
+ ### Node ###
31
+ # Logs
32
+ logs
33
+ *.log
34
+ npm-debug.log*
35
+ yarn-debug.log*
36
+ yarn-error.log*
37
+ lerna-debug.log*
38
+ .pnpm-debug.log*
39
+
40
+ # Diagnostic reports (https://nodejs.org/api/report.html)
41
+ report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
42
+
43
+ # Runtime data
44
+ pids
45
+ *.pid
46
+ *.seed
47
+ *.pid.lock
48
+
49
+ # Directory for instrumented libs generated by jscoverage/JSCover
50
+ lib-cov
51
+
52
+ # Coverage directory used by tools like istanbul
53
+ coverage
54
+ *.lcov
55
+
56
+ # nyc test coverage
57
+ .nyc_output
58
+
59
+ # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
60
+ .grunt
61
+
62
+ # Bower dependency directory (https://bower.io/)
63
+ bower_components
64
+
65
+ # node-waf configuration
66
+ .lock-wscript
67
+
68
+ # Compiled binary addons (https://nodejs.org/api/addons.html)
69
+ build/Release
70
+
71
+ # Dependency directories
72
+ node_modules/
73
+ jspm_packages/
74
+
75
+ # Snowpack dependency directory (https://snowpack.dev/)
76
+ web_modules/
77
+
78
+ # TypeScript cache
79
+ *.tsbuildinfo
80
+
81
+ # Optional npm cache directory
82
+ .npm
83
+
84
+ # Optional eslint cache
85
+ .eslintcache
86
+
87
+ # Optional stylelint cache
88
+ .stylelintcache
89
+
90
+ # Microbundle cache
91
+ .rpt2_cache/
92
+ .rts2_cache_cjs/
93
+ .rts2_cache_es/
94
+ .rts2_cache_umd/
95
+
96
+ # Optional REPL history
97
+ .node_repl_history
98
+
99
+ # Output of 'npm pack'
100
+ *.tgz
101
+
102
+ # Yarn Integrity file
103
+ .yarn-integrity
104
+
105
+ # dotenv environment variable files
106
+ .env
107
+ .env.development.local
108
+ .env.test.local
109
+ .env.production.local
110
+ .env.local
111
+
112
+ # parcel-bundler cache (https://parceljs.org/)
113
+ .cache
114
+ .parcel-cache
115
+
116
+ # Next.js build output
117
+ .next
118
+ out
119
+
120
+ # Nuxt.js build / generate output
121
+ .nuxt
122
+ dist
123
+
124
+ # Gatsby files
125
+ .cache/
126
+ # Comment in the public line in if your project uses Gatsby and not Next.js
127
+ # https://nextjs.org/blog/next-9-1#public-directory-support
128
+ # public
129
+
130
+ # vuepress build output
131
+ .vuepress/dist
132
+
133
+ # vuepress v2.x temp and cache directory
134
+ .temp
135
+
136
+ # Docusaurus cache and generated files
137
+ .docusaurus
138
+
139
+ # Serverless directories
140
+ .serverless/
141
+
142
+ # FuseBox cache
143
+ .fusebox/
144
+
145
+ # DynamoDB Local files
146
+ .dynamodb/
147
+
148
+ # TernJS port file
149
+ .tern-port
150
+
151
+ # Stores VSCode versions used for testing VSCode extensions
152
+ .vscode-test
153
+
154
+ # yarn v2
155
+ .yarn/cache
156
+ .yarn/unplugged
157
+ .yarn/build-state.yml
158
+ .yarn/install-state.gz
159
+ .pnp.*
160
+
161
+ ### Node Patch ###
162
+ # Serverless Webpack directories
163
+ .webpack/
164
+
165
+ # Optional stylelint cache
166
+
167
+ # SvelteKit build / generate output
168
+ .svelte-kit
169
+
170
+ ### react ###
171
+ .DS_*
172
+ **/*.backup.*
173
+ **/*.back.*
174
+
175
+ node_modules
176
+
177
+ *.sublime*
178
+
179
+ psd
180
+ thumb
181
+ sketch