Skip to content

Commit 21f508e

Browse files
SaraVieiraskeptrunedev
authored andcommitted
export types in sdk package
1 parent c801470 commit 21f508e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

clients/ts-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"files": [
77
"dist"
88
],
9-
"version": "0.0.1",
9+
"version": "0.0.2",
1010
"license": "MIT",
1111
"scripts": {
1212
"lint": "eslint 'src/**/*.ts'",

clients/ts-sdk/src/index.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
/**
2-
* This comment _supports_ [Markdown](https://www.markdownguide.org/)
3-
*/
4-
51
export { TrieveFetchClient } from "./fetch-client";
62
export { TrieveSDK } from "./sdk";
3+
export * from "./types.gen";

0 commit comments

Comments
 (0)