TypeScript SDK: building automatically via workflow (#3820)
This commit is contained in:
committed by
GitHub
parent
2f87e3ab48
commit
ad2ed92e99
3537
skyvern-ts/client/package-lock.json
generated
Normal file
3537
skyvern-ts/client/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@skyvern/client",
|
||||
"version": "0.2.19",
|
||||
"version": "0.2.20",
|
||||
"private": false,
|
||||
"repository": "github:Skyvern-AI/skyvern-typescript",
|
||||
"type": "commonjs",
|
||||
|
||||
@@ -26,8 +26,8 @@ export class SkyvernClient {
|
||||
"x-api-key": _options?.apiKey,
|
||||
"X-Fern-Language": "JavaScript",
|
||||
"X-Fern-SDK-Name": "@skyvern/client",
|
||||
"X-Fern-SDK-Version": "0.2.19",
|
||||
"User-Agent": "@skyvern/client/0.2.19",
|
||||
"X-Fern-SDK-Version": "0.2.20",
|
||||
"User-Agent": "@skyvern/client/0.2.20",
|
||||
"X-Fern-Runtime": core.RUNTIME.type,
|
||||
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
||||
},
|
||||
|
||||
@@ -1 +1 @@
|
||||
export const SDK_VERSION = "0.2.19";
|
||||
export const SDK_VERSION = "0.2.20";
|
||||
|
||||
Reference in New Issue
Block a user