@shopify/plugin-cloudflare 3.45.0-pre.3 → 3.45.0-pre.4

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/README.md CHANGED
@@ -36,7 +36,7 @@ To work with themes, the CLI needs to be installed globally with:
36
36
 
37
37
  - `npm install -g @shopify/cli @shopify/theme`
38
38
 
39
- You can also use do it through Homebrew on macOS: `brew install shopify-cli`
39
+ You can also use do it through Homebrew on macOS: `brew tap shopify/shopify && brew install shopify-cli`
40
40
 
41
41
  Learn more in the docs: [Shopify CLI for themes](https://shopify.dev/docs/themes/tools/cli)
42
42
 
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "3.45.0-pre.3",
2
+ "version": "3.45.0-pre.4",
3
3
  "commands": {}
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/plugin-cloudflare",
3
- "version": "3.45.0-pre.3",
3
+ "version": "3.45.0-pre.4",
4
4
  "description": "Enables the creation of Cloudflare tunnels from `shopify app dev`, allowing previews from any device",
5
5
  "keywords": [
6
6
  "shopify",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@oclif/core": "1.21.0",
30
- "@shopify/cli-kit": "3.45.0-pre.3",
30
+ "@shopify/cli-kit": "3.45.0-pre.4",
31
31
  "node-fetch": "3.3.0"
32
32
  },
33
33
  "devDependencies": {