@shopify/cli-hydrogen 2.0.3 → 2.0.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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @shopify/cli-hydrogen
2
2
 
3
+ ## 2.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 39d7ebd8: Added friendlier template names and adds overwrite prompt to init command if the directory is not empty.
8
+ - ee9adca9: Add `--host` flag to `shopify hydrogen dev`
9
+
3
10
  ## 2.0.3
4
11
 
5
12
  ### Patch Changes
@@ -21,7 +21,7 @@ import 'prettier';
21
21
  import { Command as Command$1 } from '@oclif/core';
22
22
 
23
23
  var name = "@shopify/cli-hydrogen";
24
- var version$1 = "2.0.3";
24
+ var version$1 = "2.0.4";
25
25
  var description$1 = "Commands for building Hydrogen storefronts";
26
26
  var type$2 = "module";
27
27
  var files = [
@@ -63673,4 +63673,4 @@ class Command extends Command$1 {
63673
63673
  }
63674
63674
 
63675
63675
  export { Command as C, HelpfulError as H, source$1 as a, commonjsGlobal as b, cliHydrogenPackageJson as c, commonjsRequire as d, semver as s };
63676
- //# sourceMappingURL=Command-aec65865.js.map
63676
+ //# sourceMappingURL=Command-2ce326bb.js.map