Skip to content

Commit 24244f0

Browse files
scalarbotmarclave
authored andcommitted
1 parent 46d3bf5 commit 24244f0

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scalar/sdk",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"author": "Scalar",
55
"type": "module",
66
"bin": {

src/lib/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
5757

5858
export 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;

src/mcp-server/mcp-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const routes = buildRouteMap({
1919
export const app = buildApplication(routes, {
2020
name: "mcp",
2121
versionInfo: {
22-
currentVersion: "0.0.2",
22+
currentVersion: "0.0.3",
2323
},
2424
});
2525

src/mcp-server/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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({

0 commit comments

Comments
 (0)