@e22m4u/js-repository-mongodb-adapter 0.6.2 → 0.6.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e22m4u/js-repository-mongodb-adapter",
3
- "version": "0.6.2",
3
+ "version": "0.6.4",
4
4
  "description": "MongoDB адаптер для @e22m4u/js-repository",
5
5
  "author": "Mikhail Evstropov <e22m4u@yandex.ru>",
6
6
  "license": "MIT",
@@ -38,28 +38,28 @@
38
38
  "prepare": "husky"
39
39
  },
40
40
  "dependencies": {
41
- "mongodb": "6.19.0"
41
+ "mongodb": "6.20.0"
42
42
  },
43
43
  "peerDependencies": {
44
- "@e22m4u/js-format": "~0.1.0",
45
- "@e22m4u/js-repository": "~0.4.0"
44
+ "@e22m4u/js-format": "~0.2.0",
45
+ "@e22m4u/js-repository": "~0.5.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@commitlint/cli": "~19.8.1",
49
49
  "@commitlint/config-conventional": "~19.8.1",
50
- "@eslint/js": "~9.34.0",
50
+ "@eslint/js": "~9.36.0",
51
51
  "c8": "~10.1.3",
52
52
  "chai": "~6.0.1",
53
53
  "chai-as-promised": "~8.0.2",
54
- "dotenv": "~17.2.1",
55
- "esbuild": "~0.25.9",
56
- "eslint": "~9.34.0",
54
+ "dotenv": "~17.2.2",
55
+ "esbuild": "~0.25.10",
56
+ "eslint": "~9.36.0",
57
57
  "eslint-config-prettier": "~10.1.8",
58
58
  "eslint-plugin-chai-expect": "~3.1.0",
59
59
  "eslint-plugin-mocha": "~11.1.0",
60
- "globals": "~16.3.0",
60
+ "globals": "~16.4.0",
61
61
  "husky": "~9.1.7",
62
- "mocha": "~11.7.1",
62
+ "mocha": "~11.7.2",
63
63
  "prettier": "~3.6.2",
64
64
  "rimraf": "~6.0.1"
65
65
  }
@@ -19,9 +19,9 @@ import {InvalidOperatorValueError} from '@e22m4u/js-repository';
19
19
 
20
20
  /**
21
21
  * Mongodb option names.
22
- * 6.19.0
22
+ * 6.20
23
23
  *
24
- * https://mongodb.github.io/node-mongodb-native/6.19/interfaces/MongoClientOptions.html
24
+ * https://mongodb.github.io/node-mongodb-native/6.20/interfaces/MongoClientOptions.html
25
25
  *
26
26
  * @type {string[]}
27
27
  */