@zintrust/cache-mongodb 0.1.20 → 0.1.27

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # @zintrust/cache-mongodb
2
2
 
3
- MongoDB (Atlas Data API) cache driver for Zintrust.
3
+ MongoDB (Atlas Data API) cache driver for ZinTrust.
4
4
 
5
5
  - Docs: https://zintrust.com/cache
6
6
 
@@ -0,0 +1,41 @@
1
+ {
2
+ "name": "@zintrust/cache-mongodb",
3
+ "version": "0.1.15",
4
+ "buildDate": "2026-01-28T12:16:39.849Z",
5
+ "buildEnvironment": {
6
+ "node": "v20.20.0",
7
+ "platform": "linux",
8
+ "arch": "x64"
9
+ },
10
+ "git": {
11
+ "commit": "a274786",
12
+ "branch": "master"
13
+ },
14
+ "package": {
15
+ "engines": {
16
+ "node": ">=20.0.0"
17
+ },
18
+ "dependencies": [],
19
+ "peerDependencies": [
20
+ "@zintrust/core"
21
+ ]
22
+ },
23
+ "files": {
24
+ "index.d.ts": {
25
+ "size": 739,
26
+ "sha256": "15989eb349fbff13fe35cc4a64f3b55ec42fca2969c406cfe65bb5f4af590f16"
27
+ },
28
+ "index.js": {
29
+ "size": 3149,
30
+ "sha256": "2a4832bdd1a4e5facc08a75d459a0d7be7ad3c25fbb731a5e24eb03baa9e8f56"
31
+ },
32
+ "register.d.ts": {
33
+ "size": 184,
34
+ "sha256": "d72762140e473cf0dfc2aeb9574aaf0e8a04d5b82376f7730df9f6ca02b910f6"
35
+ },
36
+ "register.js": {
37
+ "size": 456,
38
+ "sha256": "1c77f8f87038d61864cc9b6ddb93467475efe0d13f98671946f3ca588c79a407"
39
+ }
40
+ }
41
+ }
package/dist/index.d.ts CHANGED
@@ -15,3 +15,9 @@ export declare const MongoCacheDriver: Readonly<{
15
15
  create(config: MongoCacheConfig): CacheDriver;
16
16
  }>;
17
17
  export default MongoCacheDriver;
18
+ /**
19
+ * Package version and build metadata
20
+ * Available at runtime for debugging and health checks
21
+ */
22
+ export declare const _ZINTRUST_CACHE_MONGODB_VERSION = "0.1.15";
23
+ export declare const _ZINTRUST_CACHE_MONGODB_BUILD_DATE = "__BUILD_DATE__";
package/dist/index.js CHANGED
@@ -66,3 +66,9 @@ export const MongoCacheDriver = Object.freeze({
66
66
  },
67
67
  });
68
68
  export default MongoCacheDriver;
69
+ /**
70
+ * Package version and build metadata
71
+ * Available at runtime for debugging and health checks
72
+ */
73
+ export const _ZINTRUST_CACHE_MONGODB_VERSION = '0.1.15';
74
+ export const _ZINTRUST_CACHE_MONGODB_BUILD_DATE = '__BUILD_DATE__';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zintrust/cache-mongodb",
3
- "version": "0.1.20",
3
+ "version": "0.1.27",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "node": ">=20.0.0"
23
23
  },
24
24
  "peerDependencies": {
25
- "@zintrust/core": "^0.1.20"
25
+ "@zintrust/core": "^0.1.27"
26
26
  },
27
27
  "publishConfig": {
28
28
  "access": "public"