upd core
- specified exact exports for further compatibility
This commit is contained in:
parent
495217ecd5
commit
21ca123797
BIN
browser/bun.lockb
Normal file
BIN
browser/bun.lockb
Normal file
Binary file not shown.
@ -8,11 +8,15 @@
|
|||||||
"readme.md",
|
"readme.md",
|
||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
|
"exports": {
|
||||||
|
".": "./dist/index.js"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsup"
|
"build": "tsup"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@entityseven/rage-fw-rpc": "0.2.5"
|
"@entityseven/rage-fw-rpc": "0.2.5",
|
||||||
|
"zod": "^3.23.8"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@entityseven/rage-fw-shared-types": "0.2.0",
|
"@entityseven/rage-fw-shared-types": "0.2.0",
|
||||||
|
BIN
client/bun.lockb
Normal file
BIN
client/bun.lockb
Normal file
Binary file not shown.
@ -1,38 +1,50 @@
|
|||||||
{
|
{
|
||||||
"name": "@entityseven/rage-fw-client",
|
"name": "@entityseven/rage-fw-client",
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/src/index.d.ts",
|
"types": "dist/src/index.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
"dist/**/*",
|
"dist/**/*",
|
||||||
"readme.md",
|
"readme.md",
|
||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"exports": {
|
||||||
"build": "tsup"
|
".": "./dist/index.js"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"build": "tsup"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@entityseven/rage-fw-rpc": "0.2.5",
|
||||||
|
"zod": "^3.23.8"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"@entityseven/rage-fw-shared-types": "0.2.0",
|
||||||
|
"@ragempcommunity/types-client": "^2.1.8"
|
||||||
|
},
|
||||||
|
"description": "Package used on a client-side of your Rage:MP Server",
|
||||||
|
"keywords": [
|
||||||
|
"rage-fw-client",
|
||||||
|
"ragefw",
|
||||||
|
"rage-fw",
|
||||||
|
"ragemp",
|
||||||
|
"rage:mp",
|
||||||
|
"rage",
|
||||||
|
"gta5"
|
||||||
|
],
|
||||||
|
"author": "Entity Seven Group",
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
|
"name": "Danya H",
|
||||||
|
"email": "dev.rilaxik@gmail.com",
|
||||||
|
"url": "https://github.com/rilaxik/"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
{
|
||||||
"@entityseven/rage-fw-rpc": "0.2.5"
|
"name": "Oleksandr Honcharov",
|
||||||
},
|
"email": "0976053529@ukr.net",
|
||||||
"peerDependencies": {
|
"url": "https://github.com/SashaGoncharov19/"
|
||||||
"@entityseven/rage-fw-shared-types": "0.2.0",
|
}
|
||||||
"@ragempcommunity/types-client": "^2.1.8"
|
],
|
||||||
},
|
"license": "Custom-Attribution-NoDerivs",
|
||||||
"description": "Package used on a client-side of your Rage:MP Server",
|
"gitHead": "ffd542c1deddb3033e16e0dae7557313ae09b05f"
|
||||||
"keywords": ["rage-fw-client", "ragefw", "rage-fw", "ragemp", "rage:mp", "rage", "gta5"],
|
|
||||||
"author": "Entity Seven Group",
|
|
||||||
"contributors": [
|
|
||||||
{
|
|
||||||
"name": "Danya H",
|
|
||||||
"email": "dev.rilaxik@gmail.com",
|
|
||||||
"url": "https://github.com/rilaxik/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Oleksandr Honcharov",
|
|
||||||
"email": "0976053529@ukr.net",
|
|
||||||
"url": "https://github.com/SashaGoncharov19/"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"license": "Custom-Attribution-NoDerivs",
|
|
||||||
"gitHead": "ffd542c1deddb3033e16e0dae7557313ae09b05f"
|
|
||||||
}
|
}
|
||||||
|
14691
pnpm-lock.yaml
14691
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -1,38 +1,50 @@
|
|||||||
{
|
{
|
||||||
"name": "@entityseven/rage-fw-server",
|
"name": "@entityseven/rage-fw-server",
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/src/index.d.ts",
|
"types": "dist/src/index.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
"dist/**/*",
|
"dist/**/*",
|
||||||
"readme.md",
|
"readme.md",
|
||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"exports": {
|
||||||
"build": "tsup"
|
".": "./dist/index.js"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"build": "tsup"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@entityseven/rage-fw-rpc": "0.2.5",
|
||||||
|
"zod": "^3.23.8"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"@entityseven/rage-fw-shared-types": "0.2.0",
|
||||||
|
"@ragempcommunity/types-server": "^2.1.8"
|
||||||
|
},
|
||||||
|
"description": "Package used on a server-side of your Rage:MP Server",
|
||||||
|
"keywords": [
|
||||||
|
"rage-fw-server",
|
||||||
|
"ragefw",
|
||||||
|
"rage-fw",
|
||||||
|
"ragemp",
|
||||||
|
"rage:mp",
|
||||||
|
"rage",
|
||||||
|
"gta5"
|
||||||
|
],
|
||||||
|
"author": "Entity Seven Group",
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
|
"name": "Danya H",
|
||||||
|
"email": "dev.rilaxik@gmail.com",
|
||||||
|
"url": "https://github.com/rilaxik/"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
{
|
||||||
"@entityseven/rage-fw-rpc": "0.2.5"
|
"name": "Oleksandr Honcharov",
|
||||||
},
|
"email": "0976053529@ukr.net",
|
||||||
"peerDependencies": {
|
"url": "https://github.com/SashaGoncharov19/"
|
||||||
"@entityseven/rage-fw-shared-types": "0.2.0",
|
}
|
||||||
"@ragempcommunity/types-server": "^2.1.8"
|
],
|
||||||
},
|
"license": "Custom-Attribution-NoDerivs",
|
||||||
"description": "Package used on a server-side of your Rage:MP Server",
|
"gitHead": "ffd542c1deddb3033e16e0dae7557313ae09b05f"
|
||||||
"keywords": ["rage-fw-server", "ragefw", "rage-fw", "ragemp", "rage:mp", "rage", "gta5"],
|
|
||||||
"author": "Entity Seven Group",
|
|
||||||
"contributors": [
|
|
||||||
{
|
|
||||||
"name": "Danya H",
|
|
||||||
"email": "dev.rilaxik@gmail.com",
|
|
||||||
"url": "https://github.com/rilaxik/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Oleksandr Honcharov",
|
|
||||||
"email": "0976053529@ukr.net",
|
|
||||||
"url": "https://github.com/SashaGoncharov19/"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"license": "Custom-Attribution-NoDerivs",
|
|
||||||
"gitHead": "ffd542c1deddb3033e16e0dae7557313ae09b05f"
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user