aloux-iam 0.0.13 → 0.0.14

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