Skip to content

Commit a0c7694

Browse files
committed
chore: upgrade ts generator for cjs sdk
1 parent b63da71 commit a0c7694

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

fern/apis/fdr/generators.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ groups:
4242
fdr-cjs-sdk:
4343
generators:
4444
- name: fernapi/fern-typescript-node-sdk
45-
version: 0.38.6
45+
version: 0.49.3
4646
output:
4747
location: npm
4848
url: npm.buildwithfern.com

fern/apis/vercel/generators.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
openapi: ./openapi.json
21
default-group: sdk
32
groups:
43
sdk:
@@ -12,3 +11,6 @@ groups:
1211
config:
1312
skipResponseValidation: true
1413
namespaceExport: Vercel
14+
api:
15+
specs:
16+
- openapi: ./openapi.json

fern/fern.config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"organization": "fern",
3-
"version": "0.41.16"
4-
}
3+
"version": "0.57.0"
4+
}

0 commit comments

Comments
 (0)