@tamagui/build 2.0.0-rc.3 → 2.0.0-rc.5

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.
@@ -7,29 +7,29 @@ $ node ../../../tamagui-build.js --bundle
7
7
  $ node ../../../tamagui-build.js --skip-mjs
8
8
  $ node ../../../tamagui-build.js --ignore-base-url
9
9
  stdout | __tests__/integration.test.ts > tamagui-build integration test > should rebuild the package on file change when --watch is used
10
- Watch process output: built tamagui-build-test-watch-package in 78 ms
10
+ Watch process output: built tamagui-build-test-watch-package in 76 ms
11
11
 
12
12
  Initial build complete, modifying file...
13
13
 
14
14
  stdout | __tests__/integration.test.ts > tamagui-build integration test > should rebuild the package on file change when --watch is used
15
- Watch process output: built tamagui-build-test-watch-package in 335 ms
15
+ Watch process output: built tamagui-build-test-watch-package in 340 ms
16
16
 
17
17
  Rebuild after file modification complete
18
18
 
19
19
  $ node ../../../tamagui-build.js
20
20
  $ node ../../../tamagui-build.js
21
21
  $ MINIFY=true node ../../../tamagui-build.js
22
- ✓ __tests__/integration.test.ts (7 tests) 5051ms
23
- ✓ should build the package correctly  608ms
24
- ✓ should bundle the package correctly  539ms
25
- ✓ should skip mjs files when --skip-mjs is used  606ms
26
- ✓ should ignore base URL when --ignore-base-url is used  582ms
27
- ✓ should rebuild the package on file change when --watch is used  929ms
28
- ✓ should generate correct platform-specific output  584ms
29
- ✓ should minify the output when MINIFY=true is set  1182ms
22
+ ✓ __tests__/integration.test.ts (7 tests) 5182ms
23
+ ✓ should build the package correctly  617ms
24
+ ✓ should bundle the package correctly  555ms
25
+ ✓ should skip mjs files when --skip-mjs is used  619ms
26
+ ✓ should ignore base URL when --ignore-base-url is used  588ms
27
+ ✓ should rebuild the package on file change when --watch is used  954ms
28
+ ✓ should generate correct platform-specific output  605ms
29
+ ✓ should minify the output when MINIFY=true is set  1221ms
30
30
 
31
31
   Test Files  1 passed (1)
32
32
   Tests  7 passed (7)
33
-  Start at  13:57:06
34
-  Duration  5.16s (transform 37ms, setup 0ms, collect 43ms, tests 5.05s, environment 0ms, prepare 2ms)
33
+  Start at  15:58:51
34
+  Duration  5.29s (transform 39ms, setup 0ms, collect 45ms, tests 5.18s, environment 0ms, prepare 2ms)
35
35
 
@@ -1,2 +1,2 @@
1
1
  $ node ../../../tamagui-build.js
2
- built tamagui-build-test-simple-tpackage in 992 ms
2
+ built tamagui-build-test-simple-tpackage in 1134 ms
@@ -1,2 +1,2 @@
1
1
  $ node ../../../tamagui-build.js
2
- built tamagui-build-test-watch-package in 1028 ms
2
+ built tamagui-build-test-watch-package in 1177 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/build",
3
- "version": "2.0.0-rc.3",
3
+ "version": "2.0.0-rc.5",
4
4
  "gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14",
5
5
  "bin": {
6
6
  "tamagui-build": "tamagui-build.js",
@@ -16,7 +16,7 @@
16
16
  "@babel/core": "^7.25.2",
17
17
  "@babel/preset-typescript": "^7.26.0",
18
18
  "@swc/core": "^1.14.0",
19
- "@tamagui/babel-plugin-fully-specified": "2.0.0-rc.3",
19
+ "@tamagui/babel-plugin-fully-specified": "2.0.0-rc.5",
20
20
  "@types/fs-extra": "^9.0.13",
21
21
  "babel-plugin-react-compiler": "^1.0.0",
22
22
  "baseline-browser-mapping": "^2.9.15",