@shopify/cli 3.0.20 → 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 CHANGED
@@ -1,5 +1,12 @@
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
+
3
10
  ## 3.0.20
4
11
 
5
12
  ### 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.20";
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.20",
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,7 +52,7 @@
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.20"
55
+ "@shopify/cli-kit": "^3.0.21"
56
56
  },
57
57
  "devDependencies": {
58
58
  "vitest": "^0.15.1"