Prepare release

This commit is contained in:
Arnaud 2025-02-10 22:50:06 +01:00
parent c910f4d668
commit a1f6bb9e76
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
3 changed files with 4 additions and 4 deletions

View File

@ -196,7 +196,7 @@ const request = await marketplace.createStorageRequest({
proofProbability: 1, proofProbability: 1,
nodes: 1, nodes: 1,
tolerance: 0, tolerance: 0,
collateral: 100, collateralPerByte: 100,
expiry: 3000, expiry: 3000,
}); });
``` ```

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@codex-storage/sdk-js", "name": "@codex-storage/sdk-js",
"version": "0.0.18", "version": "0.0.19",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@codex-storage/sdk-js", "name": "@codex-storage/sdk-js",
"version": "0.0.18", "version": "0.0.19",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"valibot": "^0.32.0" "valibot": "^0.32.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@codex-storage/sdk-js", "name": "@codex-storage/sdk-js",
"version": "0.0.18", "version": "0.0.19",
"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",