@shopify/cli-hydrogen 1.0.8 → 1.0.9
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
|
@@ -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 = "1.0.
|
|
24
|
+
var version$1 = "1.0.9";
|
|
25
25
|
var description$1 = "Commands for building Hydrogen storefronts";
|
|
26
26
|
var type$2 = "module";
|
|
27
27
|
var files = [
|
|
@@ -64,7 +64,7 @@ var dependencies$1 = {
|
|
|
64
64
|
prettier: "^2.6.1"
|
|
65
65
|
};
|
|
66
66
|
var peerDependencies = {
|
|
67
|
-
"@shopify/cli-kit": "1.0.
|
|
67
|
+
"@shopify/cli-kit": "1.0.9"
|
|
68
68
|
};
|
|
69
69
|
var devDependencies = {
|
|
70
70
|
"@shopify/cli-testing": "0.30.2",
|
|
@@ -63395,4 +63395,4 @@ class Command extends Command$1 {
|
|
|
63395
63395
|
}
|
|
63396
63396
|
|
|
63397
63397
|
export { Command as C, HelpfulError as H, source$1 as a, commonjsGlobal as b, cliHydrogenPackageJson as c, commonjsRequire as d, semver as s };
|
|
63398
|
-
//# sourceMappingURL=Command-
|
|
63398
|
+
//# sourceMappingURL=Command-720f737d.js.map
|