@event-nest/mongodb 3.4.0 → 3.4.1

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@event-nest/mongodb",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "license": "MIT",
5
5
  "description": "Event sourcing module for NestJS using MongoDB. It uses MongoDB collections and transactions to store events and object information",
6
6
  "author": "Nick Tsitlakidis",
@@ -32,7 +32,7 @@
32
32
  "class-transformer": "^0.5.1",
33
33
  "radash": "^12.1.0",
34
34
  "tslib": "^2.3.0",
35
- "@event-nest/core": "3.4.0"
35
+ "@event-nest/core": "3.4.1"
36
36
  },
37
37
  "types": "./src/index.d.ts",
38
38
  "main": "./src/index.js"