Skip to content

Commit

Permalink
Prepare v4.6.0 release (#31)
Browse files Browse the repository at this point in the history
* Prepare v4.6.0 release

* Fix README

* package-lock.json
  • Loading branch information
paf31 authored May 1, 2024
1 parent d91fbf0 commit c13c6d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This SDK is mostly analogous to the Rust SDK, except where necessary.

All functions of the Connector interface are analogous to their Rust counterparts, with the addition of `get_raw_configuration_schema` which does exactly what it sounds like.
All functions of the Connector interface are analogous to their Rust counterparts.

## Installing

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hasura/ndc-sdk-typescript",
"version": "4.5.0",
"version": "4.6.0",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit c13c6d2

Please sign in to comment.