Compare commits

...
Author SHA1 Message Date
Oleksandr Honcharov 1923cb7a04 v0.0.9-alpha.0 2024-06-10 21:49:09 +03:00
Oleksandr Honcharov b336f1e1fe update client bundle 2024-06-10 21:48:52 +03:00
7 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "rage-fw-client",
"version": "0.0.8-alpha.0",
"version": "0.0.9-alpha.0",
"main": "dist/index.js",
"type": "module",
"files": [
+1 -3
View File
@@ -25,9 +25,7 @@ class Player {
}
}
const fw = {
export const fw = {
event: new Client(),
player: new Player(),
}
export default fw
+1 -1
View File
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.8-alpha.0",
"version": "0.0.9-alpha.0",
"npmClient": "pnpm"
}
+3
View File
@@ -1,5 +1,8 @@
{
"private": true,
"scripts": {
"publish": "lerna publish --force-publish"
},
"dependencies": {
"@ragempcommunity/types-cef": "^2.1.8",
"@ragempcommunity/types-client": "^2.1.8",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "rage-fw-server",
"version": "0.0.8-alpha.0",
"version": "0.0.9-alpha.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "rage-fw-shared-types",
"version": "0.0.8-alpha.0",
"version": "0.0.9-alpha.0",
"types": "types/types/index.d.ts",
"files": [
"types/**/*"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "rage-fw-shared",
"version": "0.0.8-alpha.0",
"version": "0.0.9-alpha.0",
"type": "module",
"main": "index.d.ts",
"files": [