@leapdev/auth-agent 2.2.11 → 2.2.12
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/CHANGELOG.md +4 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
## 2.2.*
|
|
4
4
|
|
|
5
|
+
### [2.2.12]
|
|
6
|
+
#### Bugfixes
|
|
7
|
+
* Update pubnub to v7.4.0 to fix Vulnerability warnings from Synopsis scan
|
|
8
|
+
|
|
5
9
|
### [2.2.11]
|
|
6
10
|
#### Features
|
|
7
11
|
* In function AuthAgent.getRefreshedAccessToken(force?: boolean) & AuthAgent.getDecodedRefreshedAccessToken(force?: boolean), now user can provide "force" with boolean value. AuthAgent will force to get a refreshed access token even the existing token is not expired
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leapdev/auth-agent",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.12",
|
|
4
4
|
"description": "LEAP Auth Agent",
|
|
5
5
|
"license": "LEAP Legal Software, PTY LTD",
|
|
6
6
|
"main": "./src/index.js",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"lodash": "^4.17.21",
|
|
10
10
|
"uuid": "^8.3.2",
|
|
11
|
-
"pubnub": "7.
|
|
11
|
+
"pubnub": "7.4.0",
|
|
12
12
|
"tslib": "^2.3.0"
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {}
|