@shopify/cli-kit 3.0.13 → 3.0.16
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 +25 -0
- package/dist/{index-6d1cf8d0.js → index-43045fd6.js} +26336 -26166
- package/dist/index-43045fd6.js.map +1 -0
- package/dist/index.d.ts +118 -12
- package/dist/index.js +1 -1
- package/dist/{multipart-parser-cfdda463.js → multipart-parser-654817b0.js} +2 -2
- package/dist/{multipart-parser-cfdda463.js.map → multipart-parser-654817b0.js.map} +1 -1
- package/package.json +6 -5
- package/dist/index-6d1cf8d0.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @shopify/cli-kit
|
|
2
2
|
|
|
3
|
+
## 3.0.16
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- eb915dee: Loose version requirements to help dependency managers dedupe dependencies
|
|
8
|
+
- 85ee088d: Add a utility function to know whether Git is present in the environment
|
|
9
|
+
- 2ecbff43: Fix issues with windows being reported as unsuported platform
|
|
10
|
+
- a750e67c: Improve dependency upgrade messages to leverage new shopify upgrade command
|
|
11
|
+
|
|
12
|
+
## 3.0.15
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- c3b711ec: Improve Ruby Bundler upgrade message
|
|
17
|
+
- 99378ca0: Push dependency manager detection into cli-kit
|
|
18
|
+
|
|
19
|
+
## 3.0.14
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 8f82bd36: Fix lookupTunnelPlugin on Windows
|
|
24
|
+
- ae3823c8: Abort the execution if prompts are attempted in a non-interactive terminal
|
|
25
|
+
- 8f82bd36: Add pathToFileURL helper
|
|
26
|
+
- c383ed42: Gracefully handle revoked tokens
|
|
27
|
+
|
|
3
28
|
## 3.0.13
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|