Skip to content

Commit 14b7254

Browse files
committed
ci: regenerated with OpenAPI Doc 0.2.0, Speakeay CLI 0.21.1
1 parent d9f33cd commit 14b7254

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

RELEASES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22

3-
## Version 0.12.0
3+
## Version 0.12.1
44
### Changes
55
Based on:
66
- OpenAPI Doc 0.2.0 https://docs.speakeasyapi.dev/openapi.yaml
7-
- Speakeasy CLI 0.21.0 https://github.com/speakeasy-api/speakeasy
7+
- Speakeasy CLI 0.21.1 https://github.com/speakeasy-api/speakeasy
88
### Releases
9-
- [NPM v0.12.0] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/0.12.0 - .
9+
- [NPM v0.12.1] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/0.12.1 - .

gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
management:
22
openapi-checksum: 2c73ed56562b78c36624b5eaddb0249b
33
openapi-version: 0.2.0
4-
speakeasy-version: 0.21.0
4+
speakeasy-version: 0.21.1
55
typescript:
6-
version: 0.12.0
6+
version: 0.12.1
77
packagename: '@speakeasy-api/speakeasy-client-sdk-typescript'
88
author: Speakeasy
99
telemetryenabled: null

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@speakeasy-api/speakeasy-client-sdk-typescript",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"author": "Speakeasy",
55
"scripts": {
66
"prepare": "tsc --build"

src/sdk/sdk.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ export class SDK {
4141
public _securityClient: AxiosInstance;
4242
public _serverURL: string;
4343
private _language = "typescript";
44-
private _sdkVersion = "0.12.0";
45-
private _genVersion = "0.21.0";
44+
private _sdkVersion = "0.12.1";
45+
private _genVersion = "0.21.1";
4646

4747
constructor(props: SDKProps) {
4848
this._serverURL = props.serverUrl ?? ServerList[ServerProd];

0 commit comments

Comments
 (0)