@shopify/create-hydrogen 3.30.0 → 3.30.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.
@@ -1 +1 @@
1
- {"version":"3.30.0","commands":{"init":{"id":"init","strict":true,"pluginName":"@shopify/create-hydrogen","pluginAlias":"@shopify/create-hydrogen","pluginType":"core","aliases":["create-hydrogen"],"flags":{"preset":{"name":"preset","type":"option","description":"The preset to apply to the current command.","hidden":true,"multiple":false},"verbose":{"name":"verbose","type":"boolean","description":"Increase the verbosity of the logs.","hidden":false,"allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"The name of the Hydrogen app.","hidden":false,"multiple":false},"template":{"name":"template","type":"option","char":"t","description":"The template to use. Can either be a Shopify template name (hello-world or demo-store) or a custom URL to any template.","hidden":false,"multiple":false},"ts":{"name":"ts","type":"boolean","description":"Set the language of the template to TypeScript instead of JavaScript.","hidden":false,"allowNo":false},"path":{"name":"path","type":"option","char":"p","description":"The path to the directory where the Hydrogen app will be created.","hidden":false,"multiple":false},"package-manager":{"name":"package-manager","type":"option","char":"d","hidden":false,"multiple":false,"options":["npm","yarn","pnpm"]},"shopify-cli-version":{"name":"shopify-cli-version","type":"option","char":"s","description":"The version of the Shopify CLI to use.","hidden":false,"multiple":false},"hydrogen-version":{"name":"hydrogen-version","type":"option","char":"h","description":"The version of Hydrogen to use.","hidden":false,"multiple":false},"local":{"name":"local","type":"boolean","char":"l","hidden":true,"allowNo":false}},"args":[]}}}
1
+ {"version":"3.30.1","commands":{"init":{"id":"init","strict":true,"pluginName":"@shopify/create-hydrogen","pluginAlias":"@shopify/create-hydrogen","pluginType":"core","aliases":["create-hydrogen"],"flags":{"preset":{"name":"preset","type":"option","description":"The preset to apply to the current command.","hidden":true,"multiple":false},"verbose":{"name":"verbose","type":"boolean","description":"Increase the verbosity of the logs.","hidden":false,"allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"The name of the Hydrogen app.","hidden":false,"multiple":false},"template":{"name":"template","type":"option","char":"t","description":"The template to use. Can either be a Shopify template name (hello-world or demo-store) or a custom URL to any template.","hidden":false,"multiple":false},"ts":{"name":"ts","type":"boolean","description":"Set the language of the template to TypeScript instead of JavaScript.","hidden":false,"allowNo":false},"path":{"name":"path","type":"option","char":"p","description":"The path to the directory where the Hydrogen app will be created.","hidden":false,"multiple":false},"package-manager":{"name":"package-manager","type":"option","char":"d","hidden":false,"multiple":false,"options":["npm","yarn","pnpm"]},"shopify-cli-version":{"name":"shopify-cli-version","type":"option","char":"s","description":"The version of the Shopify CLI to use.","hidden":false,"multiple":false},"hydrogen-version":{"name":"hydrogen-version","type":"option","char":"h","description":"The version of Hydrogen to use.","hidden":false,"multiple":false},"local":{"name":"local","type":"boolean","char":"l","hidden":true,"allowNo":false}},"args":[]}}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/create-hydrogen",
3
- "version": "3.30.0",
3
+ "version": "3.30.1",
4
4
  "private": false,
5
5
  "description": "A CLI tool to create a new Shopify hydrogen app.",
6
6
  "type": "module",
@@ -40,7 +40,7 @@
40
40
  }
41
41
  },
42
42
  "dependencies": {
43
- "@shopify/cli-kit": "3.30.0",
43
+ "@shopify/cli-kit": "3.30.1",
44
44
  "@oclif/core": "1.21.0",
45
45
  "download": "8.0.0"
46
46
  },