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 @@ -70,4 +70,12 @@ Based on:
70
70
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
71
71
- Speakeasy CLI 1.4.8 https://github.com/speakeasy-api/speakeasy
72
72
### Releases
73
- - [ NPM v1.4.2] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.4.2 - .
73
+ - [ NPM v1.4.2] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.4.2 - .
74
+
75
+ ## Version 1.5.0
76
+ ### Changes
77
+ Based on:
78
+ - OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
79
+ - Speakeasy CLI 1.5.0 https://github.com/speakeasy-api/speakeasy
80
+ ### Releases
81
+ - [ NPM v1.5.0] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.5.0 - .
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ configVersion: 1.0.0
2
2
management :
3
3
docChecksum : 2bba3b8f9d211b02569b3f9aff0d34b4
4
4
docVersion : 0.3.0
5
- speakeasyVersion : 1.4.8
5
+ speakeasyVersion : 1.5.0
6
6
generation :
7
7
telemetryEnabled : true
8
8
sdkClassName : SDK
9
9
typescript :
10
- version : 1.4.2
10
+ version : 1.5.0
11
11
author : Speakeasy
12
12
packageName : ' @speakeasy-api/speakeasy-client-sdk-typescript'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @speakeasy-api/speakeasy-client-sdk-typescript" ,
3
- "version" : " 1.4.2 " ,
3
+ "version" : " 1.5.0 " ,
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.4.2 " ;
44
- private _genVersion = "1.4.8 " ;
43
+ private _sdkVersion = "1.5.0 " ;
44
+ private _genVersion = "1.5.0 " ;
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