Compare commits

...

2 Commits

Author SHA1 Message Date
Oleksandr Honcharov
8f856d929f v0.2.3 2024-10-28 14:54:48 +02:00
Oleksandr Honcharov
ee8210f140 v0.2.2 2024-10-28 14:54:19 +02:00
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.2.2",
"version": "0.2.3",
"npmClient": "pnpm"
}

View File

@ -1,7 +1,7 @@
{
"name": "@entityseven/rage-fw-rpc",
"description": "Rage FW RPC",
"version": "0.2.2",
"version": "0.2.3",
"scripts": {
"build": "tsup",
"start": "npx ./dist create"
@ -37,5 +37,6 @@
"url": "https://github.com/SashaGoncharov19"
}
],
"license": "MIT"
"license": "MIT",
"gitHead": "74c0215366776f18755c47eaf740518c81245e01"
}