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 @@ -62,4 +62,12 @@ Based on:
6262- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
6363- Speakeasy CLI 1.4.5 https://github.com/speakeasy-api/speakeasy
6464### Releases
65- - [ NPM v1.4.1] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.4.1 - .
65+ - [ NPM v1.4.1] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.4.1 - .
66+
67+ ## Version 1.4.2
68+ ### Changes
69+ Based on:
70+ - OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
71+ - Speakeasy CLI 1.4.8 https://github.com/speakeasy-api/speakeasy
72+ ### Releases
73+ - [ NPM v1.4.2] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.4.2 - .
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ configVersion: 1.0.0
22management :
33 docChecksum : 2bba3b8f9d211b02569b3f9aff0d34b4
44 docVersion : 0.3.0
5- speakeasyVersion : 1.4.5
5+ speakeasyVersion : 1.4.8
66generation :
77 telemetryEnabled : true
88 sdkClassName : SDK
99typescript :
10- version : 1.4.1
10+ version : 1.4.2
1111 author : Speakeasy
1212 packageName : ' @speakeasy-api/speakeasy-client-sdk-typescript'
Original file line number Diff line number Diff line change 11{
22 "name" : " @speakeasy-api/speakeasy-client-sdk-typescript" ,
3- "version" : " 1.4.1 " ,
3+ "version" : " 1.4.2 " ,
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.4.1 " ;
44- private _genVersion = "1.4.5 " ;
43+ private _sdkVersion = "1.4.2 " ;
44+ private _genVersion = "1.4.8 " ;
4545
4646 constructor ( props : SDKProps ) {
4747 this . _serverURL = props . serverUrl ?? ServerList [ ServerProd ] ;
You can’t perform that action at this time.
0 commit comments