@shopify/create-app 0.33.6 → 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/CHANGELOG.md +6 -0
- package/dist/commands/init.js +3 -3
- package/dist/index.js +3 -3
- package/package.json +2 -2
- package/templates/app/.gitignore +181 -0
package/CHANGELOG.md
CHANGED
package/dist/commands/init.js
CHANGED
|
@@ -40338,7 +40338,7 @@ const username = async (platform = platform$1) => {
|
|
|
40338
40338
|
};
|
|
40339
40339
|
|
|
40340
40340
|
var name = "@shopify/cli-kit";
|
|
40341
|
-
var version$2 = "0.33.
|
|
40341
|
+
var version$2 = "0.33.7";
|
|
40342
40342
|
var description$1 = "A set of utilities, interfaces, and models that are common across all the platform features";
|
|
40343
40343
|
var keywords = [
|
|
40344
40344
|
"shopify",
|
|
@@ -40437,9 +40437,9 @@ var cliKitPackageJson = {
|
|
|
40437
40437
|
devDependencies: devDependencies
|
|
40438
40438
|
};
|
|
40439
40439
|
|
|
40440
|
-
var version$1 = "0.33.
|
|
40440
|
+
var version$1 = "0.33.7";
|
|
40441
40441
|
|
|
40442
|
-
var version = "0.33.
|
|
40442
|
+
var version = "0.33.7";
|
|
40443
40443
|
|
|
40444
40444
|
const constants = {
|
|
40445
40445
|
environmentVariables: {
|
package/dist/index.js
CHANGED
|
@@ -34204,7 +34204,7 @@ packageJson$1.exports.PackageNotFoundError = PackageNotFoundError;
|
|
|
34204
34204
|
packageJson$1.exports.VersionNotFoundError = VersionNotFoundError;
|
|
34205
34205
|
|
|
34206
34206
|
var name = "@shopify/cli-kit";
|
|
34207
|
-
var version$2 = "0.33.
|
|
34207
|
+
var version$2 = "0.33.7";
|
|
34208
34208
|
var description$1 = "A set of utilities, interfaces, and models that are common across all the platform features";
|
|
34209
34209
|
var keywords = [
|
|
34210
34210
|
"shopify",
|
|
@@ -34303,9 +34303,9 @@ var cliKitPackageJson = {
|
|
|
34303
34303
|
devDependencies: devDependencies
|
|
34304
34304
|
};
|
|
34305
34305
|
|
|
34306
|
-
var version$1 = "0.33.
|
|
34306
|
+
var version$1 = "0.33.7";
|
|
34307
34307
|
|
|
34308
|
-
var version = "0.33.
|
|
34308
|
+
var version = "0.33.7";
|
|
34309
34309
|
|
|
34310
34310
|
const constants = {
|
|
34311
34311
|
environmentVariables: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shopify/create-app",
|
|
3
|
-
"version": "0.33.
|
|
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.
|
|
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
|