@shopify/cli-kit 3.0.11 → 3.0.12
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 +13 -0
- package/dist/{index-ddf77494.js → index-26330ff1.js} +1573 -390
- package/dist/index-26330ff1.js.map +1 -0
- package/dist/index.d.ts +100 -30
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/{multipart-parser-589b8668.js → multipart-parser-ab287634.js} +3 -2
- package/dist/multipart-parser-ab287634.js.map +1 -0
- package/package.json +4 -2
- package/dist/index-ddf77494.js.map +0 -1
- package/dist/multipart-parser-589b8668.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @shopify/cli-kit
|
|
2
2
|
|
|
3
|
+
## 3.0.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e05749dc: Adds format to the @shopify/cli-kit `file` module that formats a file content using prettier.
|
|
8
|
+
- 89a48ba9: Helpers to check ruby version, analytics enabled and verbose mode
|
|
9
|
+
- 1f45ddc4: New module called `vscode` for integrating with the user's VSCode editor. The initial utilities are focused on determining if the user is using VSCode and adding recommended extensions to the project.
|
|
10
|
+
- 8c690cca: Add generator for haiku-style names
|
|
11
|
+
- 11d09f7f: Encourage upgrading if not up-to-date
|
|
12
|
+
- 783a3714: Relativize path tokens before printing them
|
|
13
|
+
- e12c82b3: Fixed error executing CLI connected to a spin instance using SPIN_INSTANCE environment variable
|
|
14
|
+
- cb8e2c25: Output stderr in bold instead of prefacing with scary ERROR
|
|
15
|
+
|
|
3
16
|
## 3.0.11
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|