create-tamagui 1.91.0 → 1.91.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/dist/index.js CHANGED
@@ -2352,9 +2352,9 @@ var require_kill = __commonJS({
2352
2352
  }
2353
2353
  });
2354
2354
 
2355
- // ../../node_modules/execa/node_modules/is-stream/index.js
2355
+ // ../../node_modules/is-stream/index.js
2356
2356
  var require_is_stream = __commonJS({
2357
- "../../node_modules/execa/node_modules/is-stream/index.js"(exports2, module2) {
2357
+ "../../node_modules/is-stream/index.js"(exports2, module2) {
2358
2358
  "use strict";
2359
2359
  var isStream3 = (stream2) => stream2 !== null && typeof stream2 == "object" && typeof stream2.pipe == "function";
2360
2360
  isStream3.writable = (stream2) => isStream3(stream2) && stream2.writable !== !1 && typeof stream2._write == "function" && typeof stream2._writableState == "object";
@@ -26253,7 +26253,7 @@ var globby2 = Object.assign(function(patterns, options) {
26253
26253
  // package.json
26254
26254
  var package_default = {
26255
26255
  name: "create-tamagui",
26256
- version: "1.90.16",
26256
+ version: "1.91.1",
26257
26257
  bin: "./run.js",
26258
26258
  main: "dist",
26259
26259
  files: [
@@ -26274,7 +26274,7 @@ var package_default = {
26274
26274
  devDependencies: {
26275
26275
  "@expo/package-manager": "^1.1.2",
26276
26276
  "@playwright/test": "^1.40.1",
26277
- "@tamagui/build": "1.90.16",
26277
+ "@tamagui/build": "1.91.1",
26278
26278
  "@types/async-retry": "1.4.2",
26279
26279
  "@types/cross-spawn": "^6.0.2",
26280
26280
  "@types/node": "^16.11.9",