@rootnative/inertia-gestures 0.0.0-alpha.0 → 0.0.0-alpha.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.
- package/README.md +2 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -49,6 +49,8 @@ function DraggableBox() {
|
|
|
49
49
|
- Full docs: [https://rootnative.github.io/inertia/docs/gestures-adapter](https://rootnative.github.io/inertia/docs/gestures-adapter)
|
|
50
50
|
- Core library: [`@rootnative/inertia`](../core)
|
|
51
51
|
|
|
52
|
+
AI agents: this package ships its own copy of the reference — read `node_modules/@rootnative/inertia-gestures/llms.txt` for the full API, no network needed.
|
|
53
|
+
|
|
52
54
|
## License
|
|
53
55
|
|
|
54
56
|
[MIT](./LICENSE) © RootNative
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rootnative/inertia-gestures",
|
|
3
|
-
"version": "0.0.0-alpha.
|
|
3
|
+
"version": "0.0.0-alpha.1",
|
|
4
4
|
"description": "Gesture-handler-driven drag / pan / swipe adapters for @rootnative/inertia.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "RootNative",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"!**/*.test.*"
|
|
50
50
|
],
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@rootnative/inertia": ">=0.0.0-alpha.
|
|
52
|
+
"@rootnative/inertia": ">=0.0.0-alpha.1",
|
|
53
53
|
"react": ">=19.0.0",
|
|
54
54
|
"react-native": ">=0.81.0",
|
|
55
55
|
"react-native-gesture-handler": ">=2.0.0",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"react-test-renderer": "19.1.0",
|
|
69
69
|
"tsup": "^8.3.5",
|
|
70
70
|
"typescript": "^5.7.3",
|
|
71
|
-
"@rootnative/inertia": "0.0.0-alpha.
|
|
71
|
+
"@rootnative/inertia": "0.0.0-alpha.1"
|
|
72
72
|
},
|
|
73
73
|
"publishConfig": {
|
|
74
74
|
"access": "public"
|