create-tamagui 1.86.4 → 1.86.5

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
@@ -1701,24 +1701,11 @@ var require_strip_final_newline = __commonJS({
1701
1701
  }
1702
1702
  });
1703
1703
 
1704
- // ../../node_modules/npm-run-path/node_modules/path-key/index.js
1705
- var require_path_key2 = __commonJS({
1706
- "../../node_modules/npm-run-path/node_modules/path-key/index.js"(exports2, module2) {
1707
- "use strict";
1708
- var pathKey = (options = {}) => {
1709
- let environment = options.env || process.env;
1710
- return (options.platform || process.platform) !== "win32" ? "PATH" : Object.keys(environment).reverse().find((key) => key.toUpperCase() === "PATH") || "Path";
1711
- };
1712
- module2.exports = pathKey;
1713
- module2.exports.default = pathKey;
1714
- }
1715
- });
1716
-
1717
- // ../../node_modules/npm-run-path/index.js
1704
+ // ../../node_modules/execa/node_modules/npm-run-path/index.js
1718
1705
  var require_npm_run_path = __commonJS({
1719
- "../../node_modules/npm-run-path/index.js"(exports2, module2) {
1706
+ "../../node_modules/execa/node_modules/npm-run-path/index.js"(exports2, module2) {
1720
1707
  "use strict";
1721
- var path6 = require("path"), pathKey = require_path_key2(), npmRunPath = (options) => {
1708
+ var path6 = require("path"), pathKey = require_path_key(), npmRunPath = (options) => {
1722
1709
  options = {
1723
1710
  cwd: process.cwd(),
1724
1711
  path: process.env[pathKey()],
@@ -1744,9 +1731,9 @@ var require_npm_run_path = __commonJS({
1744
1731
  }
1745
1732
  });
1746
1733
 
1747
- // ../../node_modules/mimic-fn/index.js
1734
+ // ../../node_modules/onetime/node_modules/mimic-fn/index.js
1748
1735
  var require_mimic_fn = __commonJS({
1749
- "../../node_modules/mimic-fn/index.js"(exports2, module2) {
1736
+ "../../node_modules/onetime/node_modules/mimic-fn/index.js"(exports2, module2) {
1750
1737
  "use strict";
1751
1738
  var mimicFn = (to, from) => {
1752
1739
  for (let prop of Reflect.ownKeys(from))
@@ -8208,9 +8195,9 @@ var require_path = __commonJS({
8208
8195
  }
8209
8196
  });
8210
8197
 
8211
- // ../../node_modules/is-extglob/index.js
8198
+ // ../../node_modules/is-glob/node_modules/is-extglob/index.js
8212
8199
  var require_is_extglob = __commonJS({
8213
- "../../node_modules/is-extglob/index.js"(exports2, module2) {
8200
+ "../../node_modules/is-glob/node_modules/is-extglob/index.js"(exports2, module2) {
8214
8201
  module2.exports = function(str) {
8215
8202
  if (typeof str != "string" || str === "")
8216
8203
  return !1;
@@ -17774,7 +17761,7 @@ var require_which2 = __commonJS({
17774
17761
  });
17775
17762
 
17776
17763
  // ../../node_modules/@expo/spawn-async/node_modules/path-key/index.js
17777
- var require_path_key3 = __commonJS({
17764
+ var require_path_key2 = __commonJS({
17778
17765
  "../../node_modules/@expo/spawn-async/node_modules/path-key/index.js"(exports2, module2) {
17779
17766
  "use strict";
17780
17767
  var pathKey = (options = {}) => {
@@ -17790,7 +17777,7 @@ var require_path_key3 = __commonJS({
17790
17777
  var require_resolveCommand2 = __commonJS({
17791
17778
  "../../node_modules/@expo/spawn-async/node_modules/cross-spawn/lib/util/resolveCommand.js"(exports2, module2) {
17792
17779
  "use strict";
17793
- var path6 = require("path"), which2 = require_which2(), getPathKey = require_path_key3();
17780
+ var path6 = require("path"), which2 = require_which2(), getPathKey = require_path_key2();
17794
17781
  function resolveCommandAttempt(parsed, withoutPathExt) {
17795
17782
  let env2 = parsed.options.env || process.env, cwd2 = process.cwd(), hasCustomCwd = parsed.options.cwd != null, shouldSwitchCwd = hasCustomCwd && process.chdir !== void 0 && !process.chdir.disabled;
17796
17783
  if (shouldSwitchCwd)
@@ -26372,7 +26359,7 @@ var globby2 = Object.assign(function(patterns, options) {
26372
26359
  // package.json
26373
26360
  var package_default = {
26374
26361
  name: "create-tamagui",
26375
- version: "1.86.3",
26362
+ version: "1.86.4",
26376
26363
  bin: "./run.js",
26377
26364
  main: "dist",
26378
26365
  files: [
@@ -26393,7 +26380,7 @@ var package_default = {
26393
26380
  devDependencies: {
26394
26381
  "@expo/package-manager": "^1.1.2",
26395
26382
  "@playwright/test": "^1.40.1",
26396
- "@tamagui/build": "1.86.3",
26383
+ "@tamagui/build": "1.86.4",
26397
26384
  "@types/async-retry": "1.4.2",
26398
26385
  "@types/cross-spawn": "^6.0.2",
26399
26386
  "@types/node": "^16.11.9",