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 @@ -38,4 +38,12 @@ Based on:
38
38
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
39
39
- Speakeasy CLI 1.3.2 https://github.com/speakeasy-api/speakeasy
40
40
### Releases
41
- - [ NPM v1.3.1] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.3.1 - .
41
+ - [ NPM v1.3.1] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.3.1 - .
42
+
43
+ ## Version 1.3.2
44
+ ### Changes
45
+ Based on:
46
+ - OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
47
+ - Speakeasy CLI 1.3.3 https://github.com/speakeasy-api/speakeasy
48
+ ### Releases
49
+ - [ NPM v1.3.2] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.3.2 - .
Original file line number Diff line number Diff line change 1
1
management :
2
2
openapi-checksum : 2bba3b8f9d211b02569b3f9aff0d34b4
3
3
openapi-version : 0.3.0
4
- speakeasy-version : 1.3.2
4
+ speakeasy-version : 1.3.3
5
5
typescript :
6
- version : 1.3.1
6
+ version : 1.3.2
7
7
packagename : ' @speakeasy-api/speakeasy-client-sdk-typescript'
8
8
author : Speakeasy
9
9
telemetryenabled : true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @speakeasy-api/speakeasy-client-sdk-typescript" ,
3
- "version" : " 1.3.1 " ,
3
+ "version" : " 1.3.2 " ,
4
4
"author" : " Speakeasy" ,
5
5
"scripts" : {
6
6
"prepare" : " tsc --build"
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ export class SDK {
40
40
public _securityClient : AxiosInstance ;
41
41
public _serverURL : string ;
42
42
private _language = "typescript" ;
43
- private _sdkVersion = "1.3.1 " ;
44
- private _genVersion = "1.3.2 " ;
43
+ private _sdkVersion = "1.3.2 " ;
44
+ private _genVersion = "1.3.3 " ;
45
45
46
46
constructor ( props : SDKProps ) {
47
47
this . _serverURL = props . serverUrl ?? ServerList [ ServerProd ] ;
You can’t perform that action at this time.
0 commit comments