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 @@ -134,4 +134,12 @@ Based on:
134134- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
135135- Speakeasy CLI 1.8.2 https://github.com/speakeasy-api/speakeasy
136136### Releases
137- - [ NPM v1.8.1] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.8.1 - .
137+ - [ NPM v1.8.1] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.8.1 - .
138+
139+ ## 2023-03-06 00:11:43
140+ ### Changes
141+ Based on:
142+ - OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
143+ - Speakeasy CLI 1.8.4 https://github.com/speakeasy-api/speakeasy
144+ ### Releases
145+ - [ NPM v1.8.2] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.8.2 - .
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ configVersion: 1.0.0
22management :
33 docChecksum : 2bba3b8f9d211b02569b3f9aff0d34b4
44 docVersion : 0.3.0
5- speakeasyVersion : 1.8.2
5+ speakeasyVersion : 1.8.4
66generation :
77 telemetryEnabled : true
88 sdkClassName : speakeasy
99 sdkFlattening : true
1010typescript :
11- version : 1.8.1
11+ version : 1.8.2
1212 author : Speakeasy
1313 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.8.1 " ,
3+ "version" : " 1.8.2 " ,
44 "author" : " Speakeasy" ,
55 "scripts" : {
66 "prepare" : " tsc --build"
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ export class Speakeasy {
4242 public _securityClient : AxiosInstance ;
4343 public _serverURL : string ;
4444 private _language = "typescript" ;
45- private _sdkVersion = "1.8.1 " ;
46- private _genVersion = "1.8.2 " ;
45+ private _sdkVersion = "1.8.2 " ;
46+ private _genVersion = "1.8.4 " ;
4747
4848 constructor ( props : SDKProps ) {
4949 this . _serverURL = props . serverUrl ?? ServerList [ ServerProd ] ;
You can’t perform that action at this time.
0 commit comments