@shopify/create-hydrogen 1.0.5 → 1.0.6
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 +9 -0
- package/dist/commands/init.js +3 -3
- package/dist/index.js +3 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/commands/init.js
CHANGED
|
@@ -44925,7 +44925,7 @@ const username = async (platform = platform$1) => {
|
|
|
44925
44925
|
};
|
|
44926
44926
|
|
|
44927
44927
|
var name = "@shopify/cli-kit";
|
|
44928
|
-
var version$2 = "1.0.
|
|
44928
|
+
var version$2 = "1.0.6";
|
|
44929
44929
|
var description$1 = "A set of utilities, interfaces, and models that are common across all the platform features";
|
|
44930
44930
|
var keywords = [
|
|
44931
44931
|
"shopify",
|
|
@@ -45026,9 +45026,9 @@ var cliKitPackageJson = {
|
|
|
45026
45026
|
devDependencies: devDependencies
|
|
45027
45027
|
};
|
|
45028
45028
|
|
|
45029
|
-
var version$1 = "1.0.
|
|
45029
|
+
var version$1 = "1.0.6";
|
|
45030
45030
|
|
|
45031
|
-
var version = "1.0.
|
|
45031
|
+
var version = "1.0.6";
|
|
45032
45032
|
|
|
45033
45033
|
const constants = {
|
|
45034
45034
|
environmentVariables: {
|
package/dist/index.js
CHANGED
|
@@ -38719,7 +38719,7 @@ packageJson$1.exports.PackageNotFoundError = PackageNotFoundError;
|
|
|
38719
38719
|
packageJson$1.exports.VersionNotFoundError = VersionNotFoundError;
|
|
38720
38720
|
|
|
38721
38721
|
var name = "@shopify/cli-kit";
|
|
38722
|
-
var version$2 = "1.0.
|
|
38722
|
+
var version$2 = "1.0.6";
|
|
38723
38723
|
var description$1 = "A set of utilities, interfaces, and models that are common across all the platform features";
|
|
38724
38724
|
var keywords = [
|
|
38725
38725
|
"shopify",
|
|
@@ -38820,9 +38820,9 @@ var cliKitPackageJson = {
|
|
|
38820
38820
|
devDependencies: devDependencies
|
|
38821
38821
|
};
|
|
38822
38822
|
|
|
38823
|
-
var version$1 = "1.0.
|
|
38823
|
+
var version$1 = "1.0.6";
|
|
38824
38824
|
|
|
38825
|
-
var version = "1.0.
|
|
38825
|
+
var version = "1.0.6";
|
|
38826
38826
|
|
|
38827
38827
|
const constants = {
|
|
38828
38828
|
environmentVariables: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shopify/create-hydrogen",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A CLI tool to create a new Shopify hydrogen app.",
|
|
6
6
|
"type": "module",
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@bugsnag/js": "^7.16.2",
|
|
55
|
-
"@shopify/cli-hydrogen": "1.0.
|
|
56
|
-
"@shopify/cli-kit": "1.0.
|
|
55
|
+
"@shopify/cli-hydrogen": "1.0.6",
|
|
56
|
+
"@shopify/cli-kit": "1.0.6",
|
|
57
57
|
"@oclif/core": "1.6.4",
|
|
58
58
|
"open": "^8.4.0"
|
|
59
59
|
},
|