cidaas-javascript-sdk 3.1.1 → 3.1.2

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,7 +1,6 @@
1
- ## [3.1.1](https://gitlab.widas.de/cidaas-public-devkits/cidaas-public-sdks/cidaas-javascript-sdk/compare/v3.1.0...v3.1.1) (2023-09-05)
1
+ ## [3.1.2](https://gitlab.widas.de/cidaas-public-devkits/cidaas-public-sdks/cidaas-javascript-sdk/compare/v3.1.1...v3.1.2) (2023-09-05)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * **https://gitlab.widas.de/cidaas-v2/user-management1/issues/-/issues/855:** altered usercheck exists with remember me & webfinger ([a4f3694](https://gitlab.widas.de/cidaas-public-devkits/cidaas-public-sdks/cidaas-javascript-sdk/commit/a4f3694643199171bc8b3144f1e2cfae85d3eac8))
7
- * **https://gitlab.widas.de/cidaas-v2/user-management1/issues/-/issues/855:** altered usercheck exists with remember me & webfinger ([d253b76](https://gitlab.widas.de/cidaas-public-devkits/cidaas-public-sdks/cidaas-javascript-sdk/commit/d253b763e8b1912e36e0b811cfddf1714d6bc6bc))
6
+ * semantic release format ([e73ccc3](https://gitlab.widas.de/cidaas-public-devkits/cidaas-public-sdks/cidaas-javascript-sdk/commit/e73ccc377ad14bdf7de3e89c91dca0b3d1c0c1d1))
package/README.md CHANGED
@@ -2613,3 +2613,4 @@ The SDK will throws Custom Exception if something went wrong during the operatio
2613
2613
  |----------------- | ----------------------- |
2614
2614
  | 500 | during creation of WebAuth instance |
2615
2615
  | 417 | if there are any other failure |
2616
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cidaas-javascript-sdk",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "author": "cidaas by Widas ID GmbH",
5
5
  "description": "Cidaas native javascript sdk",
6
6
  "license": "MIT",