File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
33{
44 "name" : " @scalar/sdk" ,
5- "version" : " 0.0.2 " ,
5+ "version" : " 0.0.3 " ,
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" : " @scalar/sdk" ,
3- "version" : " 0.0.2 " ,
3+ "version" : " 0.0.3 " ,
44 "author" : " Scalar" ,
55 "type" : " module" ,
66 "bin" : {
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
5757
5858export const SDK_METADATA = {
5959 language : "typescript" ,
60- openapiDocVersion : "0.0.2 " ,
61- sdkVersion : "0.0.2 " ,
60+ openapiDocVersion : "0.0.3 " ,
61+ sdkVersion : "0.0.3 " ,
6262 genVersion : "2.616.1" ,
63- userAgent : "speakeasy-sdk/typescript 0.0.2 2.616.1 0.0.2 @scalar/sdk" ,
63+ userAgent : "speakeasy-sdk/typescript 0.0.3 2.616.1 0.0.3 @scalar/sdk" ,
6464} as const ;
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const routes = buildRouteMap({
1919export const app = buildApplication ( routes , {
2020 name : "mcp" ,
2121 versionInfo : {
22- currentVersion : "0.0.2 " ,
22+ currentVersion : "0.0.3 " ,
2323 } ,
2424} ) ;
2525
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ export function createMCPServer(deps: {
6363} ) {
6464 const server = new McpServer ( {
6565 name : "Scalar" ,
66- version : "0.0.2 " ,
66+ version : "0.0.3 " ,
6767 } ) ;
6868
6969 const client = new ScalarCore ( {
You can’t perform that action at this time.
0 commit comments