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

View File

@ -1,6 +1,6 @@
{ {
"name": "rage-fw-client", "name": "rage-fw-client",
"version": "0.0.5-alpha.0", "version": "0.0.6-alpha.0",
"main": "dist/index.js", "main": "dist/index.js",
"type": "module", "type": "module",
"files": [ "files": [
@ -12,8 +12,8 @@
}, },
"dependencies": { "dependencies": {
"@ragempcommunity/types-client": "^2.1.8", "@ragempcommunity/types-client": "^2.1.8",
"rage-rpc": "^0.4.0", "rage-fw-shared-types": "workspace:^",
"rage-fw-shared-types": "workspace:^" "rage-rpc": "^0.4.0"
}, },
"keywords": [], "keywords": [],
"author": "SashaGoncharov19", "author": "SashaGoncharov19",

View File

@ -1,5 +1,5 @@
{ {
"$schema": "node_modules/lerna/schemas/lerna-schema.json", "$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.5-alpha.0", "version": "0.0.6-alpha.0",
"npmClient": "pnpm" "npmClient": "pnpm"
} }

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "rage-fw-server", "name": "rage-fw-server",
"version": "0.0.5-alpha.0", "version": "0.0.6-alpha.0",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"type": "module", "type": "module",
@ -13,8 +13,8 @@
}, },
"dependencies": { "dependencies": {
"@ragempcommunity/types-server": "^2.1.8", "@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": [], "keywords": [],
"author": "SashaGoncharov19", "author": "SashaGoncharov19",