@shopify/create-hydrogen 1.0.0 → 1.0.1
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
|
@@ -44877,7 +44877,7 @@ const username = async (platform = platform$1) => {
|
|
|
44877
44877
|
};
|
|
44878
44878
|
|
|
44879
44879
|
var name = "@shopify/cli-kit";
|
|
44880
|
-
var version$2 = "1.0.
|
|
44880
|
+
var version$2 = "1.0.1";
|
|
44881
44881
|
var description$1 = "A set of utilities, interfaces, and models that are common across all the platform features";
|
|
44882
44882
|
var keywords = [
|
|
44883
44883
|
"shopify",
|
|
@@ -44977,9 +44977,9 @@ var cliKitPackageJson = {
|
|
|
44977
44977
|
devDependencies: devDependencies
|
|
44978
44978
|
};
|
|
44979
44979
|
|
|
44980
|
-
var version$1 = "1.0.
|
|
44980
|
+
var version$1 = "1.0.1";
|
|
44981
44981
|
|
|
44982
|
-
var version = "1.0.
|
|
44982
|
+
var version = "1.0.1";
|
|
44983
44983
|
|
|
44984
44984
|
const constants = {
|
|
44985
44985
|
environmentVariables: {
|
package/dist/index.js
CHANGED
|
@@ -38716,7 +38716,7 @@ packageJson$1.exports.PackageNotFoundError = PackageNotFoundError;
|
|
|
38716
38716
|
packageJson$1.exports.VersionNotFoundError = VersionNotFoundError;
|
|
38717
38717
|
|
|
38718
38718
|
var name = "@shopify/cli-kit";
|
|
38719
|
-
var version$2 = "1.0.
|
|
38719
|
+
var version$2 = "1.0.1";
|
|
38720
38720
|
var description$1 = "A set of utilities, interfaces, and models that are common across all the platform features";
|
|
38721
38721
|
var keywords = [
|
|
38722
38722
|
"shopify",
|
|
@@ -38816,9 +38816,9 @@ var cliKitPackageJson = {
|
|
|
38816
38816
|
devDependencies: devDependencies
|
|
38817
38817
|
};
|
|
38818
38818
|
|
|
38819
|
-
var version$1 = "1.0.
|
|
38819
|
+
var version$1 = "1.0.1";
|
|
38820
38820
|
|
|
38821
|
-
var version = "1.0.
|
|
38821
|
+
var version = "1.0.1";
|
|
38822
38822
|
|
|
38823
38823
|
const constants = {
|
|
38824
38824
|
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.1",
|
|
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.1",
|
|
56
|
+
"@shopify/cli-kit": "1.0.1",
|
|
57
57
|
"@oclif/core": "1.3.6",
|
|
58
58
|
"open": "^8.4.0"
|
|
59
59
|
},
|