Skip to content

Commit ce0cd35

Browse files
committed
Rm
1 parent e16c607 commit ce0cd35

File tree

3 files changed

+140
-158
lines changed

3 files changed

+140
-158
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
"main": "dist/index.js",
2929
"module": "esm/index.js",
3030
"devDependencies": {
31-
"eslint": "^9.39.1",
31+
"eslint": "^9.39.2",
3232
"eslint-plugin-import": "^2.32.0",
33-
"prettier": "^3.7.3",
33+
"prettier": "^3.7.4",
3434
"rimraf": "^6.1.2",
3535
"typescript": "^5.1.6",
36-
"typescript-eslint": "^8.48.0",
37-
"vitest": "^4.0.14"
36+
"typescript-eslint": "^8.50.1",
37+
"vitest": "^4.0.16"
3838
},
3939
"scripts": {
4040
"clean": "rimraf dist",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export { default as RpcServer, rpcResult } from './server.ts'
33
export type { RpcResult } from './server.ts'
44
export {
55
deserializeError,
6-
serializeError,
76
isErrorLike,
7+
serializeError,
88
} from './serializeError/index.ts'
99
export type { ErrorObject } from './serializeError/index.ts'

0 commit comments

Comments
 (0)