@settlemint/sdk-ipfs 2.3.8-mainb7108730 → 2.3.8-pr8d699549
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/dist/browser/ipfs.d.ts +0 -5
- package/dist/ipfs.d.cts +0 -5
- package/dist/ipfs.d.ts +0 -5
- package/package.json +2 -2
package/dist/browser/ipfs.d.ts
CHANGED
|
@@ -2,9 +2,6 @@ import { KuboRPCClient } from "kubo-rpc-client";
|
|
|
2
2
|
import { z } from "zod/v4";
|
|
3
3
|
|
|
4
4
|
//#region src/helpers/client-options.schema.d.ts
|
|
5
|
-
/**
|
|
6
|
-
* Schema for validating client options for the IPFS client.
|
|
7
|
-
*/
|
|
8
5
|
/**
|
|
9
6
|
* Schema for validating client options for the IPFS client.
|
|
10
7
|
*/
|
|
@@ -27,7 +24,6 @@ declare const ServerClientOptionsSchema: z.ZodObject<{
|
|
|
27
24
|
* Type definition for server client options derived from the ServerClientOptionsSchema.
|
|
28
25
|
*/
|
|
29
26
|
type ServerClientOptions = z.infer<typeof ServerClientOptionsSchema>;
|
|
30
|
-
|
|
31
27
|
//#endregion
|
|
32
28
|
//#region src/ipfs.d.ts
|
|
33
29
|
/**
|
|
@@ -75,7 +71,6 @@ declare function createIpfsClient(options: ClientOptions): {
|
|
|
75
71
|
declare function createServerIpfsClient(options: ServerClientOptions): {
|
|
76
72
|
client: KuboRPCClient;
|
|
77
73
|
};
|
|
78
|
-
|
|
79
74
|
//#endregion
|
|
80
75
|
export { createIpfsClient, createServerIpfsClient };
|
|
81
76
|
//# sourceMappingURL=ipfs.d.ts.map
|
package/dist/ipfs.d.cts
CHANGED
|
@@ -2,9 +2,6 @@ import { KuboRPCClient } from "kubo-rpc-client";
|
|
|
2
2
|
import { z } from "zod/v4";
|
|
3
3
|
|
|
4
4
|
//#region src/helpers/client-options.schema.d.ts
|
|
5
|
-
/**
|
|
6
|
-
* Schema for validating client options for the IPFS client.
|
|
7
|
-
*/
|
|
8
5
|
/**
|
|
9
6
|
* Schema for validating client options for the IPFS client.
|
|
10
7
|
*/
|
|
@@ -27,7 +24,6 @@ declare const ServerClientOptionsSchema: z.ZodObject<{
|
|
|
27
24
|
* Type definition for server client options derived from the ServerClientOptionsSchema.
|
|
28
25
|
*/
|
|
29
26
|
type ServerClientOptions = z.infer<typeof ServerClientOptionsSchema>;
|
|
30
|
-
|
|
31
27
|
//#endregion
|
|
32
28
|
//#region src/ipfs.d.ts
|
|
33
29
|
/**
|
|
@@ -75,7 +71,6 @@ declare function createIpfsClient(options: ClientOptions): {
|
|
|
75
71
|
declare function createServerIpfsClient(options: ServerClientOptions): {
|
|
76
72
|
client: KuboRPCClient;
|
|
77
73
|
};
|
|
78
|
-
|
|
79
74
|
//#endregion
|
|
80
75
|
export { createIpfsClient, createServerIpfsClient };
|
|
81
76
|
//# sourceMappingURL=ipfs.d.cts.map
|
package/dist/ipfs.d.ts
CHANGED
|
@@ -2,9 +2,6 @@ import { KuboRPCClient } from "kubo-rpc-client";
|
|
|
2
2
|
import { z } from "zod/v4";
|
|
3
3
|
|
|
4
4
|
//#region src/helpers/client-options.schema.d.ts
|
|
5
|
-
/**
|
|
6
|
-
* Schema for validating client options for the IPFS client.
|
|
7
|
-
*/
|
|
8
5
|
/**
|
|
9
6
|
* Schema for validating client options for the IPFS client.
|
|
10
7
|
*/
|
|
@@ -27,7 +24,6 @@ declare const ServerClientOptionsSchema: z.ZodObject<{
|
|
|
27
24
|
* Type definition for server client options derived from the ServerClientOptionsSchema.
|
|
28
25
|
*/
|
|
29
26
|
type ServerClientOptions = z.infer<typeof ServerClientOptionsSchema>;
|
|
30
|
-
|
|
31
27
|
//#endregion
|
|
32
28
|
//#region src/ipfs.d.ts
|
|
33
29
|
/**
|
|
@@ -75,7 +71,6 @@ declare function createIpfsClient(options: ClientOptions): {
|
|
|
75
71
|
declare function createServerIpfsClient(options: ServerClientOptions): {
|
|
76
72
|
client: KuboRPCClient;
|
|
77
73
|
};
|
|
78
|
-
|
|
79
74
|
//#endregion
|
|
80
75
|
export { createIpfsClient, createServerIpfsClient };
|
|
81
76
|
//# sourceMappingURL=ipfs.d.ts.map
|
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.8-
|
|
4
|
+
"version": "2.3.8-pr8d699549",
|
|
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.8-
|
|
54
|
+
"@settlemint/sdk-utils": "2.3.8-pr8d699549",
|
|
55
55
|
"kubo-rpc-client": "^5",
|
|
56
56
|
"zod": "^3.25.0"
|
|
57
57
|
},
|