@xnestjs/mongodb 1.8.0 → 1.9.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.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -62,7 +62,7 @@ export class MyModule {}
|
|
|
62
62
|
The library supports configuration through environment variables. Environment variables below is accepted.
|
|
63
63
|
All environment variables starts with prefix (MONGODB\_). This can be configured while registering the module.
|
|
64
64
|
|
|
65
|
-
|
|
65
|
+
<!--- BEGIN env --->
|
|
66
66
|
|
|
67
67
|
| Environment Variable | Type | Default | Description |
|
|
68
68
|
| -------------------------------------- | ------- | ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
@@ -105,4 +105,4 @@ All environment variables starts with prefix (MONGODB\_). This can be configured
|
|
|
105
105
|
| MONGODB_PROXY_USERNAME | String | | Configures a Socks5 proxy username when the proxy in proxyHost requires username/password authentication. |
|
|
106
106
|
| MONGODB_PROXY_PASSWORD | String | | Configures a Socks5 proxy password when the proxy in proxyHost requires username/password authentication. |
|
|
107
107
|
|
|
108
|
-
|
|
108
|
+
<!--- END env --->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xnestjs/mongodb",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.0",
|
|
4
4
|
"description": "NestJS extension library for MongoDb",
|
|
5
5
|
"author": "Panates",
|
|
6
6
|
"license": "MIT",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"peerDependencies": {
|
|
14
14
|
"@nestjs/common": "^10.0.0 || ^11.0.0",
|
|
15
15
|
"@nestjs/core": "^10.0.0 || ^11.0.0",
|
|
16
|
-
"mongodb": "^6.
|
|
16
|
+
"mongodb": "^6.16.0"
|
|
17
17
|
},
|
|
18
18
|
"type": "module",
|
|
19
19
|
"exports": {
|