common-rod 2.0.0 → 2.1.0

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/package.json +2 -2
  2. package/readme.md +8 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "common-rod",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -19,7 +19,7 @@
19
19
  "express": "^4.17.1",
20
20
  "js-yaml": "^3.14.0",
21
21
  "lodash": "^4.17.20",
22
- "mongodb": "^4.16.0",
22
+ "mongodb": "^7.1.1",
23
23
  "randomstring": "^1.1.5",
24
24
  "swagger-ui-express": "^4.1.4"
25
25
  }
package/readme.md CHANGED
@@ -383,4 +383,12 @@ change axios from 0.21.4 to 0.30.0
383
383
  ```
384
384
  change axios from 0.30.0 to 1.13.5
385
385
  ```
386
+ ### Fixed
387
+
388
+ [2.0.0] - 2026-02-16
389
+ ### Added
390
+ ### Changed
391
+ ```
392
+ update mongodb dependency to version 7.1.1
393
+ ```
386
394
  ### Fixed