Skip to content

Commit 67dfcec

Browse files
chore: revert to yarn
1 parent 0e0e358 commit 67dfcec

File tree

11 files changed

+7117
-7021
lines changed

11 files changed

+7117
-7021
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ jobs:
2626
with:
2727
node-version: '22'
2828

29-
- name: Set up pnpm
30-
uses: pnpm/setup-action@v3
31-
with:
32-
version: '10.14.0'
33-
3429
- name: Bootstrap
3530
run: ./scripts/bootstrap
3631

@@ -53,11 +48,6 @@ jobs:
5348
with:
5449
node-version: '22'
5550

56-
- name: Set up pnpm
57-
uses: pnpm/setup-action@v3
58-
with:
59-
version: '10.14.0'
60-
6151
- name: Bootstrap
6252
run: ./scripts/bootstrap
6353

@@ -91,11 +81,6 @@ jobs:
9181
with:
9282
node-version: '22'
9383

94-
- name: Set up pnpm
95-
uses: pnpm/setup-action@v3
96-
with:
97-
version: '10.14.0'
98-
9984
- name: Bootstrap
10085
run: ./scripts/bootstrap
10186

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 19
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless%2Fstainless-v0-a3a29065ad8fdc320ffaa9b130843b1d0dc3670a045795fc624936bded3bfe0f.yml
33
openapi_spec_hash: e1b7059453520913dc4a07ccc9114ed8
4-
config_hash: bebf53e09f502c558eb86ebe727c58dd
4+
config_hash: 54fedf4905d2a0e71298950d33b0223e

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "commonjs",
99
"repository": "github:stainless-api/stainless-api-typescript",
1010
"license": "Apache-2.0",
11-
"packageManager": "[email protected]",
11+
"packageManager": "[email protected]",
1212
"files": [
1313
"**/*"
1414
],
@@ -19,7 +19,7 @@
1919
"scripts": {
2020
"test": "./scripts/test",
2121
"build": "./scripts/build",
22-
"prepublishOnly": "echo 'to publish, run pnpm build && (cd dist; pnpm publish)' && exit 1",
22+
"prepublishOnly": "echo 'to publish, run yarn build && (cd dist; yarn publish)' && exit 1",
2323
"format": "./scripts/format",
2424
"prepare": "if ./scripts/utils/check-is-in-git-install.sh; then ./scripts/build && ./scripts/utils/git-swap.sh; fi",
2525
"tsn": "ts-node -r tsconfig-paths/register",

packages/mcp-server/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,24 @@
1313
},
1414
"homepage": "https://github.com/stainless-api/stainless-api-typescript/tree/main/packages/mcp-server#readme",
1515
"license": "Apache-2.0",
16-
"packageManager": "[email protected]",
16+
"packageManager": "[email protected]",
1717
"private": false,
1818
"publishConfig": {
1919
"access": "public"
2020
},
2121
"scripts": {
2222
"test": "jest",
2323
"build": "bash ./build",
24-
"prepack": "echo 'to pack, run pnpm build && (cd dist; pnpm pack)' && exit 1",
25-
"prepublishOnly": "echo 'to publish, run pnpm build && (cd dist; pnpm publish)' && exit 1",
24+
"prepack": "echo 'to pack, run yarn build && (cd dist; yarn pack)' && exit 1",
25+
"prepublishOnly": "echo 'to publish, run yarn build && (cd dist; yarn publish)' && exit 1",
2626
"format": "prettier --write --cache --cache-strategy metadata . !dist",
27+
"prepare": "npm run build",
2728
"tsn": "ts-node -r tsconfig-paths/register",
2829
"lint": "eslint --ext ts,js .",
2930
"fix": "eslint --fix --ext ts,js ."
3031
},
3132
"dependencies": {
32-
"@stainless-api/sdk": "workspace:*",
33+
"@stainless-api/sdk": "file:../../dist/",
3334
"@cloudflare/cabidela": "^0.2.4",
3435
"@modelcontextprotocol/sdk": "^1.11.5",
3536
"@valtown/deno-http-worker": "^0.0.21",

packages/mcp-server/yarn.lock

Lines changed: 3606 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)