Skip to content

Commit

Permalink
feat: export HCP config methods
Browse files Browse the repository at this point in the history
  • Loading branch information
getinnocuous committed Aug 6, 2024
1 parent 95e56c8 commit 35548f3
Show file tree
Hide file tree
Showing 2 changed files with 4 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": "9.0.0",
"version": "9.1.0",
"description": "Javascript and Typescript libraries for the State Description Protocol",
"license": "MIT",
"sideEffects": false,
Expand Down
3 changes: 3 additions & 0 deletions src/connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,7 @@ export {
export {
getAccountConfig,
updateAccountConfig,
createHcpConfig,
getHcpConfig,
deleteHcpConfig,
} from './__generated__/config-ConfigurationService_connectquery'

0 comments on commit 35548f3

Please sign in to comment.