Skip to content

Commit

Permalink
🖼️ Started schema generation. Fixed memory leak during reflection get()
Browse files Browse the repository at this point in the history
  • Loading branch information
dmdin committed Jan 17, 2024
1 parent 802cfec commit d3d88c3
Show file tree
Hide file tree
Showing 11 changed files with 519 additions and 253 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"cSpell.words": [
"openrpc"
]
}
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chord-ts/rpc",
"version": "0.2.5",
"version": "0.2.6",
"author": "Din Dmitriy @dmdin",
"description": "💎 Cutting edge transport framework vanishing borders between frontend and backend",
"repository": {
Expand Down Expand Up @@ -53,17 +53,18 @@
"upload": "pnpm publish --no-git-checks"
},
"devDependencies": {
"@anatine/zod-mock": "^3.13.3",
"@open-rpc/meta-schema": "^1.14.6",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@chord-ts/rpc": "^0.2.1",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.1.0",
"terser": "^5.26.0",
"tslib": "^2.6.2",
"typescript": "^5.3.2",
"unplugin-swc": "^1.4.3"
"typescript": "^5.3.2"
},
"dependencies": {
"reflect-metadata": "^0.1.13"
"reflect-metadata": "^0.1.13",
"zod-to-json-schema": "^3.22.3"
}
}
Loading

0 comments on commit d3d88c3

Please sign in to comment.