Revert "Update dependencies"

This reverts commit 49d0f7d1b4802d4125b06313cddbd5aacdafd492.
This commit is contained in:
Arnaud 2025-02-07 14:43:55 +01:00
parent 49d0f7d1b4
commit 0e72881aa7
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
2 changed files with 707 additions and 423 deletions

1120
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.17", "version": "0.0.16",
"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.4.2", "prettier": "^3.3.3",
"tsup": "^8.3.6", "tsup": "^8.2.3",
"typescript": "^5.7.3", "typescript": "^5.5.4",
"vitest": "^3.0.5" "vitest": "^2.1.1"
}, },
"dependencies": { "dependencies": {
"valibot": "^0.32.0" "valibot": "^0.32.0"