create-tamagui 1.121.5 → 1.121.6
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 +4 -4
- package/dist/index.js +4 -4
- package/dist/index.js.map +2 -2
- package/dist/index.native.js +4 -4
- package/dist/index.native.js.map +2 -2
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -586,9 +586,9 @@ var require_color_convert = __commonJS({
|
|
|
586
586
|
}
|
|
587
587
|
});
|
|
588
588
|
|
|
589
|
-
// ../../../node_modules/ansi-styles/index.js
|
|
589
|
+
// ../../../node_modules/chalk/node_modules/ansi-styles/index.js
|
|
590
590
|
var require_ansi_styles = __commonJS({
|
|
591
|
-
"../../../node_modules/ansi-styles/index.js"(exports2, module2) {
|
|
591
|
+
"../../../node_modules/chalk/node_modules/ansi-styles/index.js"(exports2, module2) {
|
|
592
592
|
"use strict";
|
|
593
593
|
var wrapAnsi162 = (fn, offset) => (...args) => `\x1B[${fn(...args) + offset}m`, wrapAnsi2562 = (fn, offset) => (...args) => {
|
|
594
594
|
let code = fn(...args);
|
|
@@ -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.121.
|
|
26194
|
+
version: "1.121.5",
|
|
26195
26195
|
bin: "./run.js",
|
|
26196
26196
|
main: "dist/index.cjs",
|
|
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.49.1",
|
|
26218
|
-
"@tamagui/build": "1.121.
|
|
26218
|
+
"@tamagui/build": "1.121.5",
|
|
26219
26219
|
"@types/async-retry": "1.4.2",
|
|
26220
26220
|
"@types/cross-spawn": "^6.0.2",
|
|
26221
26221
|
"@types/node": "^22.1.0",
|
package/dist/index.js
CHANGED
|
@@ -586,9 +586,9 @@ var require_color_convert = __commonJS({
|
|
|
586
586
|
}
|
|
587
587
|
});
|
|
588
588
|
|
|
589
|
-
// ../../../node_modules/ansi-styles/index.js
|
|
589
|
+
// ../../../node_modules/chalk/node_modules/ansi-styles/index.js
|
|
590
590
|
var require_ansi_styles = __commonJS({
|
|
591
|
-
"../../../node_modules/ansi-styles/index.js"(exports2, module2) {
|
|
591
|
+
"../../../node_modules/chalk/node_modules/ansi-styles/index.js"(exports2, module2) {
|
|
592
592
|
"use strict";
|
|
593
593
|
var wrapAnsi162 = (fn, offset) => (...args) => `\x1B[${fn(...args) + offset}m`, wrapAnsi2562 = (fn, offset) => (...args) => {
|
|
594
594
|
let code = fn(...args);
|
|
@@ -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.121.
|
|
26194
|
+
version: "1.121.5",
|
|
26195
26195
|
bin: "./run.js",
|
|
26196
26196
|
main: "dist/index.cjs",
|
|
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.49.1",
|
|
26218
|
-
"@tamagui/build": "1.121.
|
|
26218
|
+
"@tamagui/build": "1.121.5",
|
|
26219
26219
|
"@types/async-retry": "1.4.2",
|
|
26220
26220
|
"@types/cross-spawn": "^6.0.2",
|
|
26221
26221
|
"@types/node": "^22.1.0",
|