@vxrn/safe-area 1.12.6 → 1.12.7

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,3 @@
1
- $ tamagui-build
2
- built @vxrn/safe-area in 8575 ms
1
+
2
+ $ tamagui-build
3
+ built @vxrn/safe-area in 1011 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vxrn/safe-area",
3
- "version": "1.12.6",
3
+ "version": "1.12.7",
4
4
  "source": "src/index.ts",
5
5
  "types": "./types/index.d.ts",
6
6
  "type": "module",
@@ -31,6 +31,6 @@
31
31
  },
32
32
  "devDependencies": {
33
33
  "@biomejs/biome": "2.3.3",
34
- "@tamagui/build": "2.0.0-rc.28"
34
+ "@tamagui/build": "2.0.0-rc.30"
35
35
  }
36
36
  }