v0.2.0
This commit is contained in:
parent
bc295a777b
commit
914300924a
@ -14,16 +14,18 @@
|
|||||||
"@entityseven/rage-fw-rpc": "latest"
|
"@entityseven/rage-fw-rpc": "latest"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@ragempcommunity/types-cef": "^2.1.8",
|
"@entityseven/rage-fw-shared-types": "workspace:^",
|
||||||
"@entityseven/rage-fw-shared-types": "workspace:^"
|
"@ragempcommunity/types-cef": "^2.1.8"
|
||||||
},
|
},
|
||||||
"description": "RageFW CEF side",
|
"description": "RageFW CEF side",
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "SashaGoncharov19",
|
"author": "SashaGoncharov19",
|
||||||
"contributors": [{
|
"contributors": [
|
||||||
"name": "rilaxik",
|
{
|
||||||
"email": "dev.rilaxik@gmail.com",
|
"name": "rilaxik",
|
||||||
"url": "https://github.com/rilaxik"
|
"email": "dev.rilaxik@gmail.com",
|
||||||
}],
|
"url": "https://github.com/rilaxik"
|
||||||
|
}
|
||||||
|
],
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
@ -14,17 +14,19 @@
|
|||||||
"@entityseven/rage-fw-rpc": "latest"
|
"@entityseven/rage-fw-rpc": "latest"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@ragempcommunity/types-client": "^2.1.8",
|
"@entityseven/rage-fw-shared-types": "workspace:^",
|
||||||
"@entityseven/rage-fw-shared-types": "workspace:^"
|
"@ragempcommunity/types-client": "^2.1.8"
|
||||||
},
|
},
|
||||||
"description": "RageFW Client side",
|
"description": "RageFW Client side",
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "SashaGoncharov19",
|
"author": "SashaGoncharov19",
|
||||||
"contributors": [{
|
"contributors": [
|
||||||
"name": "rilaxik",
|
{
|
||||||
"email": "dev.rilaxik@gmail.com",
|
"name": "rilaxik",
|
||||||
"url": "https://github.com/rilaxik"
|
"email": "dev.rilaxik@gmail.com",
|
||||||
}],
|
"url": "https://github.com/rilaxik"
|
||||||
|
}
|
||||||
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"gitHead": "053e4fd12aa120d53e11e0d2009c0df78c1a2ad0"
|
"gitHead": "053e4fd12aa120d53e11e0d2009c0df78c1a2ad0"
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
||||||
"version": "0.2.5",
|
"version": "0.2.0",
|
||||||
"npmClient": "pnpm"
|
"npmClient": "pnpm"
|
||||||
}
|
}
|
||||||
|
14678
pnpm-lock.yaml
14678
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -14,17 +14,19 @@
|
|||||||
"@entityseven/rage-fw-rpc": "latest"
|
"@entityseven/rage-fw-rpc": "latest"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@ragempcommunity/types-server": "^2.1.8",
|
"@entityseven/rage-fw-shared-types": "workspace:^",
|
||||||
"@entityseven/rage-fw-shared-types": "workspace:^"
|
"@ragempcommunity/types-server": "^2.1.8"
|
||||||
},
|
},
|
||||||
"description": "RageFW Server side",
|
"description": "RageFW Server side",
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "SashaGoncharov19",
|
"author": "SashaGoncharov19",
|
||||||
"contributors": [{
|
"contributors": [
|
||||||
"name": "rilaxik",
|
{
|
||||||
"email": "dev.rilaxik@gmail.com",
|
"name": "rilaxik",
|
||||||
"url": "https://github.com/rilaxik"
|
"email": "dev.rilaxik@gmail.com",
|
||||||
}],
|
"url": "https://github.com/rilaxik"
|
||||||
|
}
|
||||||
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"gitHead": "053e4fd12aa120d53e11e0d2009c0df78c1a2ad0"
|
"gitHead": "053e4fd12aa120d53e11e0d2009c0df78c1a2ad0"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user