- specified exact exports for further compatibility
This commit is contained in:
2024-11-01 13:19:43 +00:00
parent 495217ecd5
commit 21ca123797
6 changed files with 6326 additions and 8535 deletions
BIN
View File
Binary file not shown.
+5 -1
View File
@@ -8,11 +8,15 @@
"readme.md",
"LICENSE"
],
"exports": {
".": "./dist/index.js"
},
"scripts": {
"build": "tsup"
},
"dependencies": {
"@entityseven/rage-fw-rpc": "0.2.5"
"@entityseven/rage-fw-rpc": "0.2.5",
"zod": "^3.23.8"
},
"peerDependencies": {
"@entityseven/rage-fw-shared-types": "0.2.0",