create-expo 4.0.1 → 4.0.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.
@@ -123,8 +123,8 @@ function wrapFetchWithAssert(fetchFunction) {
123
123
  /** Export a fetch method that ensures fetch is available */
124
124
  const fetch_fetch = wrapFetchWithAssert(globalThis.fetch);
125
125
 
126
- // EXTERNAL MODULE: ../../node_modules/.pnpm/@expo+spawn-async@1.7.2/node_modules/@expo/spawn-async/build/spawnAsync.js
127
- var spawnAsync = __webpack_require__(2229);
126
+ // EXTERNAL MODULE: ../../node_modules/.pnpm/@expo+spawn-async@1.8.0/node_modules/@expo/spawn-async/build/spawnAsync.js
127
+ var spawnAsync = __webpack_require__(3970);
128
128
  var spawnAsync_default = /*#__PURE__*/__webpack_require__.n(spawnAsync);
129
129
  // EXTERNAL MODULE: external "os"
130
130
  var external_os_ = __webpack_require__(857);