@hivem/react
Advanced tools
+0
-1
| import * as react_jsx_runtime from 'react/jsx-runtime'; | ||
| import React from 'react'; | ||
| import * as _hivem_js from '@hivem/js'; | ||
@@ -4,0 +3,0 @@ |
+0
-1
| import * as react_jsx_runtime from 'react/jsx-runtime'; | ||
| import React from 'react'; | ||
| import * as _hivem_js from '@hivem/js'; | ||
@@ -4,0 +3,0 @@ |
+5
-7
| { | ||
| "name": "@hivem/react", | ||
| "version": "0.1.2", | ||
| "version": "0.1.3", | ||
| "description": "React SDK for Hivem - auth-based KV service with sync support", | ||
@@ -21,3 +21,3 @@ "type": "module", | ||
| "scripts": { | ||
| "build": "tsup src/index.ts --format cjs,esm --dts", | ||
| "build": "tsup src/index.ts --format cjs,esm --dts --external react --external jotai", | ||
| "dev": "tsup src/index.ts --format cjs,esm --dts --watch", | ||
@@ -39,9 +39,7 @@ "typecheck": "tsc --noEmit", | ||
| "peerDependencies": { | ||
| "jotai": "^2.0.0", | ||
| "react": "^18.0.0" | ||
| "jotai": ">=2.0.0", | ||
| "react": ">=16.8.0" | ||
| }, | ||
| "dependencies": { | ||
| "@hivem/js": "^0.1.2", | ||
| "jotai": "^2.16.1", | ||
| "react": "^19.2.3" | ||
| "@hivem/js": "^0.1.2" | ||
| }, | ||
@@ -48,0 +46,0 @@ "devDependencies": { |
3
-40%10539
-0.62%213
-0.47%- Removed
- Removed