@shopify/cli-hydrogen 2.0.2 → 2.0.3

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,15 @@
1
1
  # @shopify/cli-hydrogen
2
2
 
3
+ ## 2.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [30daa213]
8
+ - Updated dependencies [07bcb005]
9
+ - Updated dependencies [ba003f7b]
10
+ - Updated dependencies [b00ac480]
11
+ - @shopify/cli-kit@2.0.3
12
+
3
13
  ## 2.0.2
4
14
 
5
15
  ### 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.2";
24
+ var version$1 = "2.0.3";
25
25
  var description$1 = "Commands for building Hydrogen storefronts";
26
26
  var type$2 = "module";
27
27
  var files = [
@@ -60,7 +60,7 @@ var dependencies$1 = {
60
60
  vite: "^2.9.6"
61
61
  };
62
62
  var peerDependencies = {
63
- "@shopify/cli-kit": "2.0.2"
63
+ "@shopify/cli-kit": "2.0.3"
64
64
  };
65
65
  var devDependencies = {
66
66
  "@babel/core": "^7.17.10",
@@ -13498,7 +13498,7 @@ class Package {
13498
13498
  async nodeVersion() {
13499
13499
  return this.internal.engines?.node;
13500
13500
  }
13501
- get packageManager() {
13501
+ get dependencyManager() {
13502
13502
  return /yarn/.test(process.env.npm_execpath || "") ? "yarn" : "npm";
13503
13503
  }
13504
13504
  syncInternal(pkgJson) {
@@ -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-a46acef0.js.map
63676
+ //# sourceMappingURL=Command-aec65865.js.map