Prepare release

This commit is contained in:
Arnaud 2025-03-04 11:07:05 +01:00
parent c94d7a1257
commit 6a890262cc
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
3 changed files with 7 additions and 7 deletions

View File

@ -149,9 +149,9 @@ Example:
```js
const response = await marketplace.createAvailability({
maxCollateral: 1,
totalCollateral: 1,
totalSize: 3000,
minPrice: 100,
minPricePerBytePerSecond: 100,
duration: 100,
});
```
@ -168,9 +168,9 @@ Example:
```js
const response = await marketplace.updateAvailability({
id: "0x.....................",
maxCollateral: 1,
totalCollateral: 1,
totalSize: 3000,
minPrice: 100,
minPricePerBytePerSecond: 100,
duration: 100,
});
```

4
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@codex-storage/sdk-js",
"version": "0.0.22",
"version": "0.0.23",
"description": "Codex SDK to interact with the Codex decentralized storage network.",
"repository": {
"type": "git",