create-tamagui 1.123.3 → 1.123.4

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.cjs CHANGED
@@ -1539,17 +1539,17 @@ var require_escape = __commonJS({
1539
1539
  }
1540
1540
  });
1541
1541
 
1542
- // ../../../node_modules/execa/node_modules/shebang-regex/index.js
1542
+ // ../../../node_modules/shebang-regex/index.js
1543
1543
  var require_shebang_regex = __commonJS({
1544
- "../../../node_modules/execa/node_modules/shebang-regex/index.js"(exports2, module2) {
1544
+ "../../../node_modules/shebang-regex/index.js"(exports2, module2) {
1545
1545
  "use strict";
1546
1546
  module2.exports = /^#!(.*)/;
1547
1547
  }
1548
1548
  });
1549
1549
 
1550
- // ../../../node_modules/execa/node_modules/shebang-command/index.js
1550
+ // ../../../node_modules/shebang-command/index.js
1551
1551
  var require_shebang_command = __commonJS({
1552
- "../../../node_modules/execa/node_modules/shebang-command/index.js"(exports2, module2) {
1552
+ "../../../node_modules/shebang-command/index.js"(exports2, module2) {
1553
1553
  "use strict";
1554
1554
  var shebangRegex = require_shebang_regex();
1555
1555
  module2.exports = (string = "") => {
@@ -17639,34 +17639,11 @@ var require_escape2 = __commonJS({
17639
17639
  }
17640
17640
  });
17641
17641
 
17642
- // ../../../node_modules/@expo/spawn-async/node_modules/shebang-regex/index.js
17643
- var require_shebang_regex2 = __commonJS({
17644
- "../../../node_modules/@expo/spawn-async/node_modules/shebang-regex/index.js"(exports2, module2) {
17645
- "use strict";
17646
- module2.exports = /^#!(.*)/;
17647
- }
17648
- });
17649
-
17650
- // ../../../node_modules/@expo/spawn-async/node_modules/shebang-command/index.js
17651
- var require_shebang_command2 = __commonJS({
17652
- "../../../node_modules/@expo/spawn-async/node_modules/shebang-command/index.js"(exports2, module2) {
17653
- "use strict";
17654
- var shebangRegex = require_shebang_regex2();
17655
- module2.exports = (string = "") => {
17656
- let match2 = string.match(shebangRegex);
17657
- if (!match2)
17658
- return null;
17659
- let [path6, argument] = match2[0].replace(/#! ?/, "").split(" "), binary = path6.split("/").pop();
17660
- return binary === "env" ? argument : argument ? `${binary} ${argument}` : binary;
17661
- };
17662
- }
17663
- });
17664
-
17665
17642
  // ../../../node_modules/@expo/spawn-async/node_modules/cross-spawn/lib/util/readShebang.js
17666
17643
  var require_readShebang2 = __commonJS({
17667
17644
  "../../../node_modules/@expo/spawn-async/node_modules/cross-spawn/lib/util/readShebang.js"(exports2, module2) {
17668
17645
  "use strict";
17669
- var fs7 = require("fs"), shebangCommand = require_shebang_command2();
17646
+ var fs7 = require("fs"), shebangCommand = require_shebang_command();
17670
17647
  function readShebang(command) {
17671
17648
  let buffer = Buffer.alloc(150), fd;
17672
17649
  try {
@@ -25992,7 +25969,7 @@ function log(entry) {
25992
25969
  }
25993
25970
  }
25994
25971
 
25995
- // ../../../node_modules/zx/node_modules/globby/index.js
25972
+ // ../../../node_modules/globby/index.js
25996
25973
  var globby_exports = {};
25997
25974
  __export(globby_exports, {
25998
25975
  generateGlobTasks: () => generateGlobTasks,
@@ -26006,16 +25983,16 @@ __export(globby_exports, {
26006
25983
  });
26007
25984
  var import_node_fs2 = __toESM(require("node:fs"), 1), import_node_path2 = __toESM(require("node:path"), 1), import_merge2 = __toESM(require_merge2(), 1), import_fast_glob2 = __toESM(require_out4(), 1), import_dir_glob = __toESM(require_dir_glob(), 1);
26008
25985
 
26009
- // ../../../node_modules/zx/node_modules/globby/ignore.js
25986
+ // ../../../node_modules/globby/ignore.js
26010
25987
  var import_node_process2 = __toESM(require("node:process"), 1), import_node_fs = __toESM(require("node:fs"), 1), import_node_path = __toESM(require("node:path"), 1), import_fast_glob = __toESM(require_out4(), 1), import_ignore = __toESM(require_ignore(), 1);
26011
25988
 
26012
- // ../../../node_modules/zx/node_modules/slash/index.js
25989
+ // ../../../node_modules/globby/node_modules/slash/index.js
26013
25990
  function slash(path6) {
26014
25991
  let isExtendedLengthPath = /^\\\\\?\\/.test(path6), hasNonAscii = /[^\u0000-\u0080]+/.test(path6);
26015
25992
  return isExtendedLengthPath || hasNonAscii ? path6 : path6.replace(/\\/g, "/");
26016
25993
  }
26017
25994
 
26018
- // ../../../node_modules/zx/node_modules/globby/utilities.js
25995
+ // ../../../node_modules/globby/utilities.js
26019
25996
  var import_node_url = require("node:url"), import_node_stream = require("node:stream"), toPath = (urlOrPath) => urlOrPath instanceof URL ? (0, import_node_url.fileURLToPath)(urlOrPath) : urlOrPath, FilterStream = class extends import_node_stream.Transform {
26020
25997
  constructor(filter2) {
26021
25998
  super({
@@ -26027,7 +26004,7 @@ var import_node_url = require("node:url"), import_node_stream = require("node:st
26027
26004
  }
26028
26005
  }, isNegativePattern = (pattern) => pattern[0] === "!";
26029
26006
 
26030
- // ../../../node_modules/zx/node_modules/globby/ignore.js
26007
+ // ../../../node_modules/globby/ignore.js
26031
26008
  var ignoreFilesGlobOptions = {
26032
26009
  ignore: [
26033
26010
  "**/node_modules",
@@ -26070,7 +26047,7 @@ var ignoreFilesGlobOptions = {
26070
26047
  return getIsIgnoredPredicate(files, cwd2);
26071
26048
  }, isGitIgnored = (options) => isIgnoredByIgnoreFiles(GITIGNORE_FILES_PATTERN, options), isGitIgnoredSync = (options) => isIgnoredByIgnoreFilesSync(GITIGNORE_FILES_PATTERN, options);
26072
26049
 
26073
- // ../../../node_modules/zx/node_modules/globby/index.js
26050
+ // ../../../node_modules/globby/index.js
26074
26051
  var assertPatternsInput = (patterns) => {
26075
26052
  if (patterns.some((pattern) => typeof pattern != "string"))
26076
26053
  throw new TypeError("Patterns must be a string or an array of strings");
@@ -26191,7 +26168,7 @@ var globby2 = Object.assign(function(patterns, options) {
26191
26168
  // package.json
26192
26169
  var package_default = {
26193
26170
  name: "create-tamagui",
26194
- version: "1.123.2",
26171
+ version: "1.123.3",
26195
26172
  bin: "./run.js",
26196
26173
  main: "dist/index.cjs",
26197
26174
  files: [
@@ -26215,7 +26192,7 @@ var package_default = {
26215
26192
  devDependencies: {
26216
26193
  "@expo/package-manager": "^1.1.2",
26217
26194
  "@playwright/test": "^1.49.1",
26218
- "@tamagui/build": "1.123.2",
26195
+ "@tamagui/build": "workspace:*",
26219
26196
  "@types/async-retry": "1.4.2",
26220
26197
  "@types/cross-spawn": "^6.0.2",
26221
26198
  "@types/node": "^22.1.0",
package/dist/index.js CHANGED
@@ -1539,17 +1539,17 @@ var require_escape = __commonJS({
1539
1539
  }
1540
1540
  });
1541
1541
 
1542
- // ../../../node_modules/execa/node_modules/shebang-regex/index.js
1542
+ // ../../../node_modules/shebang-regex/index.js
1543
1543
  var require_shebang_regex = __commonJS({
1544
- "../../../node_modules/execa/node_modules/shebang-regex/index.js"(exports2, module2) {
1544
+ "../../../node_modules/shebang-regex/index.js"(exports2, module2) {
1545
1545
  "use strict";
1546
1546
  module2.exports = /^#!(.*)/;
1547
1547
  }
1548
1548
  });
1549
1549
 
1550
- // ../../../node_modules/execa/node_modules/shebang-command/index.js
1550
+ // ../../../node_modules/shebang-command/index.js
1551
1551
  var require_shebang_command = __commonJS({
1552
- "../../../node_modules/execa/node_modules/shebang-command/index.js"(exports2, module2) {
1552
+ "../../../node_modules/shebang-command/index.js"(exports2, module2) {
1553
1553
  "use strict";
1554
1554
  var shebangRegex = require_shebang_regex();
1555
1555
  module2.exports = (string = "") => {
@@ -17639,34 +17639,11 @@ var require_escape2 = __commonJS({
17639
17639
  }
17640
17640
  });
17641
17641
 
17642
- // ../../../node_modules/@expo/spawn-async/node_modules/shebang-regex/index.js
17643
- var require_shebang_regex2 = __commonJS({
17644
- "../../../node_modules/@expo/spawn-async/node_modules/shebang-regex/index.js"(exports2, module2) {
17645
- "use strict";
17646
- module2.exports = /^#!(.*)/;
17647
- }
17648
- });
17649
-
17650
- // ../../../node_modules/@expo/spawn-async/node_modules/shebang-command/index.js
17651
- var require_shebang_command2 = __commonJS({
17652
- "../../../node_modules/@expo/spawn-async/node_modules/shebang-command/index.js"(exports2, module2) {
17653
- "use strict";
17654
- var shebangRegex = require_shebang_regex2();
17655
- module2.exports = (string = "") => {
17656
- let match2 = string.match(shebangRegex);
17657
- if (!match2)
17658
- return null;
17659
- let [path6, argument] = match2[0].replace(/#! ?/, "").split(" "), binary = path6.split("/").pop();
17660
- return binary === "env" ? argument : argument ? `${binary} ${argument}` : binary;
17661
- };
17662
- }
17663
- });
17664
-
17665
17642
  // ../../../node_modules/@expo/spawn-async/node_modules/cross-spawn/lib/util/readShebang.js
17666
17643
  var require_readShebang2 = __commonJS({
17667
17644
  "../../../node_modules/@expo/spawn-async/node_modules/cross-spawn/lib/util/readShebang.js"(exports2, module2) {
17668
17645
  "use strict";
17669
- var fs7 = require("fs"), shebangCommand = require_shebang_command2();
17646
+ var fs7 = require("fs"), shebangCommand = require_shebang_command();
17670
17647
  function readShebang(command) {
17671
17648
  let buffer = Buffer.alloc(150), fd;
17672
17649
  try {
@@ -25992,7 +25969,7 @@ function log(entry) {
25992
25969
  }
25993
25970
  }
25994
25971
 
25995
- // ../../../node_modules/zx/node_modules/globby/index.js
25972
+ // ../../../node_modules/globby/index.js
25996
25973
  var globby_exports = {};
25997
25974
  __export(globby_exports, {
25998
25975
  generateGlobTasks: () => generateGlobTasks,
@@ -26006,16 +25983,16 @@ __export(globby_exports, {
26006
25983
  });
26007
25984
  var import_node_fs2 = __toESM(require("node:fs"), 1), import_node_path2 = __toESM(require("node:path"), 1), import_merge2 = __toESM(require_merge2(), 1), import_fast_glob2 = __toESM(require_out4(), 1), import_dir_glob = __toESM(require_dir_glob(), 1);
26008
25985
 
26009
- // ../../../node_modules/zx/node_modules/globby/ignore.js
25986
+ // ../../../node_modules/globby/ignore.js
26010
25987
  var import_node_process2 = __toESM(require("node:process"), 1), import_node_fs = __toESM(require("node:fs"), 1), import_node_path = __toESM(require("node:path"), 1), import_fast_glob = __toESM(require_out4(), 1), import_ignore = __toESM(require_ignore(), 1);
26011
25988
 
26012
- // ../../../node_modules/zx/node_modules/slash/index.js
25989
+ // ../../../node_modules/globby/node_modules/slash/index.js
26013
25990
  function slash(path6) {
26014
25991
  let isExtendedLengthPath = /^\\\\\?\\/.test(path6), hasNonAscii = /[^\u0000-\u0080]+/.test(path6);
26015
25992
  return isExtendedLengthPath || hasNonAscii ? path6 : path6.replace(/\\/g, "/");
26016
25993
  }
26017
25994
 
26018
- // ../../../node_modules/zx/node_modules/globby/utilities.js
25995
+ // ../../../node_modules/globby/utilities.js
26019
25996
  var import_node_url = require("node:url"), import_node_stream = require("node:stream"), toPath = (urlOrPath) => urlOrPath instanceof URL ? (0, import_node_url.fileURLToPath)(urlOrPath) : urlOrPath, FilterStream = class extends import_node_stream.Transform {
26020
25997
  constructor(filter2) {
26021
25998
  super({
@@ -26027,7 +26004,7 @@ var import_node_url = require("node:url"), import_node_stream = require("node:st
26027
26004
  }
26028
26005
  }, isNegativePattern = (pattern) => pattern[0] === "!";
26029
26006
 
26030
- // ../../../node_modules/zx/node_modules/globby/ignore.js
26007
+ // ../../../node_modules/globby/ignore.js
26031
26008
  var ignoreFilesGlobOptions = {
26032
26009
  ignore: [
26033
26010
  "**/node_modules",
@@ -26070,7 +26047,7 @@ var ignoreFilesGlobOptions = {
26070
26047
  return getIsIgnoredPredicate(files, cwd2);
26071
26048
  }, isGitIgnored = (options) => isIgnoredByIgnoreFiles(GITIGNORE_FILES_PATTERN, options), isGitIgnoredSync = (options) => isIgnoredByIgnoreFilesSync(GITIGNORE_FILES_PATTERN, options);
26072
26049
 
26073
- // ../../../node_modules/zx/node_modules/globby/index.js
26050
+ // ../../../node_modules/globby/index.js
26074
26051
  var assertPatternsInput = (patterns) => {
26075
26052
  if (patterns.some((pattern) => typeof pattern != "string"))
26076
26053
  throw new TypeError("Patterns must be a string or an array of strings");
@@ -26191,7 +26168,7 @@ var globby2 = Object.assign(function(patterns, options) {
26191
26168
  // package.json
26192
26169
  var package_default = {
26193
26170
  name: "create-tamagui",
26194
- version: "1.123.2",
26171
+ version: "1.123.3",
26195
26172
  bin: "./run.js",
26196
26173
  main: "dist/index.cjs",
26197
26174
  files: [
@@ -26215,7 +26192,7 @@ var package_default = {
26215
26192
  devDependencies: {
26216
26193
  "@expo/package-manager": "^1.1.2",
26217
26194
  "@playwright/test": "^1.49.1",
26218
- "@tamagui/build": "1.123.2",
26195
+ "@tamagui/build": "workspace:*",
26219
26196
  "@types/async-retry": "1.4.2",
26220
26197
  "@types/cross-spawn": "^6.0.2",
26221
26198
  "@types/node": "^22.1.0",