@settlemint/sdk-minio 1.1.16 → 1.2.0-prc0f72fef

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 +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -16,7 +16,7 @@
16
16
  </p>
17
17
 
18
18
  <div align="center">
19
- <a href="https://console.settlemint.com/documentation/docs/using-platform/dev-tools/SDK/">Documentation</a>
19
+ <a href="https://console.settlemint.com/documentation">Documentation</a>
20
20
  <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
21
21
  <a href="https://www.npmjs.com/package/@settlemint/sdk-minio">NPM</a>
22
22
  <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
@@ -37,7 +37,7 @@
37
37
 
38
38
  The SettleMint MinIO SDK provides a simple way to interact with MinIO object storage through the SettleMint platform. It enables you to easily store and retrieve files using MinIO's S3-compatible API in a secure and scalable manner.
39
39
 
40
- For detailed information about using MinIO with the SettleMint platform, check out our [official documentation](https://console.settlemint.com/documentation/docs/using-platform/storage/).
40
+ For detailed information about using MinIO with the SettleMint platform, check out our [official documentation](https://console.settlemint.com/documentation).
41
41
 
42
42
  ## API Reference
43
43
 
@@ -47,7 +47,7 @@ For detailed information about using MinIO with the SettleMint platform, check o
47
47
 
48
48
  > **createServerMinioClient**(`options`): `object`
49
49
 
50
- Defined in: [sdk/minio/src/minio.ts:24](https://github.com/settlemint/sdk/blob/v1.1.16/sdk/minio/src/minio.ts#L24)
50
+ Defined in: [sdk/minio/src/minio.ts:24](https://github.com/settlemint/sdk/blob/v1.2.0/sdk/minio/src/minio.ts#L24)
51
51
 
52
52
  Creates a MinIO client for server-side use with authentication.
53
53
 
@@ -69,7 +69,7 @@ An object containing the initialized MinIO client
69
69
 
70
70
  | Name | Type | Defined in |
71
71
  | ------ | ------ | ------ |
72
- | `client` | `Client` | [sdk/minio/src/minio.ts:24](https://github.com/settlemint/sdk/blob/v1.1.16/sdk/minio/src/minio.ts#L24) |
72
+ | `client` | `Client` | [sdk/minio/src/minio.ts:24](https://github.com/settlemint/sdk/blob/v1.2.0/sdk/minio/src/minio.ts#L24) |
73
73
 
74
74
  ##### Throws
75
75
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@settlemint/sdk-minio",
3
3
  "description": "MinIO integration module for SettleMint SDK, providing S3-compatible object storage capabilities",
4
- "version": "1.1.16",
4
+ "version": "1.2.0-prc0f72fef",
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": "1.1.16",
54
+ "@settlemint/sdk-utils": "1.2.0-prc0f72fef",
55
55
  "minio": "^8",
56
56
  "zod": "^3"
57
57
  },