aloux-iam 0.0.17 → 0.0.18

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.
@@ -7,6 +7,7 @@ const bcrypt = require('bcryptjs')
7
7
  const dayjs = require("dayjs")
8
8
  const fs = require("fs")
9
9
  const jwt = require("jsonwebtoken")
10
+ const mongoose = require("mongoose")
10
11
 
11
12
  const self = module.exports
12
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aloux-iam",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "Aloux IAM for APIs ",
5
5
  "main": "index.js",
6
6
  "scripts": {