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
Oleksandr Honcharov e649b46351 v0.0.8-alpha.0 2024-06-10 18:09:16 +03:00
7 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "rage-fw-client", "name": "rage-fw-client",
"version": "0.0.7-alpha.0", "version": "0.0.9-alpha.0",
"main": "dist/index.js", "main": "dist/index.js",
"type": "module", "type": "module",
"files": [ "files": [
+1 -3
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
+1 -1
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.7-alpha.0", "version": "0.0.9-alpha.0",
"npmClient": "pnpm" "npmClient": "pnpm"
} }
+3
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",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "rage-fw-server", "name": "rage-fw-server",
"version": "0.0.6-alpha.0", "version": "0.0.9-alpha.0",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"type": "module", "type": "module",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "rage-fw-shared-types", "name": "rage-fw-shared-types",
"version": "0.0.5-alpha.0", "version": "0.0.9-alpha.0",
"types": "types/types/index.d.ts", "types": "types/types/index.d.ts",
"files": [ "files": [
"types/**/*" "types/**/*"
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "rage-fw-shared", "name": "rage-fw-shared",
"version": "0.0.5-alpha.0", "version": "0.0.9-alpha.0",
"type": "module", "type": "module",
"main": "index.d.ts", "main": "index.d.ts",
"files": [ "files": [