@shopify/cli 3.0.18 → 3.0.21
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 +26 -0
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @shopify/cli
|
|
2
2
|
|
|
3
|
+
## 3.0.21
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Consume a new release of the extensions binary that allows setting the ngrok header
|
|
8
|
+
- @shopify/cli-kit@3.0.21
|
|
9
|
+
|
|
10
|
+
## 3.0.20
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [5d422ea9]
|
|
15
|
+
- @shopify/cli-kit@3.0.20
|
|
16
|
+
|
|
17
|
+
## 3.0.19
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [d73ea66a]
|
|
22
|
+
- Updated dependencies [45866b2a]
|
|
23
|
+
- Updated dependencies [3c9519fa]
|
|
24
|
+
- Updated dependencies [0550cb31]
|
|
25
|
+
- Updated dependencies [fd254893]
|
|
26
|
+
- Updated dependencies [cc4c0151]
|
|
27
|
+
- @shopify/cli-kit@3.0.19
|
|
28
|
+
|
|
3
29
|
## 3.0.18
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
package/dist/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { settings, run, flush } from '@oclif/core';
|
|
|
2
2
|
import Bugsnag from '@bugsnag/js';
|
|
3
3
|
import { output, environment, error } from '@shopify/cli-kit';
|
|
4
4
|
|
|
5
|
-
var version = "3.0.
|
|
5
|
+
var version = "3.0.21";
|
|
6
6
|
|
|
7
7
|
function runCLI() {
|
|
8
8
|
output.initiateLogging({ filename: "shopify.cli.log" });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shopify/cli",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.21",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A CLI tool to build for the Shopify platform",
|
|
6
6
|
"type": "module",
|
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
"@oclif/plugin-help": "^5.1.12",
|
|
53
53
|
"@oclif/plugin-plugins": "^2.1.0",
|
|
54
54
|
"@shopify/plugin-ngrok": "^0.2.9",
|
|
55
|
-
"@shopify/cli-kit": "^3.0.
|
|
55
|
+
"@shopify/cli-kit": "^3.0.21"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"vitest": "0.
|
|
58
|
+
"vitest": "^0.15.1"
|
|
59
59
|
},
|
|
60
60
|
"engine-strict": true,
|
|
61
61
|
"engines": {
|