update client bundle

This commit is contained in:
Oleksandr Honcharov 2024-06-10 21:48:52 +03:00
parent e649b46351
commit b336f1e1fe
2 changed files with 4 additions and 3 deletions

View File

@ -25,9 +25,7 @@ class Player {
} }
} }
const fw = { export const fw = {
event: new Client(), event: new Client(),
player: new Player(), player: new Player(),
} }
export default fw

View File

@ -1,5 +1,8 @@
{ {
"private": true, "private": true,
"scripts": {
"publish": "lerna publish --force-publish"
},
"dependencies": { "dependencies": {
"@ragempcommunity/types-cef": "^2.1.8", "@ragempcommunity/types-cef": "^2.1.8",
"@ragempcommunity/types-client": "^2.1.8", "@ragempcommunity/types-client": "^2.1.8",