-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.json
214 lines (214 loc) · 7.33 KB
/
CHANGELOG.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
{
"name": "@passageidentity/passage-flex-node",
"entries": [
{
"date": "Thu, 24 Oct 2024 15:40:33 GMT",
"version": "0.2.5",
"tag": "@passageidentity/passage-flex-node_v0.2.5",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@passageidentity/passage-flex-node",
"commit": "f5ec34be9039603f704d82998629b5ccca3ada8d",
"comment": "Update copy"
}
]
}
},
{
"date": "Thu, 24 Oct 2024 15:09:00 GMT",
"version": "0.2.4",
"tag": "@passageidentity/passage-flex-node_v0.2.4",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "@passageidentity/passage-flex-node",
"commit": "6fa0710660b4ead9b6ee1967c929850314f71c06",
"comment": "Update documentation and use org-level community files in repository"
}
],
"patch": [
{
"author": "[email protected]",
"package": "@passageidentity/passage-flex-node",
"commit": "6fa0710660b4ead9b6ee1967c929850314f71c06",
"comment": "chore: fixes the name of the passage version header"
},
{
"author": "[email protected]",
"package": "@passageidentity/passage-flex-node",
"commit": "6fa0710660b4ead9b6ee1967c929850314f71c06",
"comment": "Chore(deps-dev): bump braces from 3.0.2 to 3.0.3"
}
]
}
},
{
"date": "Mon, 26 Aug 2024 18:43:54 GMT",
"version": "0.2.3",
"tag": "@passageidentity/passage-flex-node_v0.2.3",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "@passageidentity/passage-flex-node",
"commit": "74835768469cd0ce6c6fec88886454d0147c3239",
"comment": "chore: explicitly sets \"private: false\" field in package.json to try to fix npm publish"
},
{
"author": "[email protected]",
"package": "@passageidentity/passage-flex-node",
"commit": "74835768469cd0ce6c6fec88886454d0147c3239",
"comment": "chore: adds beachball config for public package publishing"
}
],
"patch": [
{
"author": "[email protected]",
"package": "@passageidentity/passage-flex-node",
"commit": "74835768469cd0ce6c6fec88886454d0147c3239",
"comment": "fix: adds security scheme to authenticateVerify operation"
}
]
}
},
{
"date": "Thu, 25 Apr 2024 17:01:51 GMT",
"version": "0.2.2",
"tag": "@passageidentity/passage-flex-node_v0.2.2",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@passageidentity/passage-flex-node",
"commit": "9854556478e5ff51d59a204f25c95dba007db919",
"comment": "fix: now passes the error info from the api response through to the PassageError object"
}
]
}
},
{
"date": "Fri, 12 Apr 2024 16:57:01 GMT",
"version": "0.2.1",
"tag": "@passageidentity/passage-flex-node_v0.2.1",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@passageidentity/passage-flex-node",
"commit": "b0b1726be0b5416c03fc8e62f9198fbf17b35bea",
"comment": "fix node importing issues"
}
]
}
},
{
"date": "Fri, 12 Apr 2024 16:01:11 GMT",
"version": "0.2.0",
"tag": "@passageidentity/passage-flex-node_v0.2.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@passageidentity/passage-flex-node",
"commit": "ca5ce64a78ff516c1f9c5663e9a792d96aa831b3",
"comment": "update verifyNonce to return user's externalId"
},
{
"author": "[email protected]",
"package": "@passageidentity/passage-flex-node",
"commit": "952fd8c75730a92049653bfcf3aa3065c7fccadb",
"comment": "feat: splits createTransaction into two functions for register and authenticate"
},
{
"author": "[email protected]",
"package": "@passageidentity/passage-flex-node",
"commit": "f1d6c3714454007f9792df9ca4d173351c378074",
"comment": "refactor: renames the Passage class to PassageFlex"
}
],
"none": [
{
"author": "[email protected]",
"package": "@passageidentity/passage-flex-node",
"commit": "24752b0af5a1cee46580488640396b1144c268ce",
"comment": "ci: removes unnecessary gha"
}
]
}
},
{
"date": "Fri, 29 Mar 2024 18:56:01 GMT",
"version": "0.1.1",
"tag": "@passageidentity/passage-flex-node_v0.1.1",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@passageidentity/passage-flex-node",
"commit": "bcad43a05c4ac0046f0dd32b5553a6485877e610",
"comment": "chore: set version"
}
]
}
},
{
"date": "Fri, 29 Mar 2024 17:55:06 GMT",
"version": "0.1.0",
"tag": "@passageidentity/passage-flex-node_v0.1.0",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "@passageidentity/passage-flex-node",
"commit": "344cfe1ff1d019a7c0736f6af96760301ba45c95",
"comment": "chore: bumps version to 0.1.0"
},
{
"author": "[email protected]",
"package": "@passageidentity/passage-flex-node",
"commit": "344cfe1ff1d019a7c0736f6af96760301ba45c95",
"comment": "fix: removes deprecated command in deploy workflow"
}
]
}
},
{
"date": "Fri, 29 Mar 2024 15:11:40 GMT",
"version": "0.1.0",
"tag": "@passageidentity/passage-flex-node_v0.1.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@passageidentity/passage-flex-node",
"commit": "28e1d30d7526baf8a2a3794bf8ff5856dfb1ab8b",
"comment": "feat: adds User class"
},
{
"author": "[email protected]",
"package": "@passageidentity/passage-flex-node",
"commit": "90aea0b67d38d601a3a8b374a607ecc0805de9b1",
"comment": "feat: adds the Passage class"
}
],
"none": [
{
"author": "[email protected]",
"package": "@passageidentity/passage-flex-node",
"commit": "b6fe56778bffe31bf4b71e6f02b326d08dd1f4ca",
"comment": "chore: codegen from passage-mgmt-flex-sdk-api in swaggerhub"
},
{
"author": "[email protected]",
"package": "@passageidentity/passage-flex-node",
"commit": "327f4bc04a14b68e003d88dd03de738848ab2a69",
"comment": "feat: initial commit for flex node sdk"
}
]
}
}
]
}