Skip to content

Commit

Permalink
Pin Fastify dependency version (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-chambers authored Jan 30, 2024
1 parent ddedd9a commit 1ecaa5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ This changelog documents the changes between release versions.

Changes to be included in the next upcoming release.

## v0.24

* Pinned the Fastify version used to avoid using the latest version which does not work with Deno

## v0.23

Update TS SDK dependency to v1.2.8.
Expand Down
5 changes: 3 additions & 2 deletions src/sdk.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

// This pins the fastify version (transitively used by the ndc-sdk-typescript)
// because 4.26.0 introduces a deno-incompatible change
import fastify from "npm:[email protected]"
// Have this dependency defined in one place

export * as sdk from 'npm:@hasura/[email protected]';

0 comments on commit 1ecaa5a

Please sign in to comment.