@shopify/plugin-cloudflare 3.45.0 → 3.45.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/README.md +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -54,8 +54,8 @@ Learn more in the docs: [Shopify CLI for Hydrogen storefronts](https://shopify.d
|
|
|
54
54
|
|
|
55
55
|
If you encounter issues using the CLI or have feedback you'd like to share with us, below are some options:
|
|
56
56
|
|
|
57
|
-
- [Open a GitHub issue](https://github.com/Shopify/cli/issues) - To report bugs or request new features, open an issue in the Shopify CLI repository
|
|
58
|
-
- [Shopify Community Forums](https://community.shopify.com/) - Visit our forums to connect with the community and learn more about Shopify CLI development
|
|
57
|
+
- [Open a GitHub issue](https://github.com/Shopify/cli/issues) - To report bugs or request new features, open an issue in the Shopify CLI repository
|
|
58
|
+
- [Shopify Community Forums](https://community.shopify.com/) - Visit our forums to connect with the community and learn more about Shopify CLI development
|
|
59
59
|
- [CLI Documentation - Apps](https://shopify.dev/apps/tools/cli) - To view CLI documentation for app development
|
|
60
60
|
- [CLI Documentation - Themes](https://shopify.dev/themes/tools/cli) - To view CLI documentation for theme development
|
|
61
61
|
- [CLI Documentation - Hydrogen](https://shopify.dev/custom-storefronts/tools/cli) - To view CLI documentation for Hydrogen (custom storefront) development
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shopify/plugin-cloudflare",
|
|
3
|
-
"version": "3.45.
|
|
3
|
+
"version": "3.45.1",
|
|
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.
|
|
30
|
+
"@shopify/cli-kit": "3.45.1",
|
|
31
31
|
"node-fetch": "3.3.0",
|
|
32
32
|
"semver": "7.3.6"
|
|
33
33
|
},
|