Skip to content

Commit

Permalink
feat: export pagination types
Browse files Browse the repository at this point in the history
  • Loading branch information
getinnocuous committed Jul 31, 2024
1 parent 9c7d2c2 commit adb911b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@overmindtech/sdp-js",
"version": "8.2.0",
"version": "9.0.0",
"description": "Javascript and Typescript libraries for the State Description Protocol",
"license": "MIT",
"sideEffects": false,
Expand Down
1 change: 1 addition & 0 deletions src/protobuf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ export * from './__generated__/responses_pb'
export * from './__generated__/revlink_pb'
export * from './__generated__/snapshots_pb'
export * from './__generated__/config_pb'
export * from './__generated__/util_pb'
export type { PartialMessage } from '@bufbuild/protobuf'

0 comments on commit adb911b

Please sign in to comment.