Skip to content

Commit

Permalink
feat: various client fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-harris committed Aug 23, 2024
1 parent af965d9 commit 3243b68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions clients/ts-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"version": "0.0.1",
"license": "MIT",
"scripts": {
Expand All @@ -22,9 +25,7 @@
"esbuild-register": "^3.6.0",
"typedoc-plugin-mdn-links": "^3.2.9",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
},
"dependencies": {
"vitest": "^2.0.5",
"typedoc": "^0.26.0",
"typedoc-plugin-merge-modules": "^6.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion clients/ts-sdk/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"excludeProtected": true,
"includeVersion": true,
"name": "Trieve Typescript SDK",
"readme": "./Readme.md",
"readme": "./README.md",
"searchInComments": true,
"searchInDocuments": true,
"navigationLinks": {
Expand Down

0 comments on commit 3243b68

Please sign in to comment.