@shopify/create-hydrogen 0.33.0 → 0.33.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 +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/commands/init.js
CHANGED
|
@@ -40056,7 +40056,7 @@ const username = async () => {
|
|
|
40056
40056
|
};
|
|
40057
40057
|
|
|
40058
40058
|
var name$1 = "@shopify/cli-kit";
|
|
40059
|
-
var version$1 = "0.
|
|
40059
|
+
var version$1 = "0.33.1";
|
|
40060
40060
|
var description$2 = "A set of utilities, interfaces, and models that are common across all the platform features";
|
|
40061
40061
|
var keywords$1 = [
|
|
40062
40062
|
"shopify",
|
|
@@ -40155,7 +40155,7 @@ var cliKitPackageJson = {
|
|
|
40155
40155
|
};
|
|
40156
40156
|
|
|
40157
40157
|
var name = "@shopify/cli";
|
|
40158
|
-
var version = "0.
|
|
40158
|
+
var version = "0.33.1";
|
|
40159
40159
|
var description$1 = "A CLI tool to build for the Shopify platform";
|
|
40160
40160
|
var type$2 = "module";
|
|
40161
40161
|
var main = "src/index.js";
|
|
@@ -40204,7 +40204,7 @@ var dependencies$1 = {
|
|
|
40204
40204
|
"@bugsnag/js": "^7.16.2",
|
|
40205
40205
|
"@oclif/core": "1.3.6",
|
|
40206
40206
|
"@oclif/plugin-help": "^5.1.11",
|
|
40207
|
-
"@shopify/cli-kit": "0.
|
|
40207
|
+
"@shopify/cli-kit": "0.33.1"
|
|
40208
40208
|
};
|
|
40209
40209
|
var engines = {
|
|
40210
40210
|
node: "^14.13.1 || ^16.0.0 || ^17.0.0"
|
package/dist/index.js
CHANGED
|
@@ -33839,7 +33839,7 @@ packageJson$1.exports.PackageNotFoundError = PackageNotFoundError;
|
|
|
33839
33839
|
packageJson$1.exports.VersionNotFoundError = VersionNotFoundError;
|
|
33840
33840
|
|
|
33841
33841
|
var name = "@shopify/cli-kit";
|
|
33842
|
-
var version$1 = "0.
|
|
33842
|
+
var version$1 = "0.33.1";
|
|
33843
33843
|
var description$1 = "A set of utilities, interfaces, and models that are common across all the platform features";
|
|
33844
33844
|
var keywords = [
|
|
33845
33845
|
"shopify",
|
|
@@ -33937,7 +33937,7 @@ var cliKitPackageJson = {
|
|
|
33937
33937
|
devDependencies: devDependencies
|
|
33938
33938
|
};
|
|
33939
33939
|
|
|
33940
|
-
var version = "0.
|
|
33940
|
+
var version = "0.33.1";
|
|
33941
33941
|
|
|
33942
33942
|
const constants = {
|
|
33943
33943
|
environmentVariables: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shopify/create-hydrogen",
|
|
3
|
-
"version": "0.33.
|
|
3
|
+
"version": "0.33.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": "0.
|
|
56
|
-
"@shopify/cli-kit": "0.
|
|
55
|
+
"@shopify/cli-hydrogen": "0.33.1",
|
|
56
|
+
"@shopify/cli-kit": "0.33.1",
|
|
57
57
|
"@oclif/core": "1.3.6",
|
|
58
58
|
"open": "^8.4.0"
|
|
59
59
|
},
|