@shopify/create-app 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 +6 -0
- package/dist/commands/init.js +8 -5
- 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/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$
|
|
34207
|
+
var version$2 = "0.33.6";
|
|
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",
|
|
@@ -34283,7 +34283,7 @@ var devDependencies = {
|
|
|
34283
34283
|
};
|
|
34284
34284
|
var cliKitPackageJson = {
|
|
34285
34285
|
name: name,
|
|
34286
|
-
version: version$
|
|
34286
|
+
version: version$2,
|
|
34287
34287
|
"private": false,
|
|
34288
34288
|
description: description$1,
|
|
34289
34289
|
keywords: keywords,
|
|
@@ -34303,6 +34303,8 @@ var cliKitPackageJson = {
|
|
|
34303
34303
|
devDependencies: devDependencies
|
|
34304
34304
|
};
|
|
34305
34305
|
|
|
34306
|
+
var version$1 = "0.33.3";
|
|
34307
|
+
|
|
34306
34308
|
var version = "0.33.3";
|
|
34307
34309
|
|
|
34308
34310
|
const constants = {
|
|
@@ -34325,8 +34327,9 @@ const constants = {
|
|
|
34325
34327
|
}
|
|
34326
34328
|
},
|
|
34327
34329
|
versions: {
|
|
34328
|
-
cliKit: version$
|
|
34329
|
-
cli: version
|
|
34330
|
+
cliKit: version$2,
|
|
34331
|
+
cli: version$1,
|
|
34332
|
+
app: version
|
|
34330
34333
|
},
|
|
34331
34334
|
keychain: {
|
|
34332
34335
|
service: "shopify-cli"
|