Skip to content

Commit

Permalink
feat: export change risks connect queries (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
getinnocuous committed Feb 14, 2024
1 parent f1dc3eb commit a7901b5
Show file tree
Hide file tree
Showing 2 changed files with 3 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": "7.2.0",
"version": "7.3.0",
"description": "Javascript and Typescript libraries for the State Description Protocol",
"license": "MIT",
"sideEffects": false,
Expand Down
2 changes: 2 additions & 0 deletions src/connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ export {
getDiff,
getChangeTimeline,
getAppSummaries,
getChangeRisks,
getChangeArchive,
} from './__generated__/changes-ChangesService_connectquery'
export {
listSnapshots,
Expand Down

0 comments on commit a7901b5

Please sign in to comment.