@shopify/create-hydrogen 0.33.5 → 0.33.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 +7 -0
- package/dist/commands/init.js +7 -4
- package/dist/commands/init.js.map +1 -1
- package/dist/index.js +7 -4
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
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$
|
|
40343
|
+
var version$2 = "0.33.6";
|
|
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",
|
|
@@ -40419,7 +40419,7 @@ var devDependencies = {
|
|
|
40419
40419
|
};
|
|
40420
40420
|
var cliKitPackageJson = {
|
|
40421
40421
|
name: name,
|
|
40422
|
-
version: version$
|
|
40422
|
+
version: version$2,
|
|
40423
40423
|
"private": false,
|
|
40424
40424
|
description: description$1,
|
|
40425
40425
|
keywords: keywords,
|
|
@@ -40439,6 +40439,8 @@ var cliKitPackageJson = {
|
|
|
40439
40439
|
devDependencies: devDependencies
|
|
40440
40440
|
};
|
|
40441
40441
|
|
|
40442
|
+
var version$1 = "0.33.3";
|
|
40443
|
+
|
|
40442
40444
|
var version = "0.33.3";
|
|
40443
40445
|
|
|
40444
40446
|
const constants = {
|
|
@@ -40461,8 +40463,9 @@ const constants = {
|
|
|
40461
40463
|
}
|
|
40462
40464
|
},
|
|
40463
40465
|
versions: {
|
|
40464
|
-
cliKit: version$
|
|
40465
|
-
cli: version
|
|
40466
|
+
cliKit: version$2,
|
|
40467
|
+
cli: version$1,
|
|
40468
|
+
app: version
|
|
40466
40469
|
},
|
|
40467
40470
|
keychain: {
|
|
40468
40471
|
service: "shopify-cli"
|