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

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@codex-storage/sdk-js", "name": "@codex-storage/sdk-js",
"version": "0.0.22", "version": "0.0.23",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@codex-storage/sdk-js", "name": "@codex-storage/sdk-js",
"version": "0.0.22", "version": "0.0.23",
"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.22", "version": "0.0.23",
"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",