@lykmapipo/mongoose-common 0.38.2 → 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 +29 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,3 +1,32 @@
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
+
7
+ #### 0.38.5 (2020-12-27)
8
+
9
+ ##### Chores
10
+
11
+ * **deps:**
12
+ * force latest version & audit fix ([de2ac84f](https://github.com/lykmapipo/mongoose-common/commit/de2ac84fdf5b6f4c12a3412aefd25d2f09998e04))
13
+ * bump bl from 2.2.0 to 2.2.1 ([06b6d44e](https://github.com/lykmapipo/mongoose-common/commit/06b6d44ea5646c3cf8f7c598199db45271c4ccca))
14
+ * bump dot-prop from 4.2.0 to 4.2.1 ([588c537c](https://github.com/lykmapipo/mongoose-common/commit/588c537cbdc2ef700f3034852f7d01c0cb7183d0))
15
+ * bump ini from 1.3.5 to 1.3.7 ([b649f9cf](https://github.com/lykmapipo/mongoose-common/commit/b649f9cf975c8607267c7ae6b8641532cc882842))
16
+ * bump websocket-extensions from 0.1.3 to 0.1.4 ([db5656c4](https://github.com/lykmapipo/mongoose-common/commit/db5656c44ff52848ecb2ab1512cf24c9e7045e8c))
17
+
18
+ #### 0.38.4 (2020-08-08)
19
+
20
+ ##### Chores
21
+
22
+ * **deps:** force latest version & audit fix ([f7ee608b](https://github.com/lykmapipo/mongoose-common/commit/f7ee608b3541c0c9fcd1d7b42c9d88e88ad70060))
23
+
24
+ #### 0.38.3 (2020-07-29)
25
+
26
+ ##### Chores
27
+
28
+ * **deps:** force latest version & audit fix ([bd2f0059](https://github.com/lykmapipo/mongoose-common/commit/bd2f005915d5739f452411179c96db9bdea794d7))
29
+
1
30
  #### 0.38.2 (2020-07-14)
2
31
 
3
32
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lykmapipo/mongoose-common",
3
- "version": "0.38.2",
3
+ "version": "0.39.0",
4
4
  "description": "Re-usable helpers for mongoose",
5
5
  "keywords": [
6
6
  "lykmapipo",
@@ -43,30 +43,30 @@
43
43
  }
44
44
  ],
45
45
  "devDependencies": {
46
- "@lykmapipo/test-helpers": "^0.5.27",
46
+ "@lykmapipo/test-helpers": "^0.6.7",
47
47
  "chai": "^4.2.0",
48
48
  "doxdox": "^3.0.0",
49
- "grunt": "^1.2.1",
50
- "grunt-contrib-jshint": "^2.1.0",
49
+ "grunt": "^1.3.0",
50
+ "grunt-contrib-jshint": "^3.0.0",
51
51
  "grunt-contrib-watch": "^1.1.0",
52
52
  "grunt-mocha-test": "^0.13.3",
53
53
  "handlebars": "^4.7.6",
54
54
  "jshint-stylish": "^2.2.1",
55
- "mocha": "^8.0.1",
56
- "mongoose": ">=5.9.24",
57
- "prettier": "^2.0.5",
55
+ "mocha": "^8.2.1",
56
+ "mongoose": ">=5.11.9",
57
+ "prettier": "^2.2.1",
58
58
  "shelljs": "^0.8.4"
59
59
  },
60
60
  "peerDependencies": {
61
- "mongoose": ">=5.9.24"
61
+ "mongoose": ">=5.11.9"
62
62
  },
63
63
  "dependencies": {
64
- "@lykmapipo/common": ">=0.37.3",
65
- "@lykmapipo/env": ">=0.17.13",
66
- "@lykmapipo/mongoose-connection": ">=0.3.2",
64
+ "@lykmapipo/common": ">=0.42.5",
65
+ "@lykmapipo/env": ">=0.17.25",
66
+ "@lykmapipo/mongoose-connection": ">=0.4.0",
67
67
  "async": ">=3.2.0",
68
- "lodash": ">=4.17.19",
68
+ "lodash": ">=4.17.20",
69
69
  "mongoose-schema-jsonschema": ">=1.4.4",
70
- "mongoose-valid8": ">=1.6.22"
70
+ "mongoose-valid8": ">=1.7.0"
71
71
  }
72
72
  }