@shopify/cli-kit 3.0.17 → 3.0.18
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 +10 -0
- package/dist/{index-3f7f30b9.js → index-46c26c7f.js} +70013 -69855
- package/dist/index-46c26c7f.js.map +1 -0
- package/dist/index.d.ts +1721 -1669
- package/dist/index.js +12 -12
- package/dist/{multipart-parser-cc9089c4.js → multipart-parser-247e7258.js} +13 -13
- package/dist/{multipart-parser-cc9089c4.js.map → multipart-parser-247e7258.js.map} +1 -1
- package/package.json +1 -1
- package/dist/index-3f7f30b9.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @shopify/cli-kit
|
|
2
2
|
|
|
3
|
+
## 3.0.18
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 84438079: Add logging to file and command to access logs
|
|
8
|
+
- fa518a0d: Add analytics helper to report events
|
|
9
|
+
- fd10fc01: Add a confirmation prompt before opening the browser to continue auth
|
|
10
|
+
- 0243890b: Fix function appBridge variables not being set during GraphQL mutation
|
|
11
|
+
- cb1caa7c: Improve create app error message when using an invalid template flag value
|
|
12
|
+
|
|
3
13
|
## 3.0.17
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|