@vulkano/core 1.14.1 → 1.15.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/app.js CHANGED
@@ -13,13 +13,11 @@ const path = require('path');
13
13
  const moment = require('moment');
14
14
  const merge = require('deepmerge');
15
15
  const _ = require('underscore');
16
- const Promise = require('bluebird');
17
16
  const v8 = require('v8');
18
17
  const fs = require('fs');
19
18
 
20
19
  global.app = {};
21
20
  global._ = _;
22
- global.Promise = Promise;
23
21
 
24
22
  const rootProject = path.resolve(process.cwd());
25
23
 
@@ -3,7 +3,7 @@
3
3
  */
4
4
 
5
5
  const Promise = require('bluebird');
6
- const paginate = require('mongoose-paginate');
6
+ const paginate = require('mongoose-paginate-v2');
7
7
  const merge = require('deepmerge');
8
8
 
9
9
  const mongoose = require('mongoose');
@@ -49,8 +49,6 @@ module.exports = async function loadDatabaseApplication() {
49
49
  }
50
50
 
51
51
  const defaultProps = {
52
- useNewUrlParser: true,
53
- useUnifiedTopology: true,
54
52
  family: 4
55
53
  };
56
54
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vulkano/core",
3
- "version": "1.14.1",
3
+ "version": "1.15.0",
4
4
  "description": "A MVC framework using Express 4",
5
5
  "license": "MIT",
6
6
  "author": "Vulkano Team",
@@ -52,8 +52,8 @@
52
52
  "jwt-simple": "^0.5.6",
53
53
  "moment": "^2.30.1",
54
54
  "moment-timezone": "^0.5.47",
55
- "mongoose": "^7.6.10",
56
- "mongoose-paginate": "^5.0.3",
55
+ "mongoose": "^8.12.1",
56
+ "mongoose-paginate-v2": "^1.9.0",
57
57
  "morgan": "^1.10.0",
58
58
  "multer": "^1.4.5-lts.1",
59
59
  "nodemon": "^3.1.9",