diff --git a/lerna.json b/lerna.json index 71cc72b..d9170c8 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.2.4", + "version": "0.2.5", "npmClient": "pnpm" } diff --git a/rpc/package.json b/rpc/package.json index 70fa28c..c143cc3 100644 --- a/rpc/package.json +++ b/rpc/package.json @@ -1,7 +1,7 @@ { - "name": "@entityseven/rage-fw-rpc", + "name": "rage-fw-rpc", "description": "Rage FW RPC", - "version": "0.2.4", + "version": "0.2.5", "scripts": { "build": "tsup", "start": "npx ./dist create" @@ -38,5 +38,5 @@ } ], "license": "MIT", - "gitHead": "74c0215366776f18755c47eaf740518c81245e01" + "gitHead": "04eb7240735c4a0e4855ebabbe8d5b326819fa76" }