Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update fern #62

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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