File tree Expand file tree Collapse file tree 6 files changed +9
-8
lines changed
Expand file tree Collapse file tree 6 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: 1.0.0
66 speakeasyVersion: 1.666.0
77 generationVersion: 2.768.0
8- releaseVersion: 0.3.0
9- configChecksum: dfaab54032156b0ea81aabbd4da62e8b
8+ releaseVersion: 0.3.1
9+ configChecksum: 2ebf79caacefe8cd3647823595fe3688
1010 repoURL: https://github.com/OpenRouterTeam/typescript-sdk.git
1111 installationURL: https://github.com/OpenRouterTeam/typescript-sdk
1212 published: true
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ generation:
3131 skipResponseBodyAssertions : false
3232 preApplyUnionDiscriminators : true
3333typescript :
34- version : 0.3.0
34+ version : 0.3.1
3535 acceptHeaderEnum : false
3636 additionalDependencies :
3737 dependencies : {}
Original file line number Diff line number Diff line change 66 sourceBlobDigest: sha256:6bbf6ab7123261f7e0604f1c640e32b5fc8fb6bb503b1bc8b12d0d78ed19fefc
77 tags:
88 - latest
9+ - matt-fix-reasoning-and-types
910 - 1.0.0
1011targets:
1112 openrouter:
@@ -14,7 +15,7 @@ targets:
1415 sourceRevisionDigest: sha256:92f6f1568ba089ae8e52bd55d859a97e446ae232c4c9ca9302ea64705313c7a0
1516 sourceBlobDigest: sha256:6bbf6ab7123261f7e0604f1c640e32b5fc8fb6bb503b1bc8b12d0d78ed19fefc
1617 codeSamplesNamespace: open-router-chat-completions-api-typescript-code-samples
17- codeSamplesRevisionDigest: sha256:5ad0106b3a90880dd018d09832b27195869090b47114ab2b79c2c35a64a95846
18+ codeSamplesRevisionDigest: sha256:7f5011aa123855cc92e9b1975ea54d834113df9dc07c7974b41ef8d49a2d4cfc
1819workflow:
1920 workflowVersion: 1.0.0
2021 speakeasyVersion: 1.666.0
Original file line number Diff line number Diff line change 22
33{
44 "name" : " @openrouter/sdk" ,
5- "version" : " 0.3.0 " ,
5+ "version" : " 0.3.1 " ,
66 "exports" : {
77 "." : " ./src/index.ts" ,
88 "./models/errors" : " ./src/models/errors/index.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @openrouter/sdk" ,
3- "version" : " 0.3.0 " ,
3+ "version" : " 0.3.1 " ,
44 "author" : " OpenRouter" ,
55 "description" : " The OpenRouter TypeScript SDK is a type-safe toolkit for building AI applications with access to 300+ language models through a unified API." ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
6969export const SDK_METADATA = {
7070 language : "typescript" ,
7171 openapiDocVersion : "1.0.0" ,
72- sdkVersion : "0.3.0 " ,
72+ sdkVersion : "0.3.1 " ,
7373 genVersion : "2.768.0" ,
74- userAgent : "speakeasy-sdk/typescript 0.3.0 2.768.0 1.0.0 @openrouter/sdk" ,
74+ userAgent : "speakeasy-sdk/typescript 0.3.1 2.768.0 1.0.0 @openrouter/sdk" ,
7575} as const ;
You can’t perform that action at this time.
0 commit comments