@zintrust/cache-mongodb 0.1.19 → 0.1.20

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 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -22,3 +22,7 @@ Then set `CACHE_DRIVER=mongodb` and configure:
22
22
 
23
23
  - `MONGO_URI` (Atlas Data API base URL)
24
24
  - `MONGO_DB`
25
+
26
+ ## License
27
+
28
+ This package and its dependencies are MIT licensed, permitting free commercial use.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zintrust/cache-mongodb",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
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.19"
25
+ "@zintrust/core": "^0.1.20"
26
26
  },
27
27
  "publishConfig": {
28
28
  "access": "public"