create-tamagui 1.116.1 → 1.116.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.cjs +3 -3
- package/dist/index.js +31760 -0
- package/dist/index.native.js +2 -2
- package/package.json +2 -2
- /package/dist/{index.cjs.map → index.js.map} +0 -0
package/dist/index.cjs
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.116.
|
|
26194
|
+
version: "1.116.1",
|
|
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.45.2",
|
|
26218
|
-
"@tamagui/build": "1.116.
|
|
26218
|
+
"@tamagui/build": "1.116.1",
|
|
26219
26219
|
"@types/async-retry": "1.4.2",
|
|
26220
26220
|
"@types/cross-spawn": "^6.0.2",
|
|
26221
26221
|
"@types/node": "^22.1.0",
|
|
@@ -31757,4 +31757,4 @@ imurmurhash/imurmurhash.js:
|
|
|
31757
31757
|
* @see http://sites.google.com/site/murmurhash/
|
|
31758
31758
|
*)
|
|
31759
31759
|
*/
|
|
31760
|
-
//# sourceMappingURL=index.
|
|
31760
|
+
//# sourceMappingURL=index.js.map
|