Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

feat: optimize and update typescript client #45

Merged
merged 9 commits into from
Jul 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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