Skip to content

Commit

Permalink
Merge pull request #45 from tensorlakeai/feat/update-library
Browse files Browse the repository at this point in the history
feat: optimize and update typescript client
  • Loading branch information
adithyaakrishna authored Jul 27, 2024
2 parents 7688bde + 58b5526 commit c63b32d
Show file tree
Hide file tree
Showing 9 changed files with 1,263 additions and 922 deletions.
719 changes: 475 additions & 244 deletions package-lock.json

Large diffs are not rendered by default.

15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "getindexify",
"version": "0.0.63",
"version": "0.0.64",
"description": "This is the TypeScript client for interacting with the Indexify service.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand All @@ -25,17 +25,18 @@
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.10",
"@types/uuid": "^9.0.8",
"@types/node": "^20.14.12",
"@types/uuid": "^10.0.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-jest": "^29.2.3",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"tsup": "^8.2.3",
"typescript": "^5.3.3"
},
"dependencies": {
"axios": "^1.6.7",
"axios": "^1.7.2",
"crypto-js": "^4.2.0",
"uuid": "^9.0.1"
"uuid": "^10.0.0",
"yaml": "^2.5.0"
}
}
Loading

0 comments on commit c63b32d

Please sign in to comment.