@axinom/mosaic-user-auth-utils 0.4.0 → 0.4.1-rc.10
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/package.json +3 -3
- package/CHANGELOG.md +0 -195
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axinom/mosaic-user-auth-utils",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1-rc.10",
|
|
4
4
|
"description": "Shared types used by user-service for integration clients",
|
|
5
5
|
"author": "Axinom",
|
|
6
6
|
"license": "PROPRIETARY",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"lint": "eslint . --ext .ts,.tsx,.js --color --cache"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"jest": "26.6.
|
|
27
|
+
"jest": "26.6.3",
|
|
28
28
|
"rimraf": "^3.0.2",
|
|
29
29
|
"typescript": "^4.5.4"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|
|
32
32
|
"access": "public"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "39b4147fb00b4c9500e37effef1ac7b8fb43797f"
|
|
35
35
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,195 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## [0.4.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-user-auth-utils@0.3.4&targetVersion=GT@axinom/mosaic-user-auth-utils@0.4.0) (2022-09-30)
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Features
|
|
10
|
-
|
|
11
|
-
* fixed naming issue ([83b86fd](https://dev.azure.com/axinom/CMS/_git/Navy/commit/83b86fd88221951918dde434b090be3555a47c71))
|
|
12
|
-
* fixed PR comments ([4bab3ed](https://dev.azure.com/axinom/CMS/_git/Navy/commit/4bab3eda8f5952718d397deb1b45c2fd958b1cda))
|
|
13
|
-
* introduce more granular response codes ([39d6c49](https://dev.azure.com/axinom/CMS/_git/Navy/commit/39d6c49bb5884bab79a8764c79bb3caf7c0c555d))
|
|
14
|
-
* remove all usages of ROPC ([b2e3a69](https://dev.azure.com/axinom/CMS/_git/Navy/commit/b2e3a69b41f69c253d53307df04adb298a80b892))
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
### [0.3.4](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-user-auth-utils@0.3.3&targetVersion=GT@axinom/mosaic-user-auth-utils@0.3.4) (2022-09-13)
|
|
19
|
-
|
|
20
|
-
**Note:** Version bump only for package @axinom/mosaic-user-auth-utils
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
### [0.3.3](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-user-auth-utils@0.3.2&targetVersion=GT@axinom/mosaic-user-auth-utils@0.3.3) (2022-08-29)
|
|
27
|
-
|
|
28
|
-
**Note:** Version bump only for package @axinom/mosaic-user-auth-utils
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
### [0.3.2](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-user-auth-utils@0.3.1&targetVersion=GT@axinom/mosaic-user-auth-utils@0.3.2) (2022-08-16)
|
|
35
|
-
|
|
36
|
-
**Note:** Version bump only for package @axinom/mosaic-user-auth-utils
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
### [0.3.1](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-user-auth-utils@0.3.0&targetVersion=GT@axinom/mosaic-user-auth-utils@0.3.1) (2022-08-03)
|
|
43
|
-
|
|
44
|
-
**Note:** Version bump only for package @axinom/mosaic-user-auth-utils
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
## [0.3.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-user-auth-utils@0.2.6&targetVersion=GT@axinom/mosaic-user-auth-utils@0.3.0) (2022-07-21)
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
### Features
|
|
54
|
-
|
|
55
|
-
* fixed missing code ([a9ad4e0](https://dev.azure.com/axinom/CMS/_git/Navy/commit/a9ad4e02d8bc5bc8cf37c18cf6d9b6e2c5e13a24))
|
|
56
|
-
* user profile scenarios ([52ad8c4](https://dev.azure.com/axinom/CMS/_git/Navy/commit/52ad8c4c77aa95b7666f161d97eb44680e165425))
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
### [0.2.6](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-user-auth-utils@0.2.5&targetVersion=GT@axinom/mosaic-user-auth-utils@0.2.6) (2022-06-21)
|
|
61
|
-
|
|
62
|
-
**Note:** Version bump only for package @axinom/mosaic-user-auth-utils
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
### [0.2.5](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-user-auth-utils@0.2.4&targetVersion=GT@axinom/mosaic-user-auth-utils@0.2.5) (2022-06-07)
|
|
69
|
-
|
|
70
|
-
**Note:** Version bump only for package @axinom/mosaic-user-auth-utils
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
### [0.2.4](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-user-auth-utils@0.2.3&targetVersion=GT@axinom/mosaic-user-auth-utils@0.2.4) (2022-05-26)
|
|
77
|
-
|
|
78
|
-
**Note:** Version bump only for package @axinom/mosaic-user-auth-utils
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
### [0.2.3](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-user-auth-utils@0.2.0&targetVersion=GT@axinom/mosaic-user-auth-utils@0.2.3) (2022-05-10)
|
|
85
|
-
|
|
86
|
-
**Note:** Version bump only for package @axinom/mosaic-user-auth-utils
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
### [0.2.2](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-user-auth-utils@0.2.0&targetVersion=GT@axinom/mosaic-user-auth-utils@0.2.2) (2022-04-28)
|
|
93
|
-
|
|
94
|
-
**Note:** Version bump only for package @axinom/mosaic-user-auth-utils
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
### [0.2.1](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-user-auth-utils@0.2.0&targetVersion=GT@axinom/mosaic-user-auth-utils@0.2.1) (2022-04-14)
|
|
101
|
-
|
|
102
|
-
**Note:** Version bump only for package @axinom/mosaic-user-auth-utils
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
## [0.2.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-user-auth-utils@0.1.3&targetVersion=GT@axinom/mosaic-user-auth-utils@0.2.0) (2022-04-01)
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
### Features
|
|
112
|
-
|
|
113
|
-
* fixed comments in PR ([ac6dc93](https://dev.azure.com/axinom/CMS/_git/Navy/commit/ac6dc93a5c6e3f7b870ecc13234404716a86f5dc))
|
|
114
|
-
* improve test cases for id protocol ([ccc00c9](https://dev.azure.com/axinom/CMS/_git/Navy/commit/ccc00c9845b2e61a7c224b85d83a7a5f36f2e339))
|
|
115
|
-
* protocol for idp connections ([35a94ea](https://dev.azure.com/axinom/CMS/_git/Navy/commit/35a94ea760d93492e70f9e7fc93d56364318212e))
|
|
116
|
-
* refactor test cases for idp protocol ([3693e18](https://dev.azure.com/axinom/CMS/_git/Navy/commit/3693e1834999ceeea7a62147feae855e83af9e91))
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
### [0.1.3](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-user-auth-utils@0.1.2&targetVersion=GT@axinom/mosaic-user-auth-utils@0.1.3) (2022-03-16)
|
|
121
|
-
|
|
122
|
-
**Note:** Version bump only for package @axinom/mosaic-user-auth-utils
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
### [0.1.2](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-user-auth-utils@0.1.1&targetVersion=GT@axinom/mosaic-user-auth-utils@0.1.2) (2022-03-01)
|
|
129
|
-
|
|
130
|
-
**Note:** Version bump only for package @axinom/mosaic-user-auth-utils
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
### [0.1.1](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-user-auth-utils@0.1.0&targetVersion=GT@axinom/mosaic-user-auth-utils@0.1.1) (2022-02-21)
|
|
137
|
-
|
|
138
|
-
**Note:** Version bump only for package @axinom/mosaic-user-auth-utils
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
## [0.1.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-user-auth-utils@0.0.5&targetVersion=GT@axinom/mosaic-user-auth-utils@0.1.0) (2022-02-02)
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
### Features
|
|
148
|
-
|
|
149
|
-
* new response codes related to ROPC flows ([8bf8430](https://dev.azure.com/axinom/CMS/_git/Navy/commit/8bf8430d954dc55bd47d658d82d1992f50b663df))
|
|
150
|
-
* rebase with master branch ([fe969fa](https://dev.azure.com/axinom/CMS/_git/Navy/commit/fe969fac8a5e64c98174faefd61288907e10eefd))
|
|
151
|
-
* set default ts version ([16ce926](https://dev.azure.com/axinom/CMS/_git/Navy/commit/16ce92627bec279b93f5b21fe6ae830361f201a8))
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
### Bug Fixes
|
|
155
|
-
|
|
156
|
-
* minor fixes ([aa9bb31](https://dev.azure.com/axinom/CMS/_git/Navy/commit/aa9bb31843be4a359d51f1dd4a95ee5819c54464))
|
|
157
|
-
* other fixes related to PR comments ([5403c02](https://dev.azure.com/axinom/CMS/_git/Navy/commit/5403c0245ce4d5c5265310a70bd6c77ee65a9545))
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
### [0.0.5](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-user-auth-utils@0.0.4&targetVersion=GT@axinom/mosaic-user-auth-utils@0.0.5) (2022-01-19)
|
|
162
|
-
|
|
163
|
-
**Note:** Version bump only for package @axinom/mosaic-user-auth-utils
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
### [0.0.4](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-user-auth-utils@0.0.3&targetVersion=GT@axinom/mosaic-user-auth-utils@0.0.4) (2021-12-09)
|
|
170
|
-
|
|
171
|
-
**Note:** Version bump only for package @axinom/mosaic-user-auth-utils
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
### [0.0.3](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-user-auth-utils@0.0.2&targetVersion=GT@axinom/mosaic-user-auth-utils@0.0.3) (2021-11-24)
|
|
178
|
-
|
|
179
|
-
**Note:** Version bump only for package @axinom/mosaic-user-auth-utils
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
### 0.0.2 (2021-11-11)
|
|
186
|
-
|
|
187
|
-
**Note:** Version bump only for package @axinom/mosaic-user-auth-utils
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
### [0.0.1]
|
|
194
|
-
|
|
195
|
-
- First release
|