@shopify/cli-kit 1.0.6 → 1.1.1
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 +21 -0
- package/dist/{index-6adf4eba.js → index-8fb3a5d8.js} +36739 -31893
- package/dist/index-8fb3a5d8.js.map +1 -0
- package/dist/index.d.ts +569 -6436
- package/dist/index.js +17 -13
- package/dist/index.js.map +1 -1
- package/dist/{multipart-parser-002f29b0.js → multipart-parser-561fdeba.js} +17 -13
- package/dist/multipart-parser-561fdeba.js.map +1 -0
- package/package.json +13 -4
- package/dist/index-6adf4eba.js.map +0 -1
- package/dist/multipart-parser-002f29b0.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @shopify/cli-kit
|
|
2
2
|
|
|
3
|
+
## 1.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 488c06a: Added an interface to shell out to the Ruby CLI
|
|
8
|
+
- f156c37: - New `github` module for retrieving latest releases of a given github repository and for parsing github repository URLs.
|
|
9
|
+
- New field in select prompts `result` for formatting a value after submission.
|
|
10
|
+
- 5763a76: Determine terminal coloring vs monochrome globally
|
|
11
|
+
|
|
12
|
+
## 1.0.9
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- df1c523: Re-authenticate if Identity returns an invalid grant error
|
|
17
|
+
|
|
18
|
+
## 1.0.8
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- 8e2c3d3: Improve the error handling to not treat invalid commands as bug errors
|
|
23
|
+
|
|
3
24
|
## 1.0.6
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|