@shopify/cli 3.53.1 → 3.54.0
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/dist/cli/commands/debug/command-flags.js +1 -1
- package/dist/cli/commands/debug/command-flags.js.map +1 -1
- package/dist/cli/commands/kitchen-sink/async.d.ts +1 -0
- package/dist/cli/commands/kitchen-sink/async.js +1 -0
- package/dist/cli/commands/kitchen-sink/async.js.map +1 -1
- package/dist/cli/commands/kitchen-sink/index.d.ts +1 -1
- package/dist/cli/commands/kitchen-sink/index.js +1 -1
- package/dist/cli/commands/kitchen-sink/index.js.map +1 -1
- package/dist/cli/commands/kitchen-sink/prompts.d.ts +1 -0
- package/dist/cli/commands/kitchen-sink/prompts.js +1 -0
- package/dist/cli/commands/kitchen-sink/prompts.js.map +1 -1
- package/dist/cli/commands/kitchen-sink/static.d.ts +1 -0
- package/dist/cli/commands/kitchen-sink/static.js +1 -0
- package/dist/cli/commands/kitchen-sink/static.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/oclif.manifest.json +346 -147
- package/package.json +6 -6
package/oclif.manifest.json
CHANGED
|
@@ -1,214 +1,413 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "3.53.1",
|
|
3
2
|
"commands": {
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
|
|
7
|
-
"strict": true,
|
|
8
|
-
"pluginName": "@shopify/cli",
|
|
9
|
-
"pluginAlias": "@shopify/cli",
|
|
10
|
-
"pluginType": "core",
|
|
11
|
-
"aliases": [],
|
|
12
|
-
"flags": {},
|
|
3
|
+
"auth:logout": {
|
|
4
|
+
"aliases": [
|
|
5
|
+
],
|
|
13
6
|
"args": {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
"upgrade": {
|
|
20
|
-
"id": "upgrade",
|
|
21
|
-
"description": "Upgrade the Shopify CLI.",
|
|
22
|
-
"strict": true,
|
|
23
|
-
"pluginName": "@shopify/cli",
|
|
24
|
-
"pluginAlias": "@shopify/cli",
|
|
25
|
-
"pluginType": "core",
|
|
26
|
-
"aliases": [],
|
|
7
|
+
},
|
|
8
|
+
"description": "Logout from Shopify.",
|
|
27
9
|
"flags": {
|
|
28
|
-
"path": {
|
|
29
|
-
"name": "path",
|
|
30
|
-
"type": "option",
|
|
31
|
-
"description": "The path to your project directory.",
|
|
32
|
-
"hidden": false,
|
|
33
|
-
"multiple": false,
|
|
34
|
-
"default": "."
|
|
35
|
-
}
|
|
36
10
|
},
|
|
37
|
-
"
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
"id": "version",
|
|
41
|
-
"description": "Shopify CLI version.",
|
|
42
|
-
"strict": true,
|
|
43
|
-
"pluginName": "@shopify/cli",
|
|
44
|
-
"pluginAlias": "@shopify/cli",
|
|
45
|
-
"pluginType": "core",
|
|
46
|
-
"aliases": [],
|
|
47
|
-
"flags": {},
|
|
48
|
-
"args": {}
|
|
49
|
-
},
|
|
50
|
-
"auth:logout": {
|
|
11
|
+
"hasDynamicHelp": false,
|
|
12
|
+
"hiddenAliases": [
|
|
13
|
+
],
|
|
51
14
|
"id": "auth:logout",
|
|
52
|
-
"
|
|
53
|
-
"strict": true,
|
|
54
|
-
"pluginName": "@shopify/cli",
|
|
15
|
+
"isESM": true,
|
|
55
16
|
"pluginAlias": "@shopify/cli",
|
|
17
|
+
"pluginName": "@shopify/cli",
|
|
56
18
|
"pluginType": "core",
|
|
57
|
-
"
|
|
58
|
-
|
|
59
|
-
|
|
19
|
+
"relativePath": [
|
|
20
|
+
"dist",
|
|
21
|
+
"cli",
|
|
22
|
+
"commands",
|
|
23
|
+
"auth",
|
|
24
|
+
"logout.js"
|
|
25
|
+
],
|
|
26
|
+
"strict": true
|
|
60
27
|
},
|
|
61
28
|
"debug:command-flags": {
|
|
62
|
-
"
|
|
29
|
+
"aliases": [
|
|
30
|
+
],
|
|
31
|
+
"args": {
|
|
32
|
+
},
|
|
63
33
|
"description": "View all the available command flags",
|
|
64
|
-
"strict": true,
|
|
65
|
-
"pluginName": "@shopify/cli",
|
|
66
|
-
"pluginAlias": "@shopify/cli",
|
|
67
|
-
"pluginType": "core",
|
|
68
|
-
"hidden": true,
|
|
69
|
-
"aliases": [],
|
|
70
34
|
"flags": {
|
|
71
35
|
"csv": {
|
|
72
|
-
"
|
|
73
|
-
"type": "boolean",
|
|
36
|
+
"allowNo": false,
|
|
74
37
|
"description": "Output as CSV",
|
|
75
|
-
"
|
|
38
|
+
"env": "SHOPIFY_FLAG_OUTPUT_CSV",
|
|
39
|
+
"name": "csv",
|
|
40
|
+
"type": "boolean"
|
|
76
41
|
}
|
|
77
42
|
},
|
|
78
|
-
"
|
|
79
|
-
},
|
|
80
|
-
"demo:catalog": {
|
|
81
|
-
"id": "demo:catalog",
|
|
82
|
-
"description": "Browse the catalog for steps",
|
|
83
|
-
"strict": true,
|
|
84
|
-
"pluginName": "@shopify/cli",
|
|
85
|
-
"pluginAlias": "@shopify/cli",
|
|
86
|
-
"pluginType": "core",
|
|
43
|
+
"hasDynamicHelp": false,
|
|
87
44
|
"hidden": true,
|
|
88
|
-
"
|
|
89
|
-
|
|
90
|
-
"
|
|
91
|
-
|
|
92
|
-
"demo:generate-file": {
|
|
93
|
-
"id": "demo:generate-file",
|
|
94
|
-
"summary": "Creates a JSON file alongside a JSON schema that will validate it",
|
|
95
|
-
"description": "Create a command design file",
|
|
96
|
-
"strict": true,
|
|
97
|
-
"pluginName": "@shopify/cli",
|
|
45
|
+
"hiddenAliases": [
|
|
46
|
+
],
|
|
47
|
+
"id": "debug:command-flags",
|
|
48
|
+
"isESM": true,
|
|
98
49
|
"pluginAlias": "@shopify/cli",
|
|
50
|
+
"pluginName": "@shopify/cli",
|
|
99
51
|
"pluginType": "core",
|
|
100
|
-
"
|
|
101
|
-
|
|
52
|
+
"relativePath": [
|
|
53
|
+
"dist",
|
|
54
|
+
"cli",
|
|
55
|
+
"commands",
|
|
56
|
+
"debug",
|
|
57
|
+
"command-flags.js"
|
|
58
|
+
],
|
|
59
|
+
"strict": true
|
|
60
|
+
},
|
|
61
|
+
"demo": {
|
|
62
|
+
"aliases": [
|
|
63
|
+
],
|
|
64
|
+
"args": {
|
|
65
|
+
},
|
|
66
|
+
"description": "Demo a command design defined in a file",
|
|
102
67
|
"flags": {
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
68
|
+
"file": {
|
|
69
|
+
"default": ".",
|
|
70
|
+
"description": "The path to the design file.",
|
|
71
|
+
"env": "SHOPIFY_FLAG_PATH",
|
|
72
|
+
"hasDynamicHelp": false,
|
|
107
73
|
"hidden": false,
|
|
108
74
|
"multiple": false,
|
|
109
|
-
"default": "."
|
|
110
|
-
},
|
|
111
|
-
"file": {
|
|
112
75
|
"name": "file",
|
|
113
|
-
"type": "option"
|
|
114
|
-
"description": "The name of the demo file.",
|
|
115
|
-
"hidden": false,
|
|
116
|
-
"required": true,
|
|
117
|
-
"multiple": false
|
|
76
|
+
"type": "option"
|
|
118
77
|
}
|
|
119
78
|
},
|
|
120
|
-
"
|
|
121
|
-
|
|
122
|
-
|
|
79
|
+
"hasDynamicHelp": false,
|
|
80
|
+
"hidden": true,
|
|
81
|
+
"hiddenAliases": [
|
|
82
|
+
],
|
|
123
83
|
"id": "demo",
|
|
124
|
-
"
|
|
125
|
-
"strict": true,
|
|
126
|
-
"pluginName": "@shopify/cli",
|
|
84
|
+
"isESM": true,
|
|
127
85
|
"pluginAlias": "@shopify/cli",
|
|
86
|
+
"pluginName": "@shopify/cli",
|
|
128
87
|
"pluginType": "core",
|
|
88
|
+
"relativePath": [
|
|
89
|
+
"dist",
|
|
90
|
+
"cli",
|
|
91
|
+
"commands",
|
|
92
|
+
"demo",
|
|
93
|
+
"index.js"
|
|
94
|
+
],
|
|
95
|
+
"strict": true
|
|
96
|
+
},
|
|
97
|
+
"demo:catalog": {
|
|
98
|
+
"aliases": [
|
|
99
|
+
],
|
|
100
|
+
"args": {
|
|
101
|
+
},
|
|
102
|
+
"description": "Browse the catalog for steps",
|
|
103
|
+
"flags": {
|
|
104
|
+
},
|
|
105
|
+
"hasDynamicHelp": false,
|
|
129
106
|
"hidden": true,
|
|
130
|
-
"
|
|
107
|
+
"hiddenAliases": [
|
|
108
|
+
],
|
|
109
|
+
"id": "demo:catalog",
|
|
110
|
+
"isESM": true,
|
|
111
|
+
"pluginAlias": "@shopify/cli",
|
|
112
|
+
"pluginName": "@shopify/cli",
|
|
113
|
+
"pluginType": "core",
|
|
114
|
+
"relativePath": [
|
|
115
|
+
"dist",
|
|
116
|
+
"cli",
|
|
117
|
+
"commands",
|
|
118
|
+
"demo",
|
|
119
|
+
"catalog.js"
|
|
120
|
+
],
|
|
121
|
+
"strict": true
|
|
122
|
+
},
|
|
123
|
+
"demo:generate-file": {
|
|
124
|
+
"aliases": [
|
|
125
|
+
],
|
|
126
|
+
"args": {
|
|
127
|
+
},
|
|
128
|
+
"description": "Create a command design file",
|
|
131
129
|
"flags": {
|
|
132
130
|
"file": {
|
|
131
|
+
"description": "The name of the demo file.",
|
|
132
|
+
"env": "SHOPIFY_FLAG_FILENAME",
|
|
133
|
+
"hasDynamicHelp": false,
|
|
134
|
+
"hidden": false,
|
|
135
|
+
"multiple": false,
|
|
133
136
|
"name": "file",
|
|
134
|
-
"
|
|
135
|
-
"
|
|
137
|
+
"required": true,
|
|
138
|
+
"type": "option"
|
|
139
|
+
},
|
|
140
|
+
"path": {
|
|
141
|
+
"default": ".",
|
|
142
|
+
"description": "The directory for generating the demo file.",
|
|
143
|
+
"env": "SHOPIFY_FLAG_PATH",
|
|
144
|
+
"hasDynamicHelp": false,
|
|
136
145
|
"hidden": false,
|
|
137
146
|
"multiple": false,
|
|
138
|
-
"
|
|
147
|
+
"name": "path",
|
|
148
|
+
"type": "option"
|
|
139
149
|
}
|
|
140
150
|
},
|
|
141
|
-
"
|
|
151
|
+
"hasDynamicHelp": false,
|
|
152
|
+
"hidden": true,
|
|
153
|
+
"hiddenAliases": [
|
|
154
|
+
],
|
|
155
|
+
"id": "demo:generate-file",
|
|
156
|
+
"isESM": true,
|
|
157
|
+
"pluginAlias": "@shopify/cli",
|
|
158
|
+
"pluginName": "@shopify/cli",
|
|
159
|
+
"pluginType": "core",
|
|
160
|
+
"relativePath": [
|
|
161
|
+
"dist",
|
|
162
|
+
"cli",
|
|
163
|
+
"commands",
|
|
164
|
+
"demo",
|
|
165
|
+
"generate-file.js"
|
|
166
|
+
],
|
|
167
|
+
"strict": true,
|
|
168
|
+
"summary": "Creates a JSON file alongside a JSON schema that will validate it"
|
|
142
169
|
},
|
|
143
170
|
"demo:print-ai-prompt": {
|
|
144
|
-
"
|
|
171
|
+
"aliases": [
|
|
172
|
+
],
|
|
173
|
+
"args": {
|
|
174
|
+
},
|
|
145
175
|
"description": "Prints the prompts for a chat-enabled LLM to generate a demo",
|
|
146
|
-
"
|
|
147
|
-
|
|
148
|
-
"
|
|
149
|
-
"pluginType": "core",
|
|
176
|
+
"flags": {
|
|
177
|
+
},
|
|
178
|
+
"hasDynamicHelp": false,
|
|
150
179
|
"hidden": true,
|
|
151
|
-
"
|
|
152
|
-
|
|
153
|
-
"
|
|
154
|
-
|
|
155
|
-
"kitchen-sink:async": {
|
|
156
|
-
"id": "kitchen-sink:async",
|
|
157
|
-
"description": "View the UI kit components that process async tasks",
|
|
158
|
-
"strict": true,
|
|
159
|
-
"pluginName": "@shopify/cli",
|
|
180
|
+
"hiddenAliases": [
|
|
181
|
+
],
|
|
182
|
+
"id": "demo:print-ai-prompt",
|
|
183
|
+
"isESM": true,
|
|
160
184
|
"pluginAlias": "@shopify/cli",
|
|
185
|
+
"pluginName": "@shopify/cli",
|
|
161
186
|
"pluginType": "core",
|
|
162
|
-
"
|
|
163
|
-
|
|
164
|
-
|
|
187
|
+
"relativePath": [
|
|
188
|
+
"dist",
|
|
189
|
+
"cli",
|
|
190
|
+
"commands",
|
|
191
|
+
"demo",
|
|
192
|
+
"print-ai-prompt.js"
|
|
193
|
+
],
|
|
194
|
+
"strict": true
|
|
165
195
|
},
|
|
166
196
|
"kitchen-sink": {
|
|
167
|
-
"
|
|
197
|
+
"aliases": [
|
|
198
|
+
],
|
|
199
|
+
"args": {
|
|
200
|
+
},
|
|
168
201
|
"description": "View all the available UI kit components",
|
|
169
|
-
"
|
|
170
|
-
|
|
202
|
+
"flags": {
|
|
203
|
+
},
|
|
204
|
+
"hasDynamicHelp": false,
|
|
205
|
+
"hidden": true,
|
|
206
|
+
"hiddenAliases": [
|
|
207
|
+
"kitchen-sink all"
|
|
208
|
+
],
|
|
209
|
+
"id": "kitchen-sink",
|
|
210
|
+
"isESM": true,
|
|
171
211
|
"pluginAlias": "@shopify/cli",
|
|
212
|
+
"pluginName": "@shopify/cli",
|
|
172
213
|
"pluginType": "core",
|
|
173
|
-
"
|
|
214
|
+
"relativePath": [
|
|
215
|
+
"dist",
|
|
216
|
+
"cli",
|
|
217
|
+
"commands",
|
|
218
|
+
"kitchen-sink",
|
|
219
|
+
"index.js"
|
|
220
|
+
],
|
|
221
|
+
"strict": true
|
|
222
|
+
},
|
|
223
|
+
"kitchen-sink:async": {
|
|
174
224
|
"aliases": [
|
|
175
|
-
"kitchen-sink all"
|
|
176
225
|
],
|
|
177
|
-
"
|
|
178
|
-
|
|
226
|
+
"args": {
|
|
227
|
+
},
|
|
228
|
+
"description": "View the UI kit components that process async tasks",
|
|
229
|
+
"flags": {
|
|
230
|
+
},
|
|
231
|
+
"hasDynamicHelp": false,
|
|
232
|
+
"hidden": true,
|
|
233
|
+
"hiddenAliases": [
|
|
234
|
+
],
|
|
235
|
+
"id": "kitchen-sink:async",
|
|
236
|
+
"isESM": true,
|
|
237
|
+
"pluginAlias": "@shopify/cli",
|
|
238
|
+
"pluginName": "@shopify/cli",
|
|
239
|
+
"pluginType": "core",
|
|
240
|
+
"relativePath": [
|
|
241
|
+
"dist",
|
|
242
|
+
"cli",
|
|
243
|
+
"commands",
|
|
244
|
+
"kitchen-sink",
|
|
245
|
+
"async.js"
|
|
246
|
+
],
|
|
247
|
+
"strict": true
|
|
179
248
|
},
|
|
180
249
|
"kitchen-sink:prompts": {
|
|
181
|
-
"
|
|
250
|
+
"aliases": [
|
|
251
|
+
],
|
|
252
|
+
"args": {
|
|
253
|
+
},
|
|
182
254
|
"description": "View the UI kit components prompts",
|
|
183
|
-
"
|
|
184
|
-
|
|
255
|
+
"flags": {
|
|
256
|
+
},
|
|
257
|
+
"hasDynamicHelp": false,
|
|
258
|
+
"hidden": true,
|
|
259
|
+
"hiddenAliases": [
|
|
260
|
+
],
|
|
261
|
+
"id": "kitchen-sink:prompts",
|
|
262
|
+
"isESM": true,
|
|
185
263
|
"pluginAlias": "@shopify/cli",
|
|
264
|
+
"pluginName": "@shopify/cli",
|
|
186
265
|
"pluginType": "core",
|
|
187
|
-
"
|
|
188
|
-
|
|
189
|
-
|
|
266
|
+
"relativePath": [
|
|
267
|
+
"dist",
|
|
268
|
+
"cli",
|
|
269
|
+
"commands",
|
|
270
|
+
"kitchen-sink",
|
|
271
|
+
"prompts.js"
|
|
272
|
+
],
|
|
273
|
+
"strict": true
|
|
190
274
|
},
|
|
191
275
|
"kitchen-sink:static": {
|
|
192
|
-
"
|
|
276
|
+
"aliases": [
|
|
277
|
+
],
|
|
278
|
+
"args": {
|
|
279
|
+
},
|
|
193
280
|
"description": "View the UI kit components that display static output",
|
|
194
|
-
"
|
|
195
|
-
|
|
281
|
+
"flags": {
|
|
282
|
+
},
|
|
283
|
+
"hasDynamicHelp": false,
|
|
284
|
+
"hidden": true,
|
|
285
|
+
"hiddenAliases": [
|
|
286
|
+
],
|
|
287
|
+
"id": "kitchen-sink:static",
|
|
288
|
+
"isESM": true,
|
|
196
289
|
"pluginAlias": "@shopify/cli",
|
|
290
|
+
"pluginName": "@shopify/cli",
|
|
197
291
|
"pluginType": "core",
|
|
198
|
-
"
|
|
199
|
-
|
|
200
|
-
|
|
292
|
+
"relativePath": [
|
|
293
|
+
"dist",
|
|
294
|
+
"cli",
|
|
295
|
+
"commands",
|
|
296
|
+
"kitchen-sink",
|
|
297
|
+
"static.js"
|
|
298
|
+
],
|
|
299
|
+
"strict": true
|
|
201
300
|
},
|
|
202
301
|
"plugins": {
|
|
302
|
+
"aliases": [
|
|
303
|
+
],
|
|
304
|
+
"args": {
|
|
305
|
+
},
|
|
306
|
+
"flags": {
|
|
307
|
+
},
|
|
308
|
+
"hasDynamicHelp": false,
|
|
309
|
+
"hidden": true,
|
|
310
|
+
"hiddenAliases": [
|
|
311
|
+
],
|
|
203
312
|
"id": "plugins",
|
|
204
|
-
"
|
|
313
|
+
"isESM": true,
|
|
314
|
+
"pluginAlias": "@shopify/cli",
|
|
205
315
|
"pluginName": "@shopify/cli",
|
|
316
|
+
"pluginType": "core",
|
|
317
|
+
"relativePath": [
|
|
318
|
+
"dist",
|
|
319
|
+
"cli",
|
|
320
|
+
"commands",
|
|
321
|
+
"plugins",
|
|
322
|
+
"index.js"
|
|
323
|
+
],
|
|
324
|
+
"strict": true
|
|
325
|
+
},
|
|
326
|
+
"search": {
|
|
327
|
+
"aliases": [
|
|
328
|
+
],
|
|
329
|
+
"args": {
|
|
330
|
+
"query": {
|
|
331
|
+
"name": "query"
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
"description": "Starts a search on shopify.dev.",
|
|
335
|
+
"flags": {
|
|
336
|
+
},
|
|
337
|
+
"hasDynamicHelp": false,
|
|
338
|
+
"hiddenAliases": [
|
|
339
|
+
],
|
|
340
|
+
"id": "search",
|
|
341
|
+
"isESM": true,
|
|
206
342
|
"pluginAlias": "@shopify/cli",
|
|
343
|
+
"pluginName": "@shopify/cli",
|
|
207
344
|
"pluginType": "core",
|
|
208
|
-
"
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
345
|
+
"relativePath": [
|
|
346
|
+
"dist",
|
|
347
|
+
"cli",
|
|
348
|
+
"commands",
|
|
349
|
+
"search.js"
|
|
350
|
+
],
|
|
351
|
+
"strict": true
|
|
352
|
+
},
|
|
353
|
+
"upgrade": {
|
|
354
|
+
"aliases": [
|
|
355
|
+
],
|
|
356
|
+
"args": {
|
|
357
|
+
},
|
|
358
|
+
"description": "Upgrade the Shopify CLI.",
|
|
359
|
+
"flags": {
|
|
360
|
+
"path": {
|
|
361
|
+
"default": ".",
|
|
362
|
+
"description": "The path to your project directory.",
|
|
363
|
+
"env": "SHOPIFY_FLAG_PATH",
|
|
364
|
+
"hasDynamicHelp": false,
|
|
365
|
+
"hidden": false,
|
|
366
|
+
"multiple": false,
|
|
367
|
+
"name": "path",
|
|
368
|
+
"type": "option"
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
"hasDynamicHelp": false,
|
|
372
|
+
"hiddenAliases": [
|
|
373
|
+
],
|
|
374
|
+
"id": "upgrade",
|
|
375
|
+
"isESM": true,
|
|
376
|
+
"pluginAlias": "@shopify/cli",
|
|
377
|
+
"pluginName": "@shopify/cli",
|
|
378
|
+
"pluginType": "core",
|
|
379
|
+
"relativePath": [
|
|
380
|
+
"dist",
|
|
381
|
+
"cli",
|
|
382
|
+
"commands",
|
|
383
|
+
"upgrade.js"
|
|
384
|
+
],
|
|
385
|
+
"strict": true
|
|
386
|
+
},
|
|
387
|
+
"version": {
|
|
388
|
+
"aliases": [
|
|
389
|
+
],
|
|
390
|
+
"args": {
|
|
391
|
+
},
|
|
392
|
+
"description": "Shopify CLI version.",
|
|
393
|
+
"flags": {
|
|
394
|
+
},
|
|
395
|
+
"hasDynamicHelp": false,
|
|
396
|
+
"hiddenAliases": [
|
|
397
|
+
],
|
|
398
|
+
"id": "version",
|
|
399
|
+
"isESM": true,
|
|
400
|
+
"pluginAlias": "@shopify/cli",
|
|
401
|
+
"pluginName": "@shopify/cli",
|
|
402
|
+
"pluginType": "core",
|
|
403
|
+
"relativePath": [
|
|
404
|
+
"dist",
|
|
405
|
+
"cli",
|
|
406
|
+
"commands",
|
|
407
|
+
"version.js"
|
|
408
|
+
],
|
|
409
|
+
"strict": true
|
|
212
410
|
}
|
|
213
|
-
}
|
|
411
|
+
},
|
|
412
|
+
"version": "3.54.0"
|
|
214
413
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shopify/cli",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.54.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A CLI tool to build for the Shopify platform",
|
|
6
6
|
"keywords": [
|
|
@@ -83,17 +83,17 @@
|
|
|
83
83
|
]
|
|
84
84
|
},
|
|
85
85
|
"dependencies": {
|
|
86
|
-
"@oclif/core": "
|
|
86
|
+
"@oclif/core": "3.15.1",
|
|
87
87
|
"@oclif/plugin-commands": "2.2.24",
|
|
88
88
|
"@oclif/plugin-help": "5.2.18",
|
|
89
89
|
"@oclif/plugin-plugins": "3.1.8",
|
|
90
|
-
"@shopify/cli-kit": "3.
|
|
91
|
-
"@shopify/plugin-did-you-mean": "3.
|
|
90
|
+
"@shopify/cli-kit": "3.54.0",
|
|
91
|
+
"@shopify/plugin-did-you-mean": "3.54.0",
|
|
92
92
|
"zod-to-json-schema": "3.21.4"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
|
-
"@shopify/app": "3.
|
|
96
|
-
"@shopify/theme": "3.
|
|
95
|
+
"@shopify/app": "3.54.0",
|
|
96
|
+
"@shopify/theme": "3.54.0",
|
|
97
97
|
"@types/node": "18.19.3",
|
|
98
98
|
"@vitest/coverage-istanbul": "^0.34.3",
|
|
99
99
|
"vite": "^4.4.9",
|