Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit d8b3a87

Browse files
authored
Merge pull request #62 from hookdeck/chore/fern-upgrades
chore(deps): update fern
2 parents 8d0e274 + 1bfed0c commit d8b3a87

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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": "hookdeck",
3-
"version": "0.30.3"
3+
"version": "0.44.11"
44
}

fern/generators.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
api:
22
path: ../openapi.json
3-
overrides: ./overrides.yml
43
origin: https://api.hookdeck.com/latest/openapi/fern
4+
overrides: ./overrides.yml
55
groups:
66
local:
77
generators:
@@ -17,7 +17,7 @@ groups:
1717
go-sdk:
1818
generators:
1919
- name: fernapi/fern-go-sdk
20-
version: 0.6.1
20+
version: 0.27.0
2121
github:
2222
repository: hookdeck/hookdeck-go-sdk
2323
mode: pull-request
@@ -26,15 +26,15 @@ groups:
2626
node-sdk:
2727
generators:
2828
- name: fernapi/fern-typescript-node-sdk
29-
version: 0.23.1
29+
version: 0.39.3
3030
output:
3131
location: npm
32-
package-name: "@hookdeck/sdk"
32+
package-name: '@hookdeck/sdk'
3333
token: ${NPM_TOKEN}
3434
github:
3535
repository: hookdeck/hookdeck-typescript-sdk
3636
mode: pull-request
37-
config:
37+
config:
3838
namespaceExport: Hookdeck
3939
allowCustomFetcher: true
4040
skipResponseValidation: true

0 commit comments

Comments
 (0)