Compare commits

...
6 Commits
Author SHA1 Message Date
rilaxik 04eb724073 v0.2.4 2024-10-28 12:59:44 +00:00
rilaxik e4950b6c99 Merge remote-tracking branch 'origin/dev' into dev
# Conflicts:
#	lerna.json
#	rpc/package.json
2024-10-28 12:57:58 +00:00
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
Oleksandr Honcharov 74c0215366 v0.2.2 2024-10-28 14:53:05 +02:00
rilaxik 19b1b770f6 v0.2.1 2024-10-28 12:51:53 +00:00
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.2.1",
"version": "0.2.4",
"npmClient": "pnpm"
}
+4 -3
View File
@@ -1,7 +1,7 @@
{
"name": "rage-fw-rpc",
"name": "@entityseven/rage-fw-rpc",
"description": "Rage FW RPC",
"version": "0.2.1",
"version": "0.2.4",
"scripts": {
"build": "tsup",
"start": "npx ./dist create"
@@ -37,5 +37,6 @@
"url": "https://github.com/SashaGoncharov19"
}
],
"license": "MIT"
"license": "MIT",
"gitHead": "74c0215366776f18755c47eaf740518c81245e01"
}