@shopify/cli-kit 1.1.1 → 2.0.3
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 +24 -0
- package/dist/{index-8fb3a5d8.js → index-cee0245d.js} +119294 -117289
- package/dist/index-cee0245d.js.map +1 -0
- package/dist/index.d.ts +319 -40
- package/dist/index.js +1 -1
- package/dist/{multipart-parser-561fdeba.js → multipart-parser-b4090c19.js} +2 -2
- package/dist/{multipart-parser-561fdeba.js.map → multipart-parser-b4090c19.js.map} +1 -1
- package/package.json +12 -8
- package/dist/index-8fb3a5d8.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @shopify/cli-kit
|
|
2
2
|
|
|
3
|
+
## 2.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 30daa213: Add a utility function to install NPM packages recursively
|
|
8
|
+
- 07bcb005: Add a utility functions for adding NPM dependencies to a project
|
|
9
|
+
- ba003f7b: Automatically make stores non-transferable when selecting them for `dev`
|
|
10
|
+
- b00ac480: Remove appType prompt, add createAsNew prompt
|
|
11
|
+
|
|
12
|
+
## 2.0.2
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- c6a9450b: Add support to scaffold function extensions
|
|
17
|
+
- 70d8d50d: Add homeDir helper to 'os'
|
|
18
|
+
Remove tunnel
|
|
19
|
+
|
|
20
|
+
## 2.0.1
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- 9cb99f12: Add new UI selection type: autocomplete
|
|
25
|
+
- 882e54e6: Improve validation of --api-key and --store flags for dev
|
|
26
|
+
|
|
3
27
|
## 1.1.1
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|