@settlemint/sdk-ipfs 2.3.5-pr8e810f59 → 2.3.5-prad3d4392

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -100,8 +100,8 @@ Creates an IPFS client for server-side use with authentication
100
100
 
101
101
  | Parameter | Type | Description |
102
102
  | ------ | ------ | ------ |
103
- | `options` | \{ `accessToken`: `string`; `instance`: `string`; \} | Configuration options for the client including authentication |
104
- | `options.accessToken` | `string` | The access token used to authenticate with the SettleMint platform |
103
+ | `options` | \{ `accessToken?`: `string`; `instance`: `string`; \} | Configuration options for the client including authentication |
104
+ | `options.accessToken?` | `string` | The access token used to authenticate with the SettleMint platform |
105
105
  | `options.instance` | `string` | The URL of the IPFS instance to connect to |
106
106
 
107
107
  ##### Returns
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@settlemint/sdk-ipfs",
3
3
  "description": "IPFS integration module for SettleMint SDK, enabling decentralized storage and content addressing",
4
- "version": "2.3.5-pr8e810f59",
4
+ "version": "2.3.5-prad3d4392",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "license": "FSL-1.1-MIT",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "devDependencies": {},
53
53
  "dependencies": {
54
- "@settlemint/sdk-utils": "2.3.5-pr8e810f59",
54
+ "@settlemint/sdk-utils": "2.3.5-prad3d4392",
55
55
  "kubo-rpc-client": "^5",
56
56
  "zod": "^3.25.0"
57
57
  },