@tamagui/build 2.4.6 → 2.5.1

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
  $ node ../../../tamagui-build.js
2
- built tamagui-build-test-js-main-package in 5320 ms
2
+ built tamagui-build-test-js-main-package in 2475 ms
@@ -1,2 +1,2 @@
1
1
  $ node ../../../tamagui-build.js
2
- built tamagui-build-test-simple-tpackage in 1997 ms
2
+ built tamagui-build-test-simple-tpackage in 1286 ms
@@ -1,2 +1,2 @@
1
1
  $ node ../../../tamagui-build.js
2
- built tamagui-build-test-watch-package in 2609 ms
2
+ built tamagui-build-test-watch-package in 1134 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/build",
3
- "version": "2.4.6",
3
+ "version": "2.5.1",
4
4
  "gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14",
5
5
  "bin": {
6
6
  "tamagui-build": "tamagui-build.js",
@@ -17,7 +17,7 @@
17
17
  "@babel/core": "^7.25.2",
18
18
  "@babel/preset-typescript": "^7.26.0",
19
19
  "@swc/core": "^1.14.0",
20
- "@tamagui/babel-plugin-fully-specified": "2.4.6",
20
+ "@tamagui/babel-plugin-fully-specified": "2.5.1",
21
21
  "@types/fs-extra": "^9.0.13",
22
22
  "baseline-browser-mapping": "^2.9.15",
23
23
  "chokidar": "^3.5.2",
@@ -42,5 +42,10 @@
42
42
  },
43
43
  "devDependencies": {
44
44
  "vitest": "4.0.4"
45
+ },
46
+ "repository": {
47
+ "type": "git",
48
+ "url": "https://github.com/tamagui/tamagui.git",
49
+ "directory": "code/packages/build"
45
50
  }
46
51
  }