Skip to content

Commit

Permalink
export types in sdk package
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraVieira committed Aug 30, 2024
1 parent d8b18ca commit 9dbaacb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion clients/ts-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"files": [
"dist"
],
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"lint": "eslint 'src/**/*.ts'",
Expand Down
5 changes: 1 addition & 4 deletions clients/ts-sdk/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/**
* This comment _supports_ [Markdown](https://www.markdownguide.org/)
*/

export { TrieveFetchClient } from "./fetch-client";
export { TrieveSDK } from "./sdk";
export * from "./types.gen";

0 comments on commit 9dbaacb

Please sign in to comment.