Compare commits

..
Author SHA1 Message Date
Oleksandr Honcharov 318c6b2387 v0.0.5-alpha.0 2024-06-10 05:11:37 +03:00
Oleksandr Honcharov e408a599a5 added dependency 2024-06-10 05:11:26 +03:00
Oleksandr Honcharov 3ce49e85a9 v0.0.4-alpha.0 2024-06-10 05:01:50 +03:00
6 changed files with 17 additions and 5 deletions
+4 -1
View File
@@ -1,6 +1,6 @@
{
"name": "rage-fw-client",
"version": "0.0.3-alpha.0",
"version": "0.0.5-alpha.0",
"main": "dist/index.js",
"type": "module",
"files": [
@@ -14,6 +14,9 @@
"@ragempcommunity/types-client": "^2.1.8",
"rage-fw-shared-types": "workspace:^"
},
"dependencies": {
"rage-rpc": "^0.4.0"
},
"keywords": [],
"author": "SashaGoncharov19",
"license": "MIT",
+1 -1
View File
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.3-alpha.0",
"version": "0.0.5-alpha.0",
"npmClient": "pnpm"
}
+6
View File
@@ -43,12 +43,18 @@ importers:
rage-fw-shared-types:
specifier: workspace:^
version: link:../shared-types
rage-rpc:
specifier: ^0.4.0
version: 0.4.0
server:
dependencies:
rage-fw-shared-types:
specifier: workspace:^
version: link:../shared-types
rage-rpc:
specifier: ^0.4.0
version: 0.4.0
shared: {}
+4 -1
View File
@@ -1,6 +1,6 @@
{
"name": "rage-fw-server",
"version": "0.0.3-alpha.0",
"version": "0.0.5-alpha.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
@@ -14,6 +14,9 @@
"peerDependencies": {
"rage-fw-shared-types": "workspace:^"
},
"dependencies": {
"rage-rpc": "^0.4.0"
},
"keywords": [],
"author": "SashaGoncharov19",
"license": "MIT",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "rage-fw-shared-types",
"version": "0.0.3-alpha.0",
"version": "0.0.5-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.3-alpha.0",
"version": "0.0.5-alpha.0",
"type": "module",
"main": "index.d.ts",
"files": [