@shopify/create-app 0.31.1 → 0.31.2

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @shopify/create-app
2
2
 
3
+ ## 0.31.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Add some additional logs to figure how how to detect that the create-app is running through pnpmx
8
+
3
9
  ## 0.31.1
4
10
 
5
11
  ### Patch Changes
@@ -148424,6 +148424,7 @@ function HeadersInstanceToPlainObject(headers) {
148424
148424
 
148425
148425
  }(dist));
148426
148426
 
148427
+ console.log(JSON.stringify(process.env));
148427
148428
  const init$1 = async (options, prompt$1 = prompt) => {
148428
148429
  const questions = [];
148429
148430
  if (!options.name) {