Skip to content

Commit

Permalink
export plugins (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc authored Oct 29, 2023
1 parent 5f83f9c commit 66ac510
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/chopsticks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
"types": "./lib/*.d.ts",
"default": "./lib/*.js"
},
"./plugins/*": {
"types": "./lib/plugins/*.d.ts",
"default": "./lib/plugins/*.js"
},
"./package.json": "./package.json"
}
}
1 change: 1 addition & 0 deletions packages/chopsticks/src/plugins/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ export { rpc as setHead } from './set-head'
export { rpc as setRuntimeLogLevel } from './set-runtime-log-level'
export { rpc as setStorage } from './set-storage'
export { rpc as timeTravel } from './time-travel'
export { rpc as runBlock, RunBlockParams } from './run-block'

0 comments on commit 66ac510

Please sign in to comment.