mongodb-dynamic-api 2.4.2 → 2.4.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  Changelog
2
2
 
3
+ ## [2.4.3](https://github.com/MikeDev75015/mongodb-dynamic-api/compare/v2.4.2...v2.4.3) (2024-08-13)
4
+
3
5
  ## [2.4.2](https://github.com/MikeDev75015/mongodb-dynamic-api/compare/v2.4.1...v2.4.2) (2024-08-11)
4
6
 
5
7
  ## [2.4.1](https://github.com/MikeDev75015/mongodb-dynamic-api/compare/v2.4.0...v2.4.1) (2024-08-11)
package/README.md CHANGED
@@ -56,7 +56,7 @@ npm install --save mongodb-dynamic-api
56
56
 
57
57
  <div style="text-align: center; width: 100%;">
58
58
 
59
- # Dynamic API Module
59
+ # Dynamic API Module<br>with WebSockets
60
60
 
61
61
  </div>
62
62
 
@@ -70,8 +70,9 @@ In summary, DynamicApiModule is a flexible and configurable module using NestJS
70
70
  [Versioning](https://github.com/MikeDev75015/mongodb-dynamic-api/blob/develop/README/versioning.md),
71
71
  [Validation](https://github.com/MikeDev75015/mongodb-dynamic-api/blob/develop/README/validation.md),
72
72
  [Caching](https://github.com/MikeDev75015/mongodb-dynamic-api/blob/develop/README/caching.md),
73
- [Authentication](https://github.com/MikeDev75015/mongodb-dynamic-api/blob/develop/README/authentication.md) and
74
- [Authorization](https://github.com/MikeDev75015/mongodb-dynamic-api/blob/develop/README/authorization.md).
73
+ [Authentication](https://github.com/MikeDev75015/mongodb-dynamic-api/blob/develop/README/authentication.md),
74
+ [Authorization](https://github.com/MikeDev75015/mongodb-dynamic-api/blob/develop/README/authorization.md) and
75
+ [WebSockets](https://github.com/MikeDev75015/mongodb-dynamic-api/blob/develop/README/websockets.md).
75
76
 
76
77
  </p>
77
78
 
@@ -204,6 +205,7 @@ Go further with optional features like:
204
205
  - **[Caching](https://github.com/MikeDev75015/mongodb-dynamic-api/blob/develop/README/caching.md)**
205
206
  - **[Authentication](https://github.com/MikeDev75015/mongodb-dynamic-api/blob/develop/README/authentication.md)**
206
207
  - **[Authorization](https://github.com/MikeDev75015/mongodb-dynamic-api/blob/develop/README/authorization.md)**
208
+ - **[WebSockets](https://github.com/MikeDev75015/mongodb-dynamic-api/blob/develop/README/websockets.md)**
207
209
 
208
210
 
209
211
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mongodb-dynamic-api",
3
- "version": "2.4.2",
3
+ "version": "2.4.3",
4
4
  "description": "Auto generated CRUD API for MongoDB using NestJS",
5
5
  "readmeFilename": "README.md",
6
6
  "main": "index.js",
package/src/version.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "2.4.2"
2
+ "version": "2.4.3"
3
3
  }