cidaas-javascript-sdk 2.5.0 → 2.5.1

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 CHANGED
@@ -1,8 +1,6 @@
1
- # [2.5.0](https://gitlab.widas.de/cidaas-public-devkits/cidaas-public-sdks/cidaas-javascript-sdk/compare/v2.4.3...v2.5.0) (2023-05-03)
1
+ ## [2.5.1](https://gitlab.widas.de/cidaas-public-devkits/cidaas-public-sdks/cidaas-javascript-sdk/compare/v2.5.0...v2.5.1) (2023-05-03)
2
2
 
3
3
 
4
- ### Features
4
+ ### Performance Improvements
5
5
 
6
- * js to ts migration with version update in readme ([2e8ae77](https://gitlab.widas.de/cidaas-public-devkits/cidaas-public-sdks/cidaas-javascript-sdk/commit/2e8ae77f8c521c796f45ba87aadc17c19f2ebca8))
7
- * typescript migration ([79d875d](https://gitlab.widas.de/cidaas-public-devkits/cidaas-public-sdks/cidaas-javascript-sdk/commit/79d875d5983a35500bc70ee4e7e6f189468966e4))
8
- * typescript migration ([d84074d](https://gitlab.widas.de/cidaas-public-devkits/cidaas-public-sdks/cidaas-javascript-sdk/commit/d84074def880a2b321dd3a8a1541b1ecec203d16))
6
+ * javascript to typescript migration ([654a06a](https://gitlab.widas.de/cidaas-public-devkits/cidaas-public-sdks/cidaas-javascript-sdk/commit/654a06a8c2fea382afac3809457b9afd2fa20d84))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cidaas-javascript-sdk",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "author": "cidaas by Widas ID GmbH",
5
5
  "description": "Cidaas native javascript sdk",
6
6
  "license": "MIT",
package/Changelogs.md DELETED
@@ -1,29 +0,0 @@
1
- ## Version v2.1.0
2
-
3
- ### Changes :
4
-
5
- 1. Using the response_type 'code' will start the Auhtorization Code Flow with PKCE instead of the normal Authorization Code Flow
6
-
7
- ### What's New :
8
-
9
- Authorization Code Flow with PKCE will now be used instead of the Authorization Code Flow.
10
-
11
- ## Version v2.0.12
12
-
13
- ### Existing :
14
-
15
- 1. Login chain implementation gives direct JSON response, which will change the entire flow
16
-
17
- ### Changes :
18
-
19
- 1. Login chain implementation is automatically redirect to the corresponding page based on hosted page settings
20
-
21
- ### What's New :
22
-
23
- Added some new methods
24
-
25
- 1. Link, Unlink Account
26
- 2. User Activities
27
- 3. Review devices
28
- 4. Accepted consents
29
- 5. Scope Consent Management