@tamagui/web 2.4.5-1784076621864 → 2.4.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/.turbo/turbo-build.log +1 -1
- package/package.json +13 -13
- package/.turbo/turbo-test$colon$web.log +0 -16
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
$ tamagui-build
|
|
2
|
-
built @tamagui/web in
|
|
2
|
+
built @tamagui/web in 3446 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/web",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Nate Wienert"
|
|
@@ -51,20 +51,20 @@
|
|
|
51
51
|
"test:web": "vitest --typecheck --run"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@tamagui/compose-refs": "2.4.
|
|
55
|
-
"@tamagui/constants": "2.4.
|
|
56
|
-
"@tamagui/helpers": "2.4.
|
|
57
|
-
"@tamagui/is-equal-shallow": "2.4.
|
|
58
|
-
"@tamagui/native": "2.4.
|
|
59
|
-
"@tamagui/normalize-css-color": "2.4.
|
|
60
|
-
"@tamagui/timer": "2.4.
|
|
61
|
-
"@tamagui/types": "2.4.
|
|
62
|
-
"@tamagui/use-did-finish-ssr": "2.4.
|
|
63
|
-
"@tamagui/use-event": "2.4.
|
|
64
|
-
"@tamagui/use-force-update": "2.4.
|
|
54
|
+
"@tamagui/compose-refs": "2.4.6",
|
|
55
|
+
"@tamagui/constants": "2.4.6",
|
|
56
|
+
"@tamagui/helpers": "2.4.6",
|
|
57
|
+
"@tamagui/is-equal-shallow": "2.4.6",
|
|
58
|
+
"@tamagui/native": "2.4.6",
|
|
59
|
+
"@tamagui/normalize-css-color": "2.4.6",
|
|
60
|
+
"@tamagui/timer": "2.4.6",
|
|
61
|
+
"@tamagui/types": "2.4.6",
|
|
62
|
+
"@tamagui/use-did-finish-ssr": "2.4.6",
|
|
63
|
+
"@tamagui/use-event": "2.4.6",
|
|
64
|
+
"@tamagui/use-force-update": "2.4.6"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@tamagui/build": "2.4.
|
|
67
|
+
"@tamagui/build": "2.4.6",
|
|
68
68
|
"@testing-library/react": "^16.1.0",
|
|
69
69
|
"csstype": "^3.0.10",
|
|
70
70
|
"react": ">=19",
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
$ vitest --typecheck --run
|
|
2
|
-
Testing types with tsc and vue-tsc is an experimental feature.
|
|
3
|
-
Breaking changes might not follow SemVer, please pin Vitest's version when using it.
|
|
4
|
-
|
|
5
|
-
RUN v4.0.4 /Users/n8/tamagui/code/core/web
|
|
6
|
-
|
|
7
|
-
✓ TS src/animationDriverTypes.test-d.ts (20 tests)
|
|
8
|
-
✓ TS src/styledHtml.test-d.ts (29 tests)
|
|
9
|
-
✓ TS src/styledNonStyleProps.test-d.ts (8 tests)
|
|
10
|
-
|
|
11
|
-
Test Files 3 passed (3)
|
|
12
|
-
Tests 57 passed (57)
|
|
13
|
-
Type Errors no errors
|
|
14
|
-
Start at 17:38:28
|
|
15
|
-
Duration 1.70s (transform 0ms, setup 0ms, collect 0ms, tests 0ms, environment 0ms, prepare 0ms, typecheck 1.66s)
|
|
16
|
-
|