Skip to content

Commit

Permalink
Merge pull request #62 from hookdeck/chore/fern-upgrades
Browse files Browse the repository at this point in the history
chore(deps): update fern
  • Loading branch information
leggetter authored Oct 10, 2024
2 parents 8d0e274 + 1bfed0c commit d8b3a87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion fern/fern.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"organization": "hookdeck",
"version": "0.30.3"
"version": "0.44.11"
}
10 changes: 5 additions & 5 deletions fern/generators.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
api:
path: ../openapi.json
overrides: ./overrides.yml
origin: https://api.hookdeck.com/latest/openapi/fern
overrides: ./overrides.yml
groups:
local:
generators:
Expand All @@ -17,7 +17,7 @@ groups:
go-sdk:
generators:
- name: fernapi/fern-go-sdk
version: 0.6.1
version: 0.27.0
github:
repository: hookdeck/hookdeck-go-sdk
mode: pull-request
Expand All @@ -26,15 +26,15 @@ groups:
node-sdk:
generators:
- name: fernapi/fern-typescript-node-sdk
version: 0.23.1
version: 0.39.3
output:
location: npm
package-name: "@hookdeck/sdk"
package-name: '@hookdeck/sdk'
token: ${NPM_TOKEN}
github:
repository: hookdeck/hookdeck-typescript-sdk
mode: pull-request
config:
config:
namespaceExport: Hookdeck
allowCustomFetcher: true
skipResponseValidation: true
Expand Down

0 comments on commit d8b3a87

Please sign in to comment.