@lykmapipo/mongoose-common 0.38.5 → 0.39.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ #### 0.39.0 (2020-12-29)
2
+
3
+ ##### Bug Fixes
4
+
5
+ * connect & disconnect failures ([a84456c0](https://github.com/lykmapipo/mongoose-common/commit/a84456c00a21c6e89f4b00c31347e69c1d1f5661))
6
+
1
7
  #### 0.38.5 (2020-12-27)
2
8
 
3
9
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lykmapipo/mongoose-common",
3
- "version": "0.38.5",
3
+ "version": "0.39.0",
4
4
  "description": "Re-usable helpers for mongoose",
5
5
  "keywords": [
6
6
  "lykmapipo",
@@ -53,20 +53,20 @@
53
53
  "handlebars": "^4.7.6",
54
54
  "jshint-stylish": "^2.2.1",
55
55
  "mocha": "^8.2.1",
56
- "mongoose": ">=5.11.8",
56
+ "mongoose": ">=5.11.9",
57
57
  "prettier": "^2.2.1",
58
58
  "shelljs": "^0.8.4"
59
59
  },
60
60
  "peerDependencies": {
61
- "mongoose": ">=5.11.8"
61
+ "mongoose": ">=5.11.9"
62
62
  },
63
63
  "dependencies": {
64
64
  "@lykmapipo/common": ">=0.42.5",
65
65
  "@lykmapipo/env": ">=0.17.25",
66
- "@lykmapipo/mongoose-connection": ">=0.3.6",
66
+ "@lykmapipo/mongoose-connection": ">=0.4.0",
67
67
  "async": ">=3.2.0",
68
68
  "lodash": ">=4.17.20",
69
69
  "mongoose-schema-jsonschema": ">=1.4.4",
70
- "mongoose-valid8": ">=1.6.26"
70
+ "mongoose-valid8": ">=1.7.0"
71
71
  }
72
72
  }