create-tamagui 1.1.9 → 1.1.10
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.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -45437,7 +45437,7 @@ var globby2 = Object.assign(function globby3(patterns, options) {
|
|
|
45437
45437
|
// package.json
|
|
45438
45438
|
var package_default = {
|
|
45439
45439
|
name: "create-tamagui",
|
|
45440
|
-
version: "1.1.
|
|
45440
|
+
version: "1.1.9",
|
|
45441
45441
|
bin: "./run.js",
|
|
45442
45442
|
main: "dist",
|
|
45443
45443
|
files: [
|
|
@@ -45471,7 +45471,7 @@ var package_default = {
|
|
|
45471
45471
|
},
|
|
45472
45472
|
devDependencies: {
|
|
45473
45473
|
"@playwright/test": "^1.29.0",
|
|
45474
|
-
"@tamagui/build": "^1.1.
|
|
45474
|
+
"@tamagui/build": "^1.1.9",
|
|
45475
45475
|
"@types/async-retry": "1.4.2",
|
|
45476
45476
|
"@types/cross-spawn": "^6.0.2",
|
|
45477
45477
|
"@types/node": "^16.11.9",
|