create-tamagui 1.110.4 → 1.111.0
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 +2 -2
- package/dist/index.native.js +5247 -24800
- package/dist/index.native.js.map +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -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.110.
|
|
26194
|
+
version: "1.110.5",
|
|
26195
26195
|
bin: "./run.js",
|
|
26196
26196
|
main: "dist",
|
|
26197
26197
|
files: [
|
|
@@ -26214,7 +26214,7 @@ var package_default = {
|
|
|
26214
26214
|
devDependencies: {
|
|
26215
26215
|
"@expo/package-manager": "^1.1.2",
|
|
26216
26216
|
"@playwright/test": "^1.45.2",
|
|
26217
|
-
"@tamagui/build": "1.110.
|
|
26217
|
+
"@tamagui/build": "1.110.5",
|
|
26218
26218
|
"@types/async-retry": "1.4.2",
|
|
26219
26219
|
"@types/cross-spawn": "^6.0.2",
|
|
26220
26220
|
"@types/node": "^22.1.0",
|