v0.0.6-alpha.0

This commit is contained in:
Oleksandr Honcharov
2024-06-10 17:29:22 +03:00
parent 5064fb6347
commit 77d667ce67
4 changed files with 6492 additions and 4743 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "rage-fw-server",
"version": "0.0.5-alpha.0",
"version": "0.0.6-alpha.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
@@ -13,8 +13,8 @@
},
"dependencies": {
"@ragempcommunity/types-server": "^2.1.8",
"rage-rpc": "^0.4.0",
"rage-fw-shared-types": "workspace:^"
"rage-fw-shared-types": "workspace:^",
"rage-rpc": "^0.4.0"
},
"keywords": [],
"author": "SashaGoncharov19",