@shopify/cli-hydrogen 0.31.0 → 0.31.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,7 +1,7 @@
|
|
|
1
1
|
import { s as semver, C as Command, H as HelpfulError, a as source } from '../../Command-bded1434.js';
|
|
2
2
|
import 'path';
|
|
3
3
|
import 'prettier';
|
|
4
|
-
import { c as cliHydrogenPackageJson } from '../../package-
|
|
4
|
+
import { c as cliHydrogenPackageJson } from '../../package-60116b6b.js';
|
|
5
5
|
import '@oclif/core';
|
|
6
6
|
import 'fs';
|
|
7
7
|
import 'constants';
|
|
@@ -18,7 +18,7 @@ import require$$7 from 'url';
|
|
|
18
18
|
import require$$4 from 'net';
|
|
19
19
|
import require$$20 from 'tls';
|
|
20
20
|
import { ui } from '@shopify/cli-kit';
|
|
21
|
-
import { c as cliHydrogenPackageJson } from '../../package-
|
|
21
|
+
import { c as cliHydrogenPackageJson } from '../../package-60116b6b.js';
|
|
22
22
|
import { Flags } from '@oclif/core';
|
|
23
23
|
import 'prettier';
|
|
24
24
|
import 'readline';
|
|
@@ -14512,7 +14512,7 @@ var index = index688c5d50;
|
|
|
14512
14512
|
var dist = index.degit;
|
|
14513
14513
|
|
|
14514
14514
|
var name = "@shopify/cli";
|
|
14515
|
-
var version = "0.31.
|
|
14515
|
+
var version = "0.31.3";
|
|
14516
14516
|
var description = "A CLI tool to build for the Shopify platform";
|
|
14517
14517
|
var type = "module";
|
|
14518
14518
|
var main = "src/index.js";
|
|
@@ -14561,7 +14561,7 @@ var dependencies = {
|
|
|
14561
14561
|
"@bugsnag/js": "^7.14.1",
|
|
14562
14562
|
"@oclif/core": "1.3.6",
|
|
14563
14563
|
"@oclif/plugin-help": "^5.1.11",
|
|
14564
|
-
"@shopify/cli-kit": "0.31.
|
|
14564
|
+
"@shopify/cli-kit": "0.31.3"
|
|
14565
14565
|
};
|
|
14566
14566
|
var engines = {
|
|
14567
14567
|
node: "^14.13.1 || ^16.0.0 || ^17.0.0"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var name = "@shopify/cli-hydrogen";
|
|
2
|
-
var version = "0.31.
|
|
2
|
+
var version = "0.31.3";
|
|
3
3
|
var description = "Commands for building Hydrogen storefronts";
|
|
4
4
|
var type = "module";
|
|
5
5
|
var files = [
|
|
@@ -41,7 +41,7 @@ var dependencies = {
|
|
|
41
41
|
prettier: "^2.5.1"
|
|
42
42
|
};
|
|
43
43
|
var peerDependencies = {
|
|
44
|
-
"@shopify/cli-kit": "0.31.
|
|
44
|
+
"@shopify/cli-kit": "0.31.3"
|
|
45
45
|
};
|
|
46
46
|
var devDependencies = {
|
|
47
47
|
"@shopify/cli-testing": "0.30.2",
|
|
@@ -102,4 +102,4 @@ var cliHydrogenPackageJson = {
|
|
|
102
102
|
};
|
|
103
103
|
|
|
104
104
|
export { cliHydrogenPackageJson as c };
|
|
105
|
-
//# sourceMappingURL=package-
|
|
105
|
+
//# sourceMappingURL=package-60116b6b.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"package-
|
|
1
|
+
{"version":3,"file":"package-60116b6b.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shopify/cli-hydrogen",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Commands for building Hydrogen storefronts",
|
|
6
6
|
"type": "module",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"prettier": "^2.5.1"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"@shopify/cli-kit": "0.31.
|
|
46
|
+
"@shopify/cli-kit": "0.31.3"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@shopify/cli-testing": "0.30.2",
|