@healthzkit/minio 0.0.2 → 0.0.3

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/index.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- import { i as minioAdapter, t as MinioAdapterOptions } from "./minio-CA-ZkiEM.mjs";
1
+ import { i as minioAdapter, t as MinioAdapterOptions } from "./minio-BpU2RRBp.mjs";
2
2
  export { type MinioAdapterOptions, minioAdapter };
package/dist/index.mjs CHANGED
@@ -1 +1 @@
1
- import{t as e}from"./minio-DICU8kyF.mjs";export{e as minioAdapter};
1
+ import{t as e}from"./minio-BHWrBYrd.mjs";export{e as minioAdapter};
@@ -1,8 +1,11 @@
1
1
  import { Client, ClientOptions } from "minio";
2
2
  import { HealthAdapter } from "healthzkit";
3
3
 
4
- //#region src/shared.d.ts
4
+ //#region ../../tools/shared/dist/index.d.mts
5
+ //#region src/index.d.ts
5
6
  type MetadataFn<TClient> = (client: TClient) => Promise<Record<string, unknown>> | Record<string, unknown>;
7
+ //#endregion
8
+ //#region src/shared.d.ts
6
9
  interface BaseMinioOptions<TClient> {
7
10
  /**
8
11
  * Optional function to populate metadata in the check result.
package/dist/minio.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- import { i as minioAdapter, n as MinioAdapterOptionsWithClient, r as MinioAdapterOptionsWithConfig, t as MinioAdapterOptions } from "./minio-CA-ZkiEM.mjs";
1
+ import { i as minioAdapter, n as MinioAdapterOptionsWithClient, r as MinioAdapterOptionsWithConfig, t as MinioAdapterOptions } from "./minio-BpU2RRBp.mjs";
2
2
  export { MinioAdapterOptions, MinioAdapterOptionsWithClient, MinioAdapterOptionsWithConfig, minioAdapter };
package/dist/minio.mjs CHANGED
@@ -1 +1 @@
1
- import{t as e}from"./minio-DICU8kyF.mjs";export{e as minioAdapter};
1
+ import{t as e}from"./minio-BHWrBYrd.mjs";export{e as minioAdapter};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@healthzkit/minio",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "license": "AGPL-3.0-only",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,13 +20,14 @@
20
20
  "access": "public"
21
21
  },
22
22
  "devDependencies": {
23
- "@types/node": "^25.6.2",
23
+ "@types/node": "^24",
24
24
  "@typescript/native-preview": "7.0.0-dev.20260509.2",
25
25
  "bumpp": "^11.1.0",
26
26
  "minio": "8.0.7",
27
- "typescript": "^6.0.3",
28
- "vite-plus": "^0.1.20",
29
- "healthzkit": "0.0.2"
27
+ "typescript": "^5",
28
+ "vite-plus": "latest",
29
+ "@healthzkit/shared": "0.0.0",
30
+ "healthzkit": "0.0.3"
30
31
  },
31
32
  "peerDependencies": {
32
33
  "minio": ">=7.1.0 || >=8.0.0"
File without changes