Skip to content

Commit c9288ba

Browse files
committed
fix: add missing types
1 parent 9965997 commit c9288ba

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/proud-games-spend.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@open-rpc/inspector': patch
3+
---
4+
5+
Fix this re exports the missing types for inspector

packages/inspector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@open-rpc/inspector",
33
"version": "2.0.1",
4-
"description": "",
4+
"description": "OpenRPC Inspector",
55
"type": "module",
66
"module": "./dist/index.es.js",
77
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)