create-tamagui 1.112.13 → 1.112.15
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 +10 -10
- package/dist/index.js.map +2 -2
- package/dist/index.native.js +10 -10
- package/dist/index.native.js.map +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -22875,9 +22875,9 @@ var require_yocto_queue = __commonJS({
|
|
|
22875
22875
|
}
|
|
22876
22876
|
});
|
|
22877
22877
|
|
|
22878
|
-
// ../../../node_modules
|
|
22878
|
+
// ../../../node_modules/find-up/node_modules/p-limit/index.js
|
|
22879
22879
|
var require_p_limit = __commonJS({
|
|
22880
|
-
"../../../node_modules
|
|
22880
|
+
"../../../node_modules/find-up/node_modules/p-limit/index.js"(exports2, module2) {
|
|
22881
22881
|
"use strict";
|
|
22882
22882
|
var Queue = require_yocto_queue(), pLimit = (concurrency) => {
|
|
22883
22883
|
if (!((Number.isInteger(concurrency) || concurrency === 1 / 0) && concurrency > 0))
|
|
@@ -22916,9 +22916,9 @@ var require_p_limit = __commonJS({
|
|
|
22916
22916
|
}
|
|
22917
22917
|
});
|
|
22918
22918
|
|
|
22919
|
-
// ../../../node_modules
|
|
22919
|
+
// ../../../node_modules/find-up/node_modules/p-locate/index.js
|
|
22920
22920
|
var require_p_locate = __commonJS({
|
|
22921
|
-
"../../../node_modules
|
|
22921
|
+
"../../../node_modules/find-up/node_modules/p-locate/index.js"(exports2, module2) {
|
|
22922
22922
|
"use strict";
|
|
22923
22923
|
var pLimit = require_p_limit(), EndError = class extends Error {
|
|
22924
22924
|
constructor(value) {
|
|
@@ -22948,9 +22948,9 @@ var require_p_locate = __commonJS({
|
|
|
22948
22948
|
}
|
|
22949
22949
|
});
|
|
22950
22950
|
|
|
22951
|
-
// ../../../node_modules
|
|
22951
|
+
// ../../../node_modules/find-up/node_modules/locate-path/index.js
|
|
22952
22952
|
var require_locate_path = __commonJS({
|
|
22953
|
-
"../../../node_modules
|
|
22953
|
+
"../../../node_modules/find-up/node_modules/locate-path/index.js"(exports2, module2) {
|
|
22954
22954
|
"use strict";
|
|
22955
22955
|
var path6 = require("path"), fs7 = require("fs"), { promisify: promisify2 } = require("util"), pLocate = require_p_locate(), fsStat = promisify2(fs7.stat), fsLStat = promisify2(fs7.lstat), typeMappings = {
|
|
22956
22956
|
directory: "isDirectory",
|
|
@@ -23019,9 +23019,9 @@ var require_path_exists2 = __commonJS({
|
|
|
23019
23019
|
}
|
|
23020
23020
|
});
|
|
23021
23021
|
|
|
23022
|
-
// ../../../node_modules
|
|
23022
|
+
// ../../../node_modules/find-up/index.js
|
|
23023
23023
|
var require_find_up = __commonJS({
|
|
23024
|
-
"../../../node_modules
|
|
23024
|
+
"../../../node_modules/find-up/index.js"(exports2, module2) {
|
|
23025
23025
|
"use strict";
|
|
23026
23026
|
var path6 = require("path"), locatePath = require_locate_path(), pathExists3 = require_path_exists2(), stop = Symbol("findUp.stop");
|
|
23027
23027
|
module2.exports = async (name, options = {}) => {
|
|
@@ -26191,7 +26191,7 @@ var globby2 = Object.assign(function(patterns, options) {
|
|
|
26191
26191
|
// package.json
|
|
26192
26192
|
var package_default = {
|
|
26193
26193
|
name: "create-tamagui",
|
|
26194
|
-
version: "1.112.
|
|
26194
|
+
version: "1.112.14",
|
|
26195
26195
|
bin: "./run.js",
|
|
26196
26196
|
main: "dist",
|
|
26197
26197
|
files: [
|
|
@@ -26215,7 +26215,7 @@ var package_default = {
|
|
|
26215
26215
|
devDependencies: {
|
|
26216
26216
|
"@expo/package-manager": "^1.1.2",
|
|
26217
26217
|
"@playwright/test": "^1.45.2",
|
|
26218
|
-
"@tamagui/build": "1.112.
|
|
26218
|
+
"@tamagui/build": "1.112.14",
|
|
26219
26219
|
"@types/async-retry": "1.4.2",
|
|
26220
26220
|
"@types/cross-spawn": "^6.0.2",
|
|
26221
26221
|
"@types/node": "^22.1.0",
|