Skip to content

Commit 04d0ef4

Browse files
fix: upgrade generators (#811)
* fix * Update preview-sdks.yml * Add pnpm setup to GitHub Actions workflow --------- Co-authored-by: Deep Singhvi <deep@buildwithfern.com>
1 parent 7c67a05 commit 04d0ef4

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

.github/workflows/preview-sdks.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
- name: Setup node
1818
uses: actions/setup-node@v3
1919

20+
- name: Setup pnpm
21+
uses: pnpm/action-setup@v2
22+
with:
23+
version: 8
24+
2025
- name: Download Fern
2126
run: npm install -g fern-api
2227

@@ -31,8 +36,8 @@ jobs:
3136
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
3237
run: |
3338
cd fern/apis/api/.preview/fern-typescript-sdk
34-
yarn install
35-
yarn build
39+
pnpm install
40+
pnpm build
3641
3742
preview-python:
3843
runs-on: ubuntu-latest

fern/apis/api/generators.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ groups:
1111
python-sdk:
1212
generators:
1313
- name: fernapi/fern-python-sdk
14-
version: 4.31.2
14+
version: 4.37.1
1515
api:
1616
settings:
1717
unions: v1
@@ -28,7 +28,7 @@ groups:
2828
ts-sdk:
2929
generators:
3030
- name: fernapi/fern-typescript-sdk
31-
version: 2.13.0
31+
version: 3.32.0
3232
api:
3333
settings:
3434
unions: v1
@@ -68,7 +68,7 @@ groups:
6868
go-sdk:
6969
generators:
7070
- name: fernapi/fern-go-sdk
71-
version: 1.13.14
71+
version: 1.16.4
7272
disable-examples: true
7373
api:
7474
settings:
@@ -93,7 +93,7 @@ groups:
9393
csharp-sdk:
9494
generators:
9595
- name: fernapi/fern-csharp-sdk
96-
version: 2.4.3
96+
version: 2.9.2
9797
disable-examples: true
9898
github:
9999
repository: VapiAI/server-sdk-csharp
@@ -113,7 +113,7 @@ groups:
113113
php-sdk:
114114
generators:
115115
- name: fernapi/fern-php-sdk
116-
version: 1.17.1
116+
version: 1.18.0
117117
disable-examples: true
118118
github:
119119
repository: VapiAI/server-sdk-php
@@ -123,7 +123,7 @@ groups:
123123
swift-sdk:
124124
generators:
125125
- name: fernapi/fern-swift-sdk
126-
version: 0.18.2
126+
version: 0.24.1
127127
disable-examples: true
128128
github:
129129
repository: VapiAI/server-sdk-swift

0 commit comments

Comments
 (0)