Compare commits

...
4 Commits
Author SHA1 Message Date
rilaxik d3d75b338d v0.2.5 2024-10-28 13:02:24 +00:00
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
rilaxik 19b1b770f6 v0.2.1 2024-10-28 12:51:53 +00:00
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"$schema": "node_modules/lerna/schemas/lerna-schema.json", "$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.2.3", "version": "0.2.5",
"npmClient": "pnpm" "npmClient": "pnpm"
} }
+3 -3
View File
@@ -1,7 +1,7 @@
{ {
"name": "@entityseven/rage-fw-rpc", "name": "rage-fw-rpc",
"description": "Rage FW RPC", "description": "Rage FW RPC",
"version": "0.2.3", "version": "0.2.5",
"scripts": { "scripts": {
"build": "tsup", "build": "tsup",
"start": "npx ./dist create" "start": "npx ./dist create"
@@ -38,5 +38,5 @@
} }
], ],
"license": "MIT", "license": "MIT",
"gitHead": "74c0215366776f18755c47eaf740518c81245e01" "gitHead": "04eb7240735c4a0e4855ebabbe8d5b326819fa76"
} }