Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1923cb7a04 | ||
|
|
b336f1e1fe |
+1
-1
@@ -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
@@ -25,9 +25,7 @@ class Player {
|
||||
}
|
||||
}
|
||||
|
||||
const fw = {
|
||||
export const fw = {
|
||||
event: new Client(),
|
||||
player: new Player(),
|
||||
}
|
||||
|
||||
export default fw
|
||||
|
||||
+1
-1
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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
@@ -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,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
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user