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