cidaas-javascript-sdk 3.0.0 → 3.0.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 +3 -8
- package/package.json +1 -1
- /package/types/{authentication → main/authentication}/index.d.ts +0 -0
- /package/types/{authentication → main/authentication}/index.js +0 -0
- /package/types/{index.d.ts → main/index.d.ts} +0 -0
- /package/types/{index.js → main/index.js} +0 -0
- /package/types/{web-auth → main/web-auth}/ConsentService.d.ts +0 -0
- /package/types/{web-auth → main/web-auth}/ConsentService.js +0 -0
- /package/types/{web-auth → main/web-auth}/Entities.d.ts +0 -0
- /package/types/{web-auth → main/web-auth}/Entities.js +0 -0
- /package/types/{web-auth → main/web-auth}/Helper.d.ts +0 -0
- /package/types/{web-auth → main/web-auth}/Helper.js +0 -0
- /package/types/{web-auth → main/web-auth}/LoginService.d.ts +0 -0
- /package/types/{web-auth → main/web-auth}/LoginService.js +0 -0
- /package/types/{web-auth → main/web-auth}/TokenService.d.ts +0 -0
- /package/types/{web-auth → main/web-auth}/TokenService.js +0 -0
- /package/types/{web-auth → main/web-auth}/UserService.d.ts +0 -0
- /package/types/{web-auth → main/web-auth}/UserService.js +0 -0
- /package/types/{web-auth → main/web-auth}/VerificationService.d.ts +0 -0
- /package/types/{web-auth → main/web-auth}/VerificationService.js +0 -0
- /package/types/{web-auth → main/web-auth}/WebAuth.d.ts +0 -0
- /package/types/{web-auth → main/web-auth}/WebAuth.js +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
## [3.0.2](https://gitlab.widas.de/cidaas-public-devkits/cidaas-public-sdks/cidaas-javascript-sdk/compare/v3.0.1...v3.0.2) (2023-05-03)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
### BREAKING CHANGES
|
|
8
|
-
|
|
9
|
-
* js to ts migration major release
|
|
10
|
-
|
|
11
|
-
See merge request cidaas-public-devkits/cidaas-public-sdks/cidaas-javascript-sdk!99
|
|
6
|
+
* update declaration file path in dependency file ([bed0b5b](https://gitlab.widas.de/cidaas-public-devkits/cidaas-public-sdks/cidaas-javascript-sdk/commit/bed0b5b7ef52c791c465e1e981363dca2df6de4a))
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|