@axinom/mosaic-user-auth 0.1.0-rc.2 → 0.1.0
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 +18 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,24 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.1.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-user-auth@0.0.5&targetVersion=GT@axinom/mosaic-user-auth@0.1.0) (2022-02-02)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* add ROPC related methods to user-auth-lib ([7055d02](https://dev.azure.com/axinom/CMS/_git/Navy/commit/7055d0202230da387db0856c87475e0f981d4aab))
|
|
12
|
+
* introduce authenticateConsumerApplication to user-auth library ([3e15b5b](https://dev.azure.com/axinom/CMS/_git/Navy/commit/3e15b5b3fba13c3f9ac14b2d1579f99a196915be))
|
|
13
|
+
* rebase with master branch ([fe969fa](https://dev.azure.com/axinom/CMS/_git/Navy/commit/fe969fac8a5e64c98174faefd61288907e10eefd))
|
|
14
|
+
* set default ts version ([16ce926](https://dev.azure.com/axinom/CMS/_git/Navy/commit/16ce92627bec279b93f5b21fe6ae830361f201a8))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* minor fixes ([aa9bb31](https://dev.azure.com/axinom/CMS/_git/Navy/commit/aa9bb31843be4a359d51f1dd4a95ee5819c54464))
|
|
20
|
+
* other fixes related to PR comments ([5403c02](https://dev.azure.com/axinom/CMS/_git/Navy/commit/5403c0245ce4d5c5265310a70bd6c77ee65a9545))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
6
24
|
### [0.0.5](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-user-auth@0.0.4&targetVersion=GT@axinom/mosaic-user-auth@0.0.5) (2022-01-19)
|
|
7
25
|
|
|
8
26
|
**Note:** Version bump only for package @axinom/mosaic-user-auth
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axinom/mosaic-user-auth",
|
|
3
|
-
"version": "0.1.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "Integration utilities from user-service for application frontends",
|
|
5
5
|
"author": "Axinom",
|
|
6
6
|
"license": "PROPRIETARY",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"test:ci": "jest --reporters=default --reporters=jest-junit --coverage --coverageReporters=cobertura --coverageReporters=html"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@axinom/mosaic-user-auth-utils": "^0.1.0
|
|
29
|
+
"@axinom/mosaic-user-auth-utils": "^0.1.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"jest": "26.6.0",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "f80cb6c17c7fe9993994473b513b568c7ae718d8"
|
|
47
47
|
}
|