Skip to content

Commit 3243b68

Browse files
committed
feat: various client fixes
1 parent af965d9 commit 3243b68

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

clients/ts-sdk/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"type": "module",
44
"exports": "./dist/index.js",
55
"types": "./dist/index.d.ts",
6+
"files": [
7+
"dist"
8+
],
69
"version": "0.0.1",
710
"license": "MIT",
811
"scripts": {
@@ -22,9 +25,7 @@
2225
"esbuild-register": "^3.6.0",
2326
"typedoc-plugin-mdn-links": "^3.2.9",
2427
"typescript": "^5.5.4",
25-
"vitest": "^2.0.5"
26-
},
27-
"dependencies": {
28+
"vitest": "^2.0.5",
2829
"typedoc": "^0.26.0",
2930
"typedoc-plugin-merge-modules": "^6.0.0"
3031
}

clients/ts-sdk/typedoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"excludeProtected": true,
88
"includeVersion": true,
99
"name": "Trieve Typescript SDK",
10-
"readme": "./Readme.md",
10+
"readme": "./README.md",
1111
"searchInComments": true,
1212
"searchInDocuments": true,
1313
"navigationLinks": {

0 commit comments

Comments
 (0)