File tree Expand file tree Collapse file tree 5 files changed +16
-8
lines changed Expand file tree Collapse file tree 5 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,12 @@ Based on:
66- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
77- Speakeasy CLI 1.1.1 https://github.com/speakeasy-api/speakeasy
88### Releases
9- - [ NPM v1.1.0] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.1.0 - .
9+ - [ NPM v1.1.0] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.1.0 - .
10+
11+ ## Version 1.1.1
12+ ### Changes
13+ Based on:
14+ - OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
15+ - Speakeasy CLI 1.1.2 https://github.com/speakeasy-api/speakeasy
16+ ### Releases
17+ - [ NPM v1.1.1] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.1.1 - .
Original file line number Diff line number Diff line change 11management :
22 openapi-checksum : 2bba3b8f9d211b02569b3f9aff0d34b4
33 openapi-version : 0.3.0
4- speakeasy-version : 1.1.1
4+ speakeasy-version : 1.1.2
55typescript :
6- version : 1.1.0
6+ version : 1.1.1
77 packagename : ' @speakeasy-api/speakeasy-client-sdk-typescript'
88 author : Speakeasy
99telemetryenabled : null
Original file line number Diff line number Diff line change 11{
22 "name" : " @speakeasy-api/speakeasy-client-sdk-typescript" ,
3- "version" : " 1.1.0 " ,
3+ "version" : " 1.1.1 " ,
44 "author" : " Speakeasy" ,
55 "scripts" : {
66 "prepare" : " tsc --build"
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ export class SDK {
4040 public _securityClient : AxiosInstance ;
4141 public _serverURL : string ;
4242 private _language = "typescript" ;
43- private _sdkVersion = "1.1.0 " ;
44- private _genVersion = "1.1.1 " ;
43+ private _sdkVersion = "1.1.1 " ;
44+ private _genVersion = "1.1.2 " ;
4545
4646 constructor ( props : SDKProps ) {
4747 this . _serverURL = props . serverUrl ?? ServerList [ ServerProd ] ;
You can’t perform that action at this time.
0 commit comments