@shopify/cli-kit 0.8.0 → 0.29.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 +20 -0
- package/dist/index-6801d58c.js +60148 -0
- package/dist/index-6801d58c.js.map +1 -0
- package/dist/index.d.ts +3864 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +36 -43986
- package/dist/index.js.map +1 -0
- package/dist/multipart-parser-a2b41f7a.js +468 -0
- package/dist/multipart-parser-a2b41f7a.js.map +1 -0
- package/package.json +31 -18
- package/src/constants.ts +0 -11
- package/src/environment.test.ts +0 -221
- package/src/environment.ts +0 -72
- package/src/error.ts +0 -22
- package/src/fs.ts +0 -12
- package/src/index.ts +0 -8
- package/src/network/service.ts +0 -22
- package/src/output.ts +0 -61
- package/src/path.ts +0 -3
- package/src/prompt.ts +0 -4
- package/src/session/authenticate.ts +0 -3
- package/src/session/identity.ts +0 -44
- package/src/string.ts +0 -2
- package/src/system.ts +0 -5
- package/src/template.ts +0 -9
- package/src/ui.ts +0 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @shopify/cli-kit
|
|
2
2
|
|
|
3
|
+
## 0.29.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c31bb1e: Add a method that returns true if the CLI is run from a Shopify environment (local or cloud)
|
|
8
|
+
|
|
9
|
+
## 0.12.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- cb12e51: Add utility for fetching the current user
|
|
14
|
+
- a999af0: Add utility to fetch the latest version of a given NPM package
|
|
15
|
+
- bed0951: Add a utility to obtain the dependency manager used to run the create workflow
|
|
16
|
+
|
|
17
|
+
## 0.10.0
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- Fix prompts not working when bundling the code
|
|
22
|
+
|
|
3
23
|
## 0.8.0
|
|
4
24
|
|
|
5
25
|
### Minor Changes
|