Update dependencies

This commit is contained in:
Arnaud 2025-02-07 14:47:33 +01:00
parent b29af75426
commit af70ee5330
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
2 changed files with 422 additions and 706 deletions

1118
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "@codex-storage/sdk-js", "name": "@codex-storage/sdk-js",
"version": "0.0.16", "version": "0.0.17",
"description": "Codex SDK to interact with the Codex decentralized storage network.", "description": "Codex SDK to interact with the Codex decentralized storage network.",
"repository": { "repository": {
"type": "git", "type": "git",
@ -58,10 +58,10 @@
}, },
"devDependencies": { "devDependencies": {
"@tsconfig/strictest": "^2.0.5", "@tsconfig/strictest": "^2.0.5",
"prettier": "^3.3.3", "prettier": "^3.4.2",
"tsup": "^8.2.3", "tsup": "^8.3.6",
"typescript": "^5.5.4", "typescript": "^5.7.3",
"vitest": "^2.1.1" "vitest": "^3.0.5"
}, },
"dependencies": { "dependencies": {
"valibot": "^0.32.0" "valibot": "^0.32.0"