@shopify/cli-kit 3.0.12 → 3.0.15
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 +22 -0
- package/dist/{index-26330ff1.js → index-f32e5d27.js} +26305 -26157
- package/dist/index-f32e5d27.js.map +1 -0
- package/dist/index.d.ts +92 -11
- package/dist/index.js +1 -1
- package/dist/{multipart-parser-ab287634.js → multipart-parser-ac67c8ac.js} +2 -2
- package/dist/{multipart-parser-ab287634.js.map → multipart-parser-ac67c8ac.js.map} +1 -1
- package/package.json +5 -4
- package/dist/index-26330ff1.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @shopify/cli-kit
|
|
2
2
|
|
|
3
|
+
## 3.0.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c3b711ec: Improve Ruby Bundler upgrade message
|
|
8
|
+
- 99378ca0: Push dependency manager detection into cli-kit
|
|
9
|
+
|
|
10
|
+
## 3.0.14
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 8f82bd36: Fix lookupTunnelPlugin on Windows
|
|
15
|
+
- ae3823c8: Abort the execution if prompts are attempted in a non-interactive terminal
|
|
16
|
+
- 8f82bd36: Add pathToFileURL helper
|
|
17
|
+
- c383ed42: Gracefully handle revoked tokens
|
|
18
|
+
|
|
19
|
+
## 3.0.13
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 604d7d97: Fix some unhandled promises and errors
|
|
24
|
+
|
|
3
25
|
## 3.0.12
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|