Skip to content

Commit 051f2ac

Browse files
release: 0.1.0-alpha.18 (#19)
* feat(api): rerun codegen * release: 0.1.0-alpha.18 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent b3d81f1 commit 051f2ac

File tree

17 files changed

+161
-456
lines changed

17 files changed

+161
-456
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up pnpm
3030
uses: pnpm/action-setup@v4
3131
with:
32-
version: '10.14.0'
32+
version: '10.24.0'
3333

3434
- name: Bootstrap
3535
run: ./scripts/bootstrap
@@ -56,7 +56,7 @@ jobs:
5656
- name: Set up pnpm
5757
uses: pnpm/action-setup@v4
5858
with:
59-
version: '10.14.0'
59+
version: '10.24.0'
6060

6161
- name: Bootstrap
6262
run: ./scripts/bootstrap
@@ -103,7 +103,7 @@ jobs:
103103
- name: Set up pnpm
104104
uses: pnpm/action-setup@v4
105105
with:
106-
version: '10.14.0'
106+
version: '10.24.0'
107107

108108
- name: Bootstrap
109109
run: ./scripts/bootstrap

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.17"
2+
".": "0.1.0-alpha.18"
33
}

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 20
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless%2Fstainless-v0-ec93b81b2d599edd19449bae3cb40bdb17890908d97cc867e36425a45e491c16.yml
3-
openapi_spec_hash: fe8b8fd7782670698fecfe2fcc05f693
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless%2Fstainless-v0-98ef57608e3e36cd34a8380ab4dc705a355cd313f8f4914ed8bddd2c6284a5fd.yml
3+
openapi_spec_hash: f697a51d97a3013f615dfc4ea73836b0
44
config_hash: 8563083ae1fa5c137476fb1237aa8ea9

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.1.0-alpha.18 (2025-12-08)
4+
5+
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)
6+
7+
### Features
8+
9+
* **api:** rerun codegen ([d303e7d](https://github.com/stainless-api/stainless-api-typescript/commit/d303e7dee5f1f407779e1df4629676b7a2b3afa5))
10+
311
## 0.1.0-alpha.17 (2025-12-05)
412

513
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)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@stainless-api/sdk",
3-
"version": "0.1.0-alpha.17",
3+
"version": "0.1.0-alpha.18",
44
"description": "The official TypeScript library for the Stainless API",
55
"author": "Stainless <[email protected]>",
66
"types": "dist/index.d.ts",
77
"main": "dist/index.js",
88
"type": "commonjs",
99
"repository": "github:stainless-api/stainless-api-typescript",
1010
"license": "Apache-2.0",
11-
"packageManager": "pnpm@10.14.0",
11+
"packageManager": "pnpm@10.24.0",
1212
"files": [
1313
"**/*"
1414
],

packages/mcp-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stainless-api/sdk-mcp",
3-
"version": "0.1.0-alpha.17",
3+
"version": "0.1.0-alpha.18",
44
"description": "The official MCP Server for the Stainless API",
55
"author": "Stainless <[email protected]>",
66
"types": "dist/index.d.ts",
@@ -13,7 +13,7 @@
1313
},
1414
"homepage": "https://github.com/stainless-api/stainless-api-typescript/tree/main/packages/mcp-server#readme",
1515
"license": "Apache-2.0",
16-
"packageManager": "pnpm@10.14.0",
16+
"packageManager": "pnpm@10.24.0",
1717
"private": false,
1818
"publishConfig": {
1919
"access": "public"

packages/mcp-server/src/code-tool-paths.cts

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/mcp-server/src/code-tool-worker.ts

Lines changed: 0 additions & 291 deletions
This file was deleted.

0 commit comments

Comments
 (0)