@hanzogui/native 8.0.0 → 8.1.0
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.
- package/package.json +30 -2
- package/.turbo/turbo-build.log +0 -2
- package/tsconfig.json +0 -12
package/package.json
CHANGED
|
@@ -1,7 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hanzogui/native",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.1.0",
|
|
4
4
|
"description": "Native setup modules for Gui - portals, gesture handler, worklets, and more",
|
|
5
|
+
"files": [
|
|
6
|
+
"dist",
|
|
7
|
+
"gesture-handler.cjs",
|
|
8
|
+
"gesture-handler",
|
|
9
|
+
"setup-burnt.cjs",
|
|
10
|
+
"setup-burnt",
|
|
11
|
+
"setup-expo-linear-gradient.cjs",
|
|
12
|
+
"setup-expo-linear-gradient",
|
|
13
|
+
"setup-gesture-handler.cjs",
|
|
14
|
+
"setup-gesture-handler",
|
|
15
|
+
"setup-keyboard-controller.cjs",
|
|
16
|
+
"setup-keyboard-controller",
|
|
17
|
+
"setup-safe-area.cjs",
|
|
18
|
+
"setup-safe-area",
|
|
19
|
+
"setup-teleport.cjs",
|
|
20
|
+
"setup-teleport",
|
|
21
|
+
"setup-worklets.cjs",
|
|
22
|
+
"setup-worklets",
|
|
23
|
+
"setup-zeego.cjs",
|
|
24
|
+
"setup-zeego",
|
|
25
|
+
"src",
|
|
26
|
+
"types"
|
|
27
|
+
],
|
|
5
28
|
"type": "module",
|
|
6
29
|
"sideEffects": [
|
|
7
30
|
"**/setup-*",
|
|
@@ -144,7 +167,7 @@
|
|
|
144
167
|
"clean:build": "hanzogui-build clean:build"
|
|
145
168
|
},
|
|
146
169
|
"devDependencies": {
|
|
147
|
-
"@hanzogui/build": "8.
|
|
170
|
+
"@hanzogui/build": "8.1.0",
|
|
148
171
|
"burnt": "^0.12.2",
|
|
149
172
|
"react": ">=19",
|
|
150
173
|
"react-native": "0.83.2",
|
|
@@ -157,5 +180,10 @@
|
|
|
157
180
|
},
|
|
158
181
|
"peerDependencies": {
|
|
159
182
|
"react": "*"
|
|
183
|
+
},
|
|
184
|
+
"repository": {
|
|
185
|
+
"type": "git",
|
|
186
|
+
"url": "git+https://github.com/hanzoai/gui.git",
|
|
187
|
+
"directory": "pkgs/core/native"
|
|
160
188
|
}
|
|
161
189
|
}
|
package/.turbo/turbo-build.log
DELETED