@shopify/cli-kit 0.12.0 → 0.30.2
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 +18 -0
- package/dist/index-17ec6a4a.js +60148 -0
- package/dist/index-17ec6a4a.js.map +1 -0
- package/dist/index.d.ts +3864 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +36 -153
- package/dist/index.js.map +1 -0
- package/dist/multipart-parser-a3698ba7.js +468 -0
- package/dist/multipart-parser-a3698ba7.js.map +1 -0
- package/package.json +25 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @shopify/cli-kit
|
|
2
2
|
|
|
3
|
+
## 0.30.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Add scaffold to the package.json's scripts section of the app template
|
|
8
|
+
|
|
9
|
+
## 0.30.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- New CLI version
|
|
14
|
+
|
|
15
|
+
## 0.29.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- c31bb1e: Add a method that returns true if the CLI is run from a Shopify environment (local or cloud)
|
|
20
|
+
|
|
3
21
|
## 0.12.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|