@shopify/cli-kit 2.0.8 → 2.0.13
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 +19 -0
- package/dist/{index-3980770e.js → index-814fd0de.js} +261 -157
- package/dist/index-814fd0de.js.map +1 -0
- package/dist/index.d.ts +142 -131
- package/dist/index.js +1 -1
- package/dist/{multipart-parser-28a94b7f.js → multipart-parser-2aa3d069.js} +2 -2
- package/dist/{multipart-parser-28a94b7f.js.map → multipart-parser-2aa3d069.js.map} +1 -1
- package/package.json +4 -4
- package/dist/index-3980770e.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @shopify/cli-kit
|
|
2
2
|
|
|
3
|
+
## 2.0.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1fb2da6c: Fix uhandled errors not being treated as bugs
|
|
8
|
+
|
|
9
|
+
## 2.0.10
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 31b75488: Derive app name from package.json, not TOML config
|
|
14
|
+
|
|
15
|
+
## 2.0.9
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 4170ac8e: Improve copies related to `dev`
|
|
20
|
+
- 4170ac8e: Add new `completed` helper to output
|
|
21
|
+
|
|
3
22
|
## 2.0.8
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|