Skip to content

Commit

Permalink
update gen
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Mar 10, 2024
1 parent f569775 commit 7b0be16
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typehub-javascript-sdk",
"version": "1.1.8",
"version": "1.1.9",
"description": "SDK to talk to the TypeHub API",
"keywords": [
"TypeHub",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"axios": "^1.3.0",
"sdkgen-client": "^1.0.2"
"sdkgen-client": "^1.0.6"
},
"devDependencies": {
"typescript": "^4.3"
Expand Down
1 change: 1 addition & 0 deletions src/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

import axios, {AxiosRequestConfig} from "axios";
import {ClientAbstract, CredentialsInterface, TokenStoreInterface} from "sdkgen-client"
import {OAuth2} from "sdkgen-client"
import {ClientException, UnknownStatusCodeException} from "sdkgen-client";

import {TagTag} from "./TagTag";
Expand Down

0 comments on commit 7b0be16

Please sign in to comment.