@settlemint/sdk-ipfs 2.2.0-pr8f0116cb → 2.2.0-pra4a76212
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.
- package/README.md +0 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -38,8 +38,6 @@
|
|
|
38
38
|
|
|
39
39
|
The SettleMint IPFS SDK provides a simple way to interact with IPFS (InterPlanetary File System) through the SettleMint platform. It enables you to easily store and retrieve files using IPFS in a decentralized manner.
|
|
40
40
|
|
|
41
|
-
For detailed information about using IPFS with the SettleMint platform, check out our [official documentation](https://console.settlemint.com/documentation).
|
|
42
|
-
|
|
43
41
|
## API Reference
|
|
44
42
|
|
|
45
43
|
### Functions
|
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.2.0-
|
|
4
|
+
"version": "2.2.0-pra4a76212",
|
|
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.2.0-
|
|
54
|
+
"@settlemint/sdk-utils": "2.2.0-pra4a76212",
|
|
55
55
|
"kubo-rpc-client": "^5",
|
|
56
56
|
"zod": "^3"
|
|
57
57
|
},
|