v0.0.1-alpha.0

This commit is contained in:
Oleksandr Honcharov
2024-06-10 04:55:55 +03:00
parent 599b1fb5c8
commit b71d773987
6 changed files with 6542 additions and 4786 deletions
+6 -4
View File
@@ -1,16 +1,18 @@
{
"name": "rage-fw-client",
"version": "0.0.1",
"version": "0.0.1-alpha.0",
"main": "dist/index.js",
"type": "module",
"files": ["dist/**/*"],
"files": [
"dist/**/*"
],
"scripts": {
"build": "node --es-module-specifier-resolution=node build.js",
"types": "dts-bundle-generator --config dts.config.json"
},
"peerDependencies": {
"rage-fw-shared-types": "workspace:^",
"@ragempcommunity/types-client": "^2.1.8"
"@ragempcommunity/types-client": "^2.1.8",
"rage-fw-shared-types": "workspace:^"
},
"keywords": [],
"author": "SashaGoncharov19",
+1 -1
View File
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.0",
"version": "0.0.1-alpha.0",
"npmClient": "pnpm"
}
+2339 -587
View File
File diff suppressed because it is too large Load Diff
+4 -2
View File
@@ -1,10 +1,12 @@
{
"name": "rage-fw-server",
"version": "0.0.1",
"version": "0.0.1-alpha.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"files": ["dist/**/*"],
"files": [
"dist/**/*"
],
"scripts": {
"build": "node --es-module-specifier-resolution=node build.js",
"types": "dts-bundle-generator --config dts.config.json"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "rage-fw-shared-types",
"version": "0.0.1",
"version": "0.0.1-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.1",
"version": "0.0.1-alpha.0",
"type": "module",
"main": "index.d.ts",
"files": [