@shopify/cli-hydrogen 0.6.0 → 0.7.0
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 { l as lruCache, C as Command, H as HelpfulError, s as source } from '../../Command-05a807a5.js';
|
|
2
2
|
import 'path';
|
|
3
3
|
import 'prettier';
|
|
4
|
-
import { c as cliHydrogenPackageJson } from '../../package-
|
|
4
|
+
import { c as cliHydrogenPackageJson } from '../../package-6928d4b7.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-6928d4b7.js';
|
|
22
22
|
import { Flags } from '@oclif/core';
|
|
23
23
|
import 'prettier';
|
|
24
24
|
import 'readline';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var name = "@shopify/cli-hydrogen";
|
|
2
|
-
var version = "0.
|
|
2
|
+
var version = "0.7.0";
|
|
3
3
|
var description = "Commands for building Hydrogen storefronts";
|
|
4
4
|
var type = "module";
|
|
5
5
|
var files = [
|
|
@@ -10,9 +10,9 @@ var publishConfig = {
|
|
|
10
10
|
"@shopify:registry": "https://registry.npmjs.org"
|
|
11
11
|
};
|
|
12
12
|
var exports = {
|
|
13
|
-
"./commands/init": {
|
|
14
|
-
"import": "./dist/commands/init.js",
|
|
15
|
-
types: "./dist/commands/init.d.ts"
|
|
13
|
+
"./commands/hydrogen/init": {
|
|
14
|
+
"import": "./dist/commands/hydrogen/init.js",
|
|
15
|
+
types: "./dist/commands/hydrogen/init.d.ts"
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
18
|
var scripts = {
|
|
@@ -102,4 +102,4 @@ var cliHydrogenPackageJson = {
|
|
|
102
102
|
};
|
|
103
103
|
|
|
104
104
|
export { cliHydrogenPackageJson as c };
|
|
105
|
-
//# sourceMappingURL=package-
|
|
105
|
+
//# sourceMappingURL=package-6928d4b7.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"package-
|
|
1
|
+
{"version":3,"file":"package-6928d4b7.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shopify/cli-hydrogen",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Commands for building Hydrogen storefronts",
|
|
6
6
|
"type": "module",
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
"@shopify:registry": "https://registry.npmjs.org"
|
|
13
13
|
},
|
|
14
14
|
"exports": {
|
|
15
|
-
"./commands/init": {
|
|
16
|
-
"import": "./dist/commands/init.js",
|
|
17
|
-
"types": "./dist/commands/init.d.ts"
|
|
15
|
+
"./commands/hydrogen/init": {
|
|
16
|
+
"import": "./dist/commands/hydrogen/init.js",
|
|
17
|
+
"types": "./dist/commands/hydrogen/init.d.ts"
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
20
|
"scripts": {
|