@shopify/create-hydrogen 0.33.6 → 0.33.7
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
|
@@ -40340,7 +40340,7 @@ const username = async (platform = platform$1) => {
|
|
|
40340
40340
|
};
|
|
40341
40341
|
|
|
40342
40342
|
var name = "@shopify/cli-kit";
|
|
40343
|
-
var version$2 = "0.33.
|
|
40343
|
+
var version$2 = "0.33.7";
|
|
40344
40344
|
var description$1 = "A set of utilities, interfaces, and models that are common across all the platform features";
|
|
40345
40345
|
var keywords = [
|
|
40346
40346
|
"shopify",
|
|
@@ -40439,9 +40439,9 @@ var cliKitPackageJson = {
|
|
|
40439
40439
|
devDependencies: devDependencies
|
|
40440
40440
|
};
|
|
40441
40441
|
|
|
40442
|
-
var version$1 = "0.33.
|
|
40442
|
+
var version$1 = "0.33.7";
|
|
40443
40443
|
|
|
40444
|
-
var version = "0.33.
|
|
40444
|
+
var version = "0.33.7";
|
|
40445
40445
|
|
|
40446
40446
|
const constants = {
|
|
40447
40447
|
environmentVariables: {
|
package/dist/index.js
CHANGED
|
@@ -34204,7 +34204,7 @@ packageJson$1.exports.PackageNotFoundError = PackageNotFoundError;
|
|
|
34204
34204
|
packageJson$1.exports.VersionNotFoundError = VersionNotFoundError;
|
|
34205
34205
|
|
|
34206
34206
|
var name = "@shopify/cli-kit";
|
|
34207
|
-
var version$2 = "0.33.
|
|
34207
|
+
var version$2 = "0.33.7";
|
|
34208
34208
|
var description$1 = "A set of utilities, interfaces, and models that are common across all the platform features";
|
|
34209
34209
|
var keywords = [
|
|
34210
34210
|
"shopify",
|
|
@@ -34303,9 +34303,9 @@ var cliKitPackageJson = {
|
|
|
34303
34303
|
devDependencies: devDependencies
|
|
34304
34304
|
};
|
|
34305
34305
|
|
|
34306
|
-
var version$1 = "0.33.
|
|
34306
|
+
var version$1 = "0.33.7";
|
|
34307
34307
|
|
|
34308
|
-
var version = "0.33.
|
|
34308
|
+
var version = "0.33.7";
|
|
34309
34309
|
|
|
34310
34310
|
const constants = {
|
|
34311
34311
|
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.7",
|
|
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.33.
|
|
56
|
-
"@shopify/cli-kit": "0.33.
|
|
55
|
+
"@shopify/cli-hydrogen": "0.33.7",
|
|
56
|
+
"@shopify/cli-kit": "0.33.7",
|
|
57
57
|
"@oclif/core": "1.3.6",
|
|
58
58
|
"open": "^8.4.0"
|
|
59
59
|
},
|