@shopify/create-app 0.31.2 → 0.31.3
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 +4 -7
- package/dist/commands/init.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -33838,7 +33838,7 @@ packageJson$1.exports.PackageNotFoundError = PackageNotFoundError;
|
|
|
33838
33838
|
packageJson$1.exports.VersionNotFoundError = VersionNotFoundError;
|
|
33839
33839
|
|
|
33840
33840
|
var name = "@shopify/cli-kit";
|
|
33841
|
-
var version$1 = "0.31.
|
|
33841
|
+
var version$1 = "0.31.3";
|
|
33842
33842
|
var description$1 = "A set of utilities, interfaces, and models that are common across all the platform features";
|
|
33843
33843
|
var keywords = [
|
|
33844
33844
|
"shopify",
|
|
@@ -33936,7 +33936,7 @@ var cliKitPackageJson = {
|
|
|
33936
33936
|
devDependencies: devDependencies
|
|
33937
33937
|
};
|
|
33938
33938
|
|
|
33939
|
-
var version = "0.31.
|
|
33939
|
+
var version = "0.31.3";
|
|
33940
33940
|
|
|
33941
33941
|
const constants = {
|
|
33942
33942
|
environmentVariables: {
|