- specified exact exports for further compatibility
This commit is contained in:
Danya H 2024-11-01 13:19:43 +00:00
parent 495217ecd5
commit 21ca123797
6 changed files with 6326 additions and 8535 deletions

BIN
browser/bun.lockb Normal file

Binary file not shown.

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",

BIN
client/bun.lockb Normal file

Binary file not shown.

View File

@ -8,18 +8,30 @@
"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",
"@ragempcommunity/types-client": "^2.1.8"
},
"description": "Package used on a client-side of your Rage:MP Server",
"keywords": ["rage-fw-client", "ragefw", "rage-fw", "ragemp", "rage:mp", "rage", "gta5"],
"keywords": [
"rage-fw-client",
"ragefw",
"rage-fw",
"ragemp",
"rage:mp",
"rage",
"gta5"
],
"author": "Entity Seven Group",
"contributors": [
{

File diff suppressed because it is too large Load Diff

View File

@ -8,18 +8,30 @@
"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",
"@ragempcommunity/types-server": "^2.1.8"
},
"description": "Package used on a server-side of your Rage:MP Server",
"keywords": ["rage-fw-server", "ragefw", "rage-fw", "ragemp", "rage:mp", "rage", "gta5"],
"keywords": [
"rage-fw-server",
"ragefw",
"rage-fw",
"ragemp",
"rage:mp",
"rage",
"gta5"
],
"author": "Entity Seven Group",
"contributors": [
{