@tamagui/web 2.0.0-rc.25 → 2.0.0-rc.25-1773314599635

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.
@@ -1,2 +1,2 @@
1
1
  $ tamagui-build
2
- built @tamagui/web in 2221 ms
2
+ built @tamagui/web in 2334 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/web",
3
- "version": "2.0.0-rc.25",
3
+ "version": "2.0.0-rc.25-1773314599635",
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.0.0-rc.25",
55
- "@tamagui/constants": "2.0.0-rc.25",
56
- "@tamagui/helpers": "2.0.0-rc.25",
57
- "@tamagui/is-equal-shallow": "2.0.0-rc.25",
58
- "@tamagui/native": "2.0.0-rc.25",
59
- "@tamagui/normalize-css-color": "2.0.0-rc.25",
60
- "@tamagui/timer": "2.0.0-rc.25",
61
- "@tamagui/types": "2.0.0-rc.25",
62
- "@tamagui/use-did-finish-ssr": "2.0.0-rc.25",
63
- "@tamagui/use-event": "2.0.0-rc.25",
64
- "@tamagui/use-force-update": "2.0.0-rc.25"
54
+ "@tamagui/compose-refs": "2.0.0-rc.25-1773314599635",
55
+ "@tamagui/constants": "2.0.0-rc.25-1773314599635",
56
+ "@tamagui/helpers": "2.0.0-rc.25-1773314599635",
57
+ "@tamagui/is-equal-shallow": "2.0.0-rc.25-1773314599635",
58
+ "@tamagui/native": "2.0.0-rc.25-1773314599635",
59
+ "@tamagui/normalize-css-color": "2.0.0-rc.25-1773314599635",
60
+ "@tamagui/timer": "2.0.0-rc.25-1773314599635",
61
+ "@tamagui/types": "2.0.0-rc.25-1773314599635",
62
+ "@tamagui/use-did-finish-ssr": "2.0.0-rc.25-1773314599635",
63
+ "@tamagui/use-event": "2.0.0-rc.25-1773314599635",
64
+ "@tamagui/use-force-update": "2.0.0-rc.25-1773314599635"
65
65
  },
66
66
  "devDependencies": {
67
- "@tamagui/build": "2.0.0-rc.25",
67
+ "@tamagui/build": "2.0.0-rc.25-1773314599635",
68
68
  "@testing-library/react": "^16.1.0",
69
69
  "csstype": "^3.0.10",
70
70
  "react": ">=19",
@@ -1,15 +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
-
10
-  Test Files  2 passed (2)
11
-  Tests  49 passed (49)
12
- Type Errors  no errors
13
-  Start at  16:23:34
14
-  Duration  1.64s (transform 0ms, setup 0ms, collect 0ms, tests 0ms, environment 0ms, prepare 0ms, typecheck 1.61s)
15
-