Skip to content

Commit 2496e72

Browse files
authored
upgrade fern (#279)
1 parent 800cd2c commit 2496e72

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

fern/fern.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"organization": "credal",
3-
"version": "1.9.1"
3+
"version": "3.27.0"
44
}

fern/generators.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
metadata:
2-
description: "Official client library for Credal APIs"
2+
description: Official client library for Credal APIs
33
authors:
4-
- name: "Credal.ai"
5-
email: "support@credal.ai"
4+
- name: Credal.ai
5+
email: support@credal.ai
66
default-group: python-local
77
groups:
88
typescript-sdk:
@@ -11,7 +11,7 @@ groups:
1111
version: 3.34.3
1212
output:
1313
location: npm
14-
package-name: "@credal/sdk"
14+
package-name: '@credal/sdk'
1515
token: ${NPM_TOKEN}
1616
github:
1717
repository: credal-ai/credal-typescript-sdk
@@ -20,21 +20,24 @@ groups:
2020
namespaceExport: Credal
2121
includeApiReference: true
2222
allowCustomFetcher: true
23+
smart-casing: false
2324
python-sdk:
2425
generators:
2526
- name: fernapi/fern-python-sdk
2627
version: 4.41.3
2728
output:
2829
location: pypi
29-
package-name: "credal"
30+
package-name: credal
3031
token: ${PYPI_TOKEN}
3132
github:
3233
repository: credal-ai/credal-python-sdk
3334
mode: pull-request
35+
smart-casing: false
3436
python-local:
3537
generators:
3638
- name: fernapi/fern-python-sdk
3739
version: 4.41.3
3840
output:
3941
location: local-file-system
4042
path: ../generated/python
43+
smart-casing: false

0 commit comments

Comments
 (0)