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

Commit c63b32d

Browse files
Merge pull request #45 from tensorlakeai/feat/update-library
feat: optimize and update typescript client
2 parents 7688bde + 58b5526 commit c63b32d

File tree

9 files changed

+1263
-922
lines changed

9 files changed

+1263
-922
lines changed

package-lock.json

+475-244
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "getindexify",
3-
"version": "0.0.63",
3+
"version": "0.0.64",
44
"description": "This is the TypeScript client for interacting with the Indexify service.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
@@ -25,17 +25,18 @@
2525
"devDependencies": {
2626
"@types/crypto-js": "^4.2.2",
2727
"@types/jest": "^29.5.12",
28-
"@types/node": "^20.14.10",
29-
"@types/uuid": "^9.0.8",
28+
"@types/node": "^20.14.12",
29+
"@types/uuid": "^10.0.0",
3030
"jest": "^29.7.0",
31-
"ts-jest": "^29.1.2",
31+
"ts-jest": "^29.2.3",
3232
"ts-node": "^10.9.2",
33-
"tsup": "^8.0.2",
33+
"tsup": "^8.2.3",
3434
"typescript": "^5.3.3"
3535
},
3636
"dependencies": {
37-
"axios": "^1.6.7",
37+
"axios": "^1.7.2",
3838
"crypto-js": "^4.2.0",
39-
"uuid": "^9.0.1"
39+
"uuid": "^10.0.0",
40+
"yaml": "^2.5.0"
4041
}
4142
}

0 commit comments

Comments
 (0)