Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up pnpm
uses: pnpm/action-setup@v4
with:
version: '10.14.0'
version: '10.24.0'

- name: Bootstrap
run: ./scripts/bootstrap
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Set up pnpm
uses: pnpm/action-setup@v4
with:
version: '10.14.0'
version: '10.24.0'

- name: Bootstrap
run: ./scripts/bootstrap
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Set up pnpm
uses: pnpm/action-setup@v4
with:
version: '10.14.0'
version: '10.24.0'

- name: Bootstrap
run: ./scripts/bootstrap
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0-alpha.17"
".": "0.1.0-alpha.18"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 20
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless%2Fstainless-v0-ec93b81b2d599edd19449bae3cb40bdb17890908d97cc867e36425a45e491c16.yml
openapi_spec_hash: fe8b8fd7782670698fecfe2fcc05f693
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless%2Fstainless-v0-98ef57608e3e36cd34a8380ab4dc705a355cd313f8f4914ed8bddd2c6284a5fd.yml
openapi_spec_hash: f697a51d97a3013f615dfc4ea73836b0
config_hash: 8563083ae1fa5c137476fb1237aa8ea9
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.1.0-alpha.18 (2025-12-08)

Full Changelog: [v0.1.0-alpha.17...v0.1.0-alpha.18](https://github.com/stainless-api/stainless-api-typescript/compare/v0.1.0-alpha.17...v0.1.0-alpha.18)

### Features

* **api:** rerun codegen ([d303e7d](https://github.com/stainless-api/stainless-api-typescript/commit/d303e7dee5f1f407779e1df4629676b7a2b3afa5))

## 0.1.0-alpha.17 (2025-12-05)

Full Changelog: [v0.1.0-alpha.16...v0.1.0-alpha.17](https://github.com/stainless-api/stainless-api-typescript/compare/v0.1.0-alpha.16...v0.1.0-alpha.17)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@stainless-api/sdk",
"version": "0.1.0-alpha.17",
"version": "0.1.0-alpha.18",
"description": "The official TypeScript library for the Stainless API",
"author": "Stainless <[email protected]>",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"type": "commonjs",
"repository": "github:stainless-api/stainless-api-typescript",
"license": "Apache-2.0",
"packageManager": "pnpm@10.14.0",
"packageManager": "pnpm@10.24.0",
"files": [
"**/*"
],
Expand Down
4 changes: 2 additions & 2 deletions packages/mcp-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stainless-api/sdk-mcp",
"version": "0.1.0-alpha.17",
"version": "0.1.0-alpha.18",
"description": "The official MCP Server for the Stainless API",
"author": "Stainless <[email protected]>",
"types": "dist/index.d.ts",
Expand All @@ -13,7 +13,7 @@
},
"homepage": "https://github.com/stainless-api/stainless-api-typescript/tree/main/packages/mcp-server#readme",
"license": "Apache-2.0",
"packageManager": "pnpm@10.14.0",
"packageManager": "pnpm@10.24.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
3 changes: 0 additions & 3 deletions packages/mcp-server/src/code-tool-paths.cts

This file was deleted.

291 changes: 0 additions & 291 deletions packages/mcp-server/src/code-tool-worker.ts

This file was deleted.

Loading