From 9e65171e22292fad701eaefc55b0237a6aa7565d Mon Sep 17 00:00:00 2001 From: YannBcf Date: Wed, 14 Jun 2023 16:15:15 +0200 Subject: [PATCH] chore(changeset): bump version --- CHANGELOG.md | 8 ++++++++ package.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f8e2bd..6b33ab3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @yannbcf/altv-rpc +## 0.0.4 + +### Patch Changes + +- Improve types inference when no args/returns schema is provided +- Apply the rpc router env correctly +- Allow only 1 return value per rpc call + ## 0.0.3 ### Patch Changes diff --git a/package.json b/package.json index b9d2f95..ebfb2cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@yannbcf/altv-rpc", - "version": "0.0.3", + "version": "0.0.4", "type": "module", "author": "YannBcf", "main": "./dist/index.js", @@ -31,7 +31,7 @@ "@types/node": "^18.16.18", "@typescript-eslint/eslint-plugin": "^5.59.11", "@typescript-eslint/parser": "^5.59.11", - "@yannbcf/altv-rpc": "^0.0.3", + "@yannbcf/altv-rpc": "^0.0.4", "dts-bundle-generator": "^8.0.1", "esbuild": "^0.17.19", "eslint": "^8.42.0",