We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c801470 commit 21f508eCopy full SHA for 21f508e
clients/ts-sdk/package.json
@@ -6,7 +6,7 @@
6
"files": [
7
"dist"
8
],
9
- "version": "0.0.1",
+ "version": "0.0.2",
10
"license": "MIT",
11
"scripts": {
12
"lint": "eslint 'src/**/*.ts'",
clients/ts-sdk/src/index.ts
@@ -1,6 +1,3 @@
1
-/**
2
- * This comment _supports_ [Markdown](https://www.markdownguide.org/)
3
- */
4
-
5
export { TrieveFetchClient } from "./fetch-client";
export { TrieveSDK } from "./sdk";
+export * from "./types.gen";
0 commit comments