Skip to content

Commit

Permalink
fix: export config_pb
Browse files Browse the repository at this point in the history
  • Loading branch information
getinnocuous committed Jul 19, 2024
1 parent c45013c commit d005da4
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.0.0",
"version": "8.1.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 @@ -10,4 +10,5 @@ export * from './__generated__/items_pb'
export * from './__generated__/responses_pb'
export * from './__generated__/revlink_pb'
export * from './__generated__/snapshots_pb'
export * from './__generated__/config_pb'
export type { PartialMessage } from '@bufbuild/protobuf'

0 comments on commit d005da4

Please sign in to comment.