@tamagui/build 2.5.1 → 2.5.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.
@@ -1,2 +1,2 @@
1
1
  $ node ../../../tamagui-build.js
2
- built tamagui-build-test-js-main-package in 2475 ms
2
+ built tamagui-build-test-js-main-package in 2299 ms
@@ -1 +1 @@
1
- {"version":3,"names":["jsMainFixture"],"sources":["../../src/index.ts"],"sourcesContent":[null],"mappings":"AAAO,IAAAA,aAAM,OAAgB","ignoreList":[]}
1
+ {"version":3,"names":["jsMainFixture"],"sources":["index.native.js"],"sourcesContent":["var jsMainFixture = \"ok\";\nexport {\n jsMainFixture\n};\n//# sourceMappingURL=index.js.map\n"],"mappings":"AAAA,IAAIA,aAAa,GAAG,IAAI;AACxB,SACEA,aAAa","ignoreList":[]}
@@ -1,2 +1,2 @@
1
1
  $ node ../../../tamagui-build.js
2
- built tamagui-build-test-simple-tpackage in 1286 ms
2
+ built tamagui-build-test-simple-tpackage in 1341 ms
@@ -1,2 +1,2 @@
1
1
  $ node ../../../tamagui-build.js
2
- built tamagui-build-test-watch-package in 1134 ms
2
+ built tamagui-build-test-watch-package in 1236 ms
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@tamagui/build",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
4
4
  "gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14",
5
5
  "bin": {
6
6
  "tamagui-build": "tamagui-build.js",
7
- "teesx": "./teesx.sh"
7
+ "teesx": "teesx.sh"
8
8
  },
9
9
  "publishConfig": {
10
10
  "access": "public"
@@ -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.5.1",
20
+ "@tamagui/babel-plugin-fully-specified": "2.5.2",
21
21
  "@types/fs-extra": "^9.0.13",
22
22
  "baseline-browser-mapping": "^2.9.15",
23
23
  "chokidar": "^3.5.2",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "repository": {
47
47
  "type": "git",
48
- "url": "https://github.com/tamagui/tamagui.git",
48
+ "url": "git+https://github.com/tamagui/tamagui.git",
49
49
  "directory": "code/packages/build"
50
50
  }
51
51
  }