@shopify/cli-kit 0.30.2 → 0.33.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 +19 -0
- package/dist/{index-17ec6a4a.js → index-8420b891.js} +115202 -19263
- package/dist/index-8420b891.js.map +1 -0
- package/dist/index.d.ts +155 -357
- package/dist/index.js +5 -2
- package/dist/index.js.map +1 -1
- package/dist/{multipart-parser-a3698ba7.js → multipart-parser-3fcf3810.js} +6 -3
- package/dist/multipart-parser-3fcf3810.js.map +1 -0
- package/package.json +7 -3
- package/dist/index-17ec6a4a.js.map +0 -1
- package/dist/multipart-parser-a3698ba7.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @shopify/cli-kit
|
|
2
2
|
|
|
3
|
+
## 0.33.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e1b7b31: Added complete Authentication flow
|
|
8
|
+
|
|
9
|
+
## 0.31.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Fix the detection of the package manager when creating an app
|
|
14
|
+
|
|
15
|
+
## 0.31.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- e701cf5: Add a GraphQL client to communicate with Admin and Partners API
|
|
20
|
+
- 563f225: Add utility to scaffold projects from a Liquid-based template
|
|
21
|
+
|
|
3
22
|
## 0.30.2
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|