@atproto/oauth-client-node 0.4.4 → 0.4.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +647 -0
  2. package/package.json +15 -14
package/CHANGELOG.md ADDED
@@ -0,0 +1,647 @@
1
+ # @atproto/oauth-client-node
2
+
3
+ ## 0.4.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @atproto/oauth-client@0.7.8
9
+
10
+ ## 0.4.5
11
+
12
+ ### Patch Changes
13
+
14
+ - [#5099](https://github.com/bluesky-social/atproto/pull/5099) [`b43ec31`](https://github.com/bluesky-social/atproto/commit/b43ec31f247f4461725b01226885f88bd430ca07) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Update TypeScript build to rely on references to composite internal projects
15
+
16
+ - [#5099](https://github.com/bluesky-social/atproto/pull/5099) [`b43ec31`](https://github.com/bluesky-social/atproto/commit/b43ec31f247f4461725b01226885f88bd430ca07) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Bundle only necessary files in the NPM tarball, including the `CHANGELOG.md` and `README.md` files (if present).
17
+
18
+ - [#5099](https://github.com/bluesky-social/atproto/pull/5099) [`b43ec31`](https://github.com/bluesky-social/atproto/commit/b43ec31f247f4461725b01226885f88bd430ca07) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Build with `noImplicitAny` enabled
19
+
20
+ - Updated dependencies [[`b43ec31`](https://github.com/bluesky-social/atproto/commit/b43ec31f247f4461725b01226885f88bd430ca07), [`b43ec31`](https://github.com/bluesky-social/atproto/commit/b43ec31f247f4461725b01226885f88bd430ca07), [`b43ec31`](https://github.com/bluesky-social/atproto/commit/b43ec31f247f4461725b01226885f88bd430ca07)]:
21
+ - @atproto-labs/handle-resolver-node@0.2.4
22
+ - @atproto-labs/did-resolver@0.3.4
23
+ - @atproto-labs/simple-store@0.4.3
24
+ - @atproto/jwk-webcrypto@0.3.3
25
+ - @atproto/oauth-client@0.7.7
26
+ - @atproto/oauth-types@0.7.4
27
+ - @atproto/jwk-jose@0.2.3
28
+ - @atproto/jwk@0.7.3
29
+ - @atproto/did@0.5.3
30
+
31
+ ## 0.4.4
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies [[`8bcba69`](https://github.com/bluesky-social/atproto/commit/8bcba69cf1f02d09e07b51ce091918312029df63)]:
36
+ - @atproto/oauth-client@0.7.6
37
+
38
+ ## 0.4.3
39
+
40
+ ### Patch Changes
41
+
42
+ - [#5151](https://github.com/bluesky-social/atproto/pull/5151) [`a51c45d`](https://github.com/bluesky-social/atproto/commit/a51c45d38f6bd7b8765f640e564cf921d52162e7) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Update dependencies
43
+
44
+ - Updated dependencies [[`a51c45d`](https://github.com/bluesky-social/atproto/commit/a51c45d38f6bd7b8765f640e564cf921d52162e7)]:
45
+ - @atproto/did@0.5.2
46
+ - @atproto-labs/did-resolver@0.3.3
47
+ - @atproto-labs/handle-resolver-node@0.2.3
48
+ - @atproto-labs/simple-store@0.4.2
49
+ - @atproto/jwk@0.7.2
50
+ - @atproto/jwk-jose@0.2.2
51
+ - @atproto/jwk-webcrypto@0.3.2
52
+ - @atproto/oauth-client@0.7.5
53
+ - @atproto/oauth-types@0.7.3
54
+
55
+ ## 0.4.2
56
+
57
+ ### Patch Changes
58
+
59
+ - [#4967](https://github.com/bluesky-social/atproto/pull/4967) [`9fc720c`](https://github.com/bluesky-social/atproto/commit/9fc720ce75f3ee88a5e48a9be919b07c7647f6f5) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Use TypeScript 7 to build package
60
+
61
+ - Updated dependencies [[`9fc720c`](https://github.com/bluesky-social/atproto/commit/9fc720ce75f3ee88a5e48a9be919b07c7647f6f5)]:
62
+ - @atproto-labs/handle-resolver-node@0.2.2
63
+ - @atproto-labs/did-resolver@0.3.2
64
+ - @atproto-labs/simple-store@0.4.1
65
+ - @atproto/jwk-webcrypto@0.3.1
66
+ - @atproto/oauth-client@0.7.3
67
+ - @atproto/oauth-types@0.7.2
68
+ - @atproto/jwk-jose@0.2.1
69
+ - @atproto/jwk@0.7.1
70
+ - @atproto/did@0.5.1
71
+
72
+ ## 0.4.1
73
+
74
+ ### Patch Changes
75
+
76
+ - Updated dependencies [[`622d365`](https://github.com/bluesky-social/atproto/commit/622d365aeb240133f40763a3b1c43981112837fc)]:
77
+ - @atproto/did@0.5.0
78
+ - @atproto-labs/did-resolver@0.3.1
79
+ - @atproto-labs/handle-resolver-node@0.2.1
80
+ - @atproto/oauth-client@0.7.2
81
+ - @atproto/oauth-types@0.7.1
82
+
83
+ ## 0.4.0
84
+
85
+ ### Minor Changes
86
+
87
+ - [#4929](https://github.com/bluesky-social/atproto/pull/4929) [`f01c59f`](https://github.com/bluesky-social/atproto/commit/f01c59f5bd3f75fb8b47a9eecd4858b84033fb7c) Thanks [@devinivy](https://github.com/devinivy)! - **BREAKING:** Drop support for Node.js 18 and 20. Node.js 22 is now the minimum supported version. Docker images now use Node.js 24.
88
+
89
+ - [#4943](https://github.com/bluesky-social/atproto/pull/4943) [`c459153`](https://github.com/bluesky-social/atproto/commit/c459153395a30ce89e050892c8fab7dc98e019b9) Thanks [@devinivy](https://github.com/devinivy)! - **BREAKING:** Convert to pure ESM. All packages now ship `"type": "module"` with ES module output and Node16 module resolution.
90
+
91
+ Node.js 22's `require()` compatibility layer can still load these packages in CommonJS code.
92
+
93
+ - [#4930](https://github.com/bluesky-social/atproto/pull/4930) [`908bece`](https://github.com/bluesky-social/atproto/commit/908bece169258bff5ad121e5eec157d6ded6f705) Thanks [@devinivy](https://github.com/devinivy)! - Build with TypeScript 6.0.
94
+
95
+ ### Patch Changes
96
+
97
+ - Updated dependencies [[`f01c59f`](https://github.com/bluesky-social/atproto/commit/f01c59f5bd3f75fb8b47a9eecd4858b84033fb7c), [`c459153`](https://github.com/bluesky-social/atproto/commit/c459153395a30ce89e050892c8fab7dc98e019b9), [`affb50c`](https://github.com/bluesky-social/atproto/commit/affb50c040b497a12631df99a6310f8e78cab557), [`908bece`](https://github.com/bluesky-social/atproto/commit/908bece169258bff5ad121e5eec157d6ded6f705)]:
98
+ - @atproto/did@0.4.0
99
+ - @atproto/jwk@0.7.0
100
+ - @atproto/jwk-jose@0.2.0
101
+ - @atproto/jwk-webcrypto@0.3.0
102
+ - @atproto/oauth-client@0.7.0
103
+ - @atproto/oauth-types@0.7.0
104
+ - @atproto-labs/did-resolver@0.3.0
105
+ - @atproto-labs/handle-resolver-node@0.2.0
106
+ - @atproto-labs/simple-store@0.4.0
107
+
108
+ ## 0.3.17
109
+
110
+ ### Patch Changes
111
+
112
+ - Updated dependencies [[`a23d132`](https://github.com/bluesky-social/atproto/commit/a23d13268ccfd51a54d21256469b8cb43f7b07df), [`a23d132`](https://github.com/bluesky-social/atproto/commit/a23d13268ccfd51a54d21256469b8cb43f7b07df), [`a23d132`](https://github.com/bluesky-social/atproto/commit/a23d13268ccfd51a54d21256469b8cb43f7b07df), [`a23d132`](https://github.com/bluesky-social/atproto/commit/a23d13268ccfd51a54d21256469b8cb43f7b07df)]:
113
+ - @atproto/oauth-client@0.6.0
114
+
115
+ ## 0.3.16
116
+
117
+ ### Patch Changes
118
+
119
+ - Updated dependencies [[`d54d707`](https://github.com/bluesky-social/atproto/commit/d54d7077eb32041e1f61c312efa1dd0d768c774e), [`d54d707`](https://github.com/bluesky-social/atproto/commit/d54d7077eb32041e1f61c312efa1dd0d768c774e)]:
120
+ - @atproto/did@0.3.0
121
+ - @atproto-labs/did-resolver@0.2.6
122
+ - @atproto-labs/handle-resolver-node@0.1.25
123
+ - @atproto/oauth-client@0.5.14
124
+ - @atproto/oauth-types@0.6.2
125
+
126
+ ## 0.3.15
127
+
128
+ ### Patch Changes
129
+
130
+ - Updated dependencies [[`2f78893`](https://github.com/bluesky-social/atproto/commit/2f78893ace3bbf14d4bac36837820ddb46658c98)]:
131
+ - @atproto/did@0.2.4
132
+ - @atproto/oauth-client@0.5.13
133
+ - @atproto-labs/did-resolver@0.2.5
134
+ - @atproto-labs/handle-resolver-node@0.1.24
135
+ - @atproto/oauth-types@0.6.1
136
+
137
+ ## 0.3.14
138
+
139
+ ### Patch Changes
140
+
141
+ - Updated dependencies [[`95ef3c2`](https://github.com/bluesky-social/atproto/commit/95ef3c24e8072e9d49412950b033cb8607764ee0), [`5d8e7a6`](https://github.com/bluesky-social/atproto/commit/5d8e7a6588fc9e57e15d83d47bb45103205e3e41)]:
142
+ - @atproto/oauth-types@0.6.0
143
+ - @atproto/oauth-client@0.5.12
144
+
145
+ ## 0.3.13
146
+
147
+ ### Patch Changes
148
+
149
+ - Updated dependencies []:
150
+ - @atproto/oauth-client@0.5.11
151
+
152
+ ## 0.3.12
153
+
154
+ ### Patch Changes
155
+
156
+ - Updated dependencies [[`8012627`](https://github.com/bluesky-social/atproto/commit/8012627a1226cb2f1c753385ad2497b6b43ffd2e), [`d396de0`](https://github.com/bluesky-social/atproto/commit/d396de016d1d55d08cfad1dabd3ffd9eaeea76ea)]:
157
+ - @atproto/did@0.2.3
158
+ - @atproto-labs/did-resolver@0.2.4
159
+ - @atproto-labs/handle-resolver-node@0.1.23
160
+ - @atproto/oauth-client@0.5.10
161
+ - @atproto/oauth-types@0.5.2
162
+
163
+ ## 0.3.11
164
+
165
+ ### Patch Changes
166
+
167
+ - Updated dependencies [[`261968fd6`](https://github.com/bluesky-social/atproto/commit/261968fd65014ded613e2bf085d61a7864b8fba7), [`261968fd6`](https://github.com/bluesky-social/atproto/commit/261968fd65014ded613e2bf085d61a7864b8fba7)]:
168
+ - @atproto-labs/did-resolver@0.2.3
169
+ - @atproto/did@0.2.2
170
+ - @atproto/oauth-client@0.5.9
171
+ - @atproto-labs/handle-resolver-node@0.1.22
172
+ - @atproto/oauth-types@0.5.1
173
+
174
+ ## 0.3.10
175
+
176
+ ### Patch Changes
177
+
178
+ - Updated dependencies [[`8ff5ec4ca`](https://github.com/bluesky-social/atproto/commit/8ff5ec4caa9a1f5c1e453a416ba2af22d1ee4f58), [`8ff5ec4ca`](https://github.com/bluesky-social/atproto/commit/8ff5ec4caa9a1f5c1e453a416ba2af22d1ee4f58), [`8ff5ec4ca`](https://github.com/bluesky-social/atproto/commit/8ff5ec4caa9a1f5c1e453a416ba2af22d1ee4f58)]:
179
+ - @atproto/oauth-types@0.5.0
180
+ - @atproto/oauth-client@0.5.8
181
+ - @atproto-labs/handle-resolver-node@0.1.21
182
+
183
+ ## 0.3.9
184
+
185
+ ### Patch Changes
186
+
187
+ - Updated dependencies [[`09439d7d6`](https://github.com/bluesky-social/atproto/commit/09439d7d688294ad1a0c78a74b901ba2f7c5f4c3), [`fefe70126`](https://github.com/bluesky-social/atproto/commit/fefe70126d0ea82507ac750f669b3478290f186b), [`f560cf226`](https://github.com/bluesky-social/atproto/commit/f560cf2266715666ce5852ab095fcfb3876ae815), [`fefe70126`](https://github.com/bluesky-social/atproto/commit/fefe70126d0ea82507ac750f669b3478290f186b), [`09439d7d6`](https://github.com/bluesky-social/atproto/commit/09439d7d688294ad1a0c78a74b901ba2f7c5f4c3), [`f560cf226`](https://github.com/bluesky-social/atproto/commit/f560cf2266715666ce5852ab095fcfb3876ae815), [`f560cf226`](https://github.com/bluesky-social/atproto/commit/f560cf2266715666ce5852ab095fcfb3876ae815), [`09439d7d6`](https://github.com/bluesky-social/atproto/commit/09439d7d688294ad1a0c78a74b901ba2f7c5f4c3), [`f560cf226`](https://github.com/bluesky-social/atproto/commit/f560cf2266715666ce5852ab095fcfb3876ae815), [`09439d7d6`](https://github.com/bluesky-social/atproto/commit/09439d7d688294ad1a0c78a74b901ba2f7c5f4c3), [`09439d7d6`](https://github.com/bluesky-social/atproto/commit/09439d7d688294ad1a0c78a74b901ba2f7c5f4c3)]:
188
+ - @atproto/oauth-types@0.4.2
189
+ - @atproto/oauth-client@0.5.7
190
+ - @atproto/jwk@0.6.0
191
+ - @atproto/jwk-webcrypto@0.2.0
192
+ - @atproto/did@0.2.1
193
+ - @atproto/jwk-jose@0.1.11
194
+ - @atproto-labs/did-resolver@0.2.2
195
+ - @atproto-labs/handle-resolver-node@0.1.20
196
+
197
+ ## 0.3.8
198
+
199
+ ### Patch Changes
200
+
201
+ - Updated dependencies []:
202
+ - @atproto/oauth-client@0.5.6
203
+
204
+ ## 0.3.7
205
+
206
+ ### Patch Changes
207
+
208
+ - Updated dependencies [[`f9dc9aa4c`](https://github.com/bluesky-social/atproto/commit/f9dc9aa4c9eaf2f82d140fbf011a9015e7f1a00d), [`f9dc9aa4c`](https://github.com/bluesky-social/atproto/commit/f9dc9aa4c9eaf2f82d140fbf011a9015e7f1a00d), [`f9dc9aa4c`](https://github.com/bluesky-social/atproto/commit/f9dc9aa4c9eaf2f82d140fbf011a9015e7f1a00d), [`f9dc9aa4c`](https://github.com/bluesky-social/atproto/commit/f9dc9aa4c9eaf2f82d140fbf011a9015e7f1a00d), [`86c4699da`](https://github.com/bluesky-social/atproto/commit/86c4699da8cf184c251e58c0a3a2612dd676f0ea), [`f9dc9aa4c`](https://github.com/bluesky-social/atproto/commit/f9dc9aa4c9eaf2f82d140fbf011a9015e7f1a00d), [`f9dc9aa4c`](https://github.com/bluesky-social/atproto/commit/f9dc9aa4c9eaf2f82d140fbf011a9015e7f1a00d)]:
209
+ - @atproto/did@0.2.0
210
+ - @atproto-labs/simple-store@0.3.0
211
+ - @atproto/oauth-client@0.5.5
212
+ - @atproto-labs/did-resolver@0.2.1
213
+ - @atproto-labs/handle-resolver-node@0.1.19
214
+
215
+ ## 0.3.6
216
+
217
+ ### Patch Changes
218
+
219
+ - [#4139](https://github.com/bluesky-social/atproto/pull/4139) [`6231c8730`](https://github.com/bluesky-social/atproto/commit/6231c8730adb3a4c17dec417e5332b2be61070e5) Thanks [@ThisIsMissEm](https://github.com/ThisIsMissEm)! - Fix support for multiple redirect URIs in `@atproto/oauth-client`
220
+
221
+ Previously the callback method assumed a singular `redirect_uris` value, and enforced only performing the callback with the first registered redirect URI. This change allows passing the actual redirect URI to the `callback` method, much like the `authorize` method supports.
222
+
223
+ - Updated dependencies [[`6231c8730`](https://github.com/bluesky-social/atproto/commit/6231c8730adb3a4c17dec417e5332b2be61070e5)]:
224
+ - @atproto/oauth-client@0.5.4
225
+
226
+ ## 0.3.5
227
+
228
+ ### Patch Changes
229
+
230
+ - Updated dependencies []:
231
+ - @atproto/oauth-client@0.5.3
232
+
233
+ ## 0.3.4
234
+
235
+ ### Patch Changes
236
+
237
+ - Updated dependencies [[`8a88e2c15`](https://github.com/bluesky-social/atproto/commit/8a88e2c15451f5e8239400eeb277ad31d178b8e6), [`8a88e2c15`](https://github.com/bluesky-social/atproto/commit/8a88e2c15451f5e8239400eeb277ad31d178b8e6)]:
238
+ - @atproto/jwk@0.5.0
239
+ - @atproto/jwk-jose@0.1.10
240
+ - @atproto/jwk-webcrypto@0.1.10
241
+ - @atproto/oauth-client@0.5.2
242
+ - @atproto/oauth-types@0.4.1
243
+
244
+ ## 0.3.3
245
+
246
+ ### Patch Changes
247
+
248
+ - Updated dependencies []:
249
+ - @atproto/oauth-client@0.5.1
250
+
251
+ ## 0.3.2
252
+
253
+ ### Patch Changes
254
+
255
+ - Updated dependencies [[`4c2d49917`](https://github.com/bluesky-social/atproto/commit/4c2d499178c61eb8a9d7f658e89fe68fa07f81e7), [`4c2d49917`](https://github.com/bluesky-social/atproto/commit/4c2d499178c61eb8a9d7f658e89fe68fa07f81e7), [`3a1e010e1`](https://github.com/bluesky-social/atproto/commit/3a1e010e148476bfdc0028c37cafbce85a46605a), [`3a1e010e1`](https://github.com/bluesky-social/atproto/commit/3a1e010e148476bfdc0028c37cafbce85a46605a)]:
256
+ - @atproto/oauth-client@0.5.0
257
+ - @atproto/oauth-types@0.4.0
258
+
259
+ ## 0.3.1
260
+
261
+ ### Patch Changes
262
+
263
+ - Updated dependencies []:
264
+ - @atproto-labs/handle-resolver-node@0.1.18
265
+ - @atproto/oauth-client@0.4.2
266
+
267
+ ## 0.3.0
268
+
269
+ ### Minor Changes
270
+
271
+ - [#3976](https://github.com/bluesky-social/atproto/pull/3976) [`90b4775fc`](https://github.com/bluesky-social/atproto/commit/90b4775fc9c6959171bc12b961ce9421cc14d6ee) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Remove `NodeOAuthClient.fromClientId`
272
+
273
+ ### Patch Changes
274
+
275
+ - [#3976](https://github.com/bluesky-social/atproto/pull/3976) [`90b4775fc`](https://github.com/bluesky-social/atproto/commit/90b4775fc9c6959171bc12b961ce9421cc14d6ee) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Re-export all types & utilities needed to instantiate an OAuth client
276
+
277
+ - [#3976](https://github.com/bluesky-social/atproto/pull/3976) [`90b4775fc`](https://github.com/bluesky-social/atproto/commit/90b4775fc9c6959171bc12b961ce9421cc14d6ee) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Allow passing custom `handleResolver` option
278
+
279
+ - Updated dependencies [[`90b4775fc`](https://github.com/bluesky-social/atproto/commit/90b4775fc9c6959171bc12b961ce9421cc14d6ee), [`90b4775fc`](https://github.com/bluesky-social/atproto/commit/90b4775fc9c6959171bc12b961ce9421cc14d6ee), [`90b4775fc`](https://github.com/bluesky-social/atproto/commit/90b4775fc9c6959171bc12b961ce9421cc14d6ee), [`90b4775fc`](https://github.com/bluesky-social/atproto/commit/90b4775fc9c6959171bc12b961ce9421cc14d6ee), [`90b4775fc`](https://github.com/bluesky-social/atproto/commit/90b4775fc9c6959171bc12b961ce9421cc14d6ee)]:
280
+ - @atproto/oauth-client@0.4.1
281
+ - @atproto-labs/did-resolver@0.2.0
282
+ - @atproto/jwk@0.4.0
283
+ - @atproto-labs/handle-resolver-node@0.1.17
284
+ - @atproto/jwk-jose@0.1.9
285
+ - @atproto/jwk-webcrypto@0.1.9
286
+ - @atproto/oauth-types@0.3.1
287
+
288
+ ## 0.2.24
289
+
290
+ ### Patch Changes
291
+
292
+ - [#3847](https://github.com/bluesky-social/atproto/pull/3847) [`349b59175`](https://github.com/bluesky-social/atproto/commit/349b59175e82ceb9500ae7c6a9a0b9b6aec9d1b6) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Minor typing change
293
+
294
+ - Updated dependencies [[`349b59175`](https://github.com/bluesky-social/atproto/commit/349b59175e82ceb9500ae7c6a9a0b9b6aec9d1b6), [`349b59175`](https://github.com/bluesky-social/atproto/commit/349b59175e82ceb9500ae7c6a9a0b9b6aec9d1b6), [`349b59175`](https://github.com/bluesky-social/atproto/commit/349b59175e82ceb9500ae7c6a9a0b9b6aec9d1b6), [`349b59175`](https://github.com/bluesky-social/atproto/commit/349b59175e82ceb9500ae7c6a9a0b9b6aec9d1b6), [`349b59175`](https://github.com/bluesky-social/atproto/commit/349b59175e82ceb9500ae7c6a9a0b9b6aec9d1b6), [`349b59175`](https://github.com/bluesky-social/atproto/commit/349b59175e82ceb9500ae7c6a9a0b9b6aec9d1b6), [`349b59175`](https://github.com/bluesky-social/atproto/commit/349b59175e82ceb9500ae7c6a9a0b9b6aec9d1b6)]:
295
+ - @atproto/oauth-types@0.3.0
296
+ - @atproto/oauth-client@0.4.0
297
+ - @atproto/jwk@0.3.0
298
+ - @atproto/jwk-jose@0.1.8
299
+ - @atproto/jwk-webcrypto@0.1.8
300
+
301
+ ## 0.2.23
302
+
303
+ ### Patch Changes
304
+
305
+ - Updated dependencies [[`192f3ab89`](https://github.com/bluesky-social/atproto/commit/192f3ab89c943216683541f42cc1332e9c305eee), [`4e96e2c7b`](https://github.com/bluesky-social/atproto/commit/4e96e2c7b7cc0231607d3065c95704069c4ca2a2)]:
306
+ - @atproto/oauth-client@0.3.22
307
+
308
+ ## 0.2.22
309
+
310
+ ### Patch Changes
311
+
312
+ - Updated dependencies [[`cd4bed3c9`](https://github.com/bluesky-social/atproto/commit/cd4bed3c9e68878c3f79620fe19f6994ebcb932e)]:
313
+ - @atproto/oauth-client@0.3.21
314
+
315
+ ## 0.2.21
316
+
317
+ ### Patch Changes
318
+
319
+ - Updated dependencies [[`3fa2ee3b6`](https://github.com/bluesky-social/atproto/commit/3fa2ee3b6a382709b10921da53e69a901bccbb05), [`a3b24ca77`](https://github.com/bluesky-social/atproto/commit/a3b24ca77ca24ac19b17cf9ee2a5ca9612ccf96c), [`a3b24ca77`](https://github.com/bluesky-social/atproto/commit/a3b24ca77ca24ac19b17cf9ee2a5ca9612ccf96c)]:
320
+ - @atproto/jwk@0.2.0
321
+ - @atproto/oauth-types@0.2.8
322
+ - @atproto/oauth-client@0.3.20
323
+ - @atproto/jwk-jose@0.1.7
324
+ - @atproto/jwk-webcrypto@0.1.7
325
+
326
+ ## 0.2.20
327
+
328
+ ### Patch Changes
329
+
330
+ - Updated dependencies [[`a03f0b906`](https://github.com/bluesky-social/atproto/commit/a03f0b906b108f8c766a5700f0d68b55748f23bd)]:
331
+ - @atproto/oauth-client@0.3.19
332
+
333
+ ## 0.2.19
334
+
335
+ ### Patch Changes
336
+
337
+ - Updated dependencies [[`36d0d370c`](https://github.com/bluesky-social/atproto/commit/36d0d370c24498f74c243ebfb01564e5050c672d)]:
338
+ - @atproto/oauth-client@0.3.18
339
+
340
+ ## 0.2.18
341
+
342
+ ### Patch Changes
343
+
344
+ - Updated dependencies []:
345
+ - @atproto-labs/handle-resolver-node@0.1.16
346
+ - @atproto-labs/did-resolver@0.1.13
347
+ - @atproto/oauth-client@0.3.17
348
+
349
+ ## 0.2.17
350
+
351
+ ### Patch Changes
352
+
353
+ - Updated dependencies [[`a48b093f0`](https://github.com/bluesky-social/atproto/commit/a48b093f0ba3cf67b7abc50d309afcb336d8ead8)]:
354
+ - @atproto/oauth-types@0.2.7
355
+ - @atproto/oauth-client@0.3.16
356
+
357
+ ## 0.2.16
358
+
359
+ ### Patch Changes
360
+
361
+ - Updated dependencies [[`0d77d1b55`](https://github.com/bluesky-social/atproto/commit/0d77d1b550a58117aee8f7f1e2be24d255ade9e4), [`30f9b6690`](https://github.com/bluesky-social/atproto/commit/30f9b6690e0e2c5810772e94e631322b9d89c65a), [`30f9b6690`](https://github.com/bluesky-social/atproto/commit/30f9b6690e0e2c5810772e94e631322b9d89c65a), [`0d77d1b55`](https://github.com/bluesky-social/atproto/commit/0d77d1b550a58117aee8f7f1e2be24d255ade9e4)]:
362
+ - @atproto-labs/simple-store@0.2.0
363
+ - @atproto/oauth-types@0.2.6
364
+ - @atproto-labs/did-resolver@0.1.12
365
+ - @atproto/oauth-client@0.3.15
366
+ - @atproto-labs/handle-resolver-node@0.1.15
367
+
368
+ ## 0.2.15
369
+
370
+ ### Patch Changes
371
+
372
+ - Updated dependencies [[`371e04aad`](https://github.com/bluesky-social/atproto/commit/371e04aad2a3e8ae3fe185ce15fc8eb051cab78e), [`26a077716`](https://github.com/bluesky-social/atproto/commit/26a07771673bf1090a61efb7c970235f0b2509fc)]:
373
+ - @atproto/oauth-types@0.2.5
374
+ - @atproto/jwk@0.1.5
375
+ - @atproto/oauth-client@0.3.14
376
+ - @atproto/jwk-jose@0.1.6
377
+ - @atproto/jwk-webcrypto@0.1.6
378
+
379
+ ## 0.2.14
380
+
381
+ ### Patch Changes
382
+
383
+ - Updated dependencies []:
384
+ - @atproto/oauth-client@0.3.13
385
+
386
+ ## 0.2.13
387
+
388
+ ### Patch Changes
389
+
390
+ - Updated dependencies []:
391
+ - @atproto/oauth-client@0.3.12
392
+
393
+ ## 0.2.12
394
+
395
+ ### Patch Changes
396
+
397
+ - Updated dependencies [[`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29), [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29)]:
398
+ - @atproto/oauth-types@0.2.4
399
+ - @atproto/jwk@0.1.4
400
+ - @atproto/oauth-client@0.3.11
401
+ - @atproto-labs/did-resolver@0.1.11
402
+ - @atproto/jwk-jose@0.1.5
403
+ - @atproto/jwk-webcrypto@0.1.5
404
+ - @atproto-labs/handle-resolver-node@0.1.14
405
+
406
+ ## 0.2.11
407
+
408
+ ### Patch Changes
409
+
410
+ - Updated dependencies []:
411
+ - @atproto/oauth-client@0.3.10
412
+
413
+ ## 0.2.10
414
+
415
+ ### Patch Changes
416
+
417
+ - [#3220](https://github.com/bluesky-social/atproto/pull/3220) [`61dc0d60e`](https://github.com/bluesky-social/atproto/commit/61dc0d60e19b88c6427a54c6d95a391b5f4da7bd) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Apply new linting rules regarding import order
418
+
419
+ - [#3220](https://github.com/bluesky-social/atproto/pull/3220) [`61dc0d60e`](https://github.com/bluesky-social/atproto/commit/61dc0d60e19b88c6427a54c6d95a391b5f4da7bd) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Update NodeJS engine requirement to >=18.7.0
420
+
421
+ - Updated dependencies [[`61dc0d60e`](https://github.com/bluesky-social/atproto/commit/61dc0d60e19b88c6427a54c6d95a391b5f4da7bd), [`61dc0d60e`](https://github.com/bluesky-social/atproto/commit/61dc0d60e19b88c6427a54c6d95a391b5f4da7bd), [`61dc0d60e`](https://github.com/bluesky-social/atproto/commit/61dc0d60e19b88c6427a54c6d95a391b5f4da7bd)]:
422
+ - @atproto-labs/handle-resolver-node@0.1.13
423
+ - @atproto-labs/did-resolver@0.1.10
424
+ - @atproto-labs/simple-store@0.1.2
425
+ - @atproto/jwk-webcrypto@0.1.4
426
+ - @atproto/oauth-client@0.3.9
427
+ - @atproto/oauth-types@0.2.3
428
+ - @atproto/jwk-jose@0.1.4
429
+ - @atproto/jwk@0.1.3
430
+ - @atproto/did@0.1.5
431
+
432
+ ## 0.2.9
433
+
434
+ ### Patch Changes
435
+
436
+ - Updated dependencies [[`cc2a1222b`](https://github.com/bluesky-social/atproto/commit/cc2a1222bd2b8ddd70d70dad174c1c63246a2d87), [`cc2a1222b`](https://github.com/bluesky-social/atproto/commit/cc2a1222bd2b8ddd70d70dad174c1c63246a2d87)]:
437
+ - @atproto-labs/did-resolver@0.1.9
438
+ - @atproto/did@0.1.4
439
+ - @atproto/oauth-client@0.3.8
440
+ - @atproto-labs/handle-resolver-node@0.1.12
441
+
442
+ ## 0.2.8
443
+
444
+ ### Patch Changes
445
+
446
+ - Updated dependencies []:
447
+ - @atproto-labs/handle-resolver-node@0.1.11
448
+
449
+ ## 0.2.7
450
+
451
+ ### Patch Changes
452
+
453
+ - Updated dependencies [[`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0)]:
454
+ - @atproto/jwk@0.1.2
455
+ - @atproto/jwk-jose@0.1.3
456
+ - @atproto/jwk-webcrypto@0.1.3
457
+ - @atproto/oauth-client@0.3.7
458
+ - @atproto/oauth-types@0.2.2
459
+ - @atproto-labs/did-resolver@0.1.8
460
+ - @atproto-labs/handle-resolver-node@0.1.10
461
+
462
+ ## 0.2.6
463
+
464
+ ### Patch Changes
465
+
466
+ - Updated dependencies [[`72eba67af`](https://github.com/bluesky-social/atproto/commit/72eba67af1af8320b5400bcb9319d5c3c8407d99)]:
467
+ - @atproto-labs/did-resolver@0.1.7
468
+ - @atproto/oauth-client@0.3.6
469
+
470
+ ## 0.2.5
471
+
472
+ ### Patch Changes
473
+
474
+ - Updated dependencies []:
475
+ - @atproto-labs/handle-resolver-node@0.1.9
476
+ - @atproto/oauth-client@0.3.5
477
+
478
+ ## 0.2.4
479
+
480
+ ### Patch Changes
481
+
482
+ - Updated dependencies []:
483
+ - @atproto/oauth-client@0.3.4
484
+
485
+ ## 0.2.3
486
+
487
+ ### Patch Changes
488
+
489
+ - Updated dependencies []:
490
+ - @atproto-labs/did-resolver@0.1.6
491
+ - @atproto/oauth-client@0.3.3
492
+ - @atproto-labs/handle-resolver-node@0.1.8
493
+
494
+ ## 0.2.2
495
+
496
+ ### Patch Changes
497
+
498
+ - Updated dependencies [[`5ddd51235`](https://github.com/bluesky-social/atproto/commit/5ddd51235c7e064bddcad2dd218df05d144d18d3), [`5ddd51235`](https://github.com/bluesky-social/atproto/commit/5ddd51235c7e064bddcad2dd218df05d144d18d3), [`5ddd51235`](https://github.com/bluesky-social/atproto/commit/5ddd51235c7e064bddcad2dd218df05d144d18d3), [`5ddd51235`](https://github.com/bluesky-social/atproto/commit/5ddd51235c7e064bddcad2dd218df05d144d18d3), [`5ddd51235`](https://github.com/bluesky-social/atproto/commit/5ddd51235c7e064bddcad2dd218df05d144d18d3), [`5ddd51235`](https://github.com/bluesky-social/atproto/commit/5ddd51235c7e064bddcad2dd218df05d144d18d3)]:
499
+ - @atproto/oauth-types@0.2.1
500
+ - @atproto/oauth-client@0.3.2
501
+
502
+ ## 0.2.1
503
+
504
+ ### Patch Changes
505
+
506
+ - Updated dependencies []:
507
+ - @atproto/oauth-client@0.3.1
508
+
509
+ ## 0.2.0
510
+
511
+ ### Minor Changes
512
+
513
+ - [#2871](https://github.com/bluesky-social/atproto/pull/2871) [`9d40ccbb6`](https://github.com/bluesky-social/atproto/commit/9d40ccbb69103fae9aae7e3cec31e9b3116f3ba2) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Use `"auto"` instead of `undefined` to descibe the refresh mechanism to use in various methods.
514
+
515
+ ### Patch Changes
516
+
517
+ - [#2874](https://github.com/bluesky-social/atproto/pull/2874) [`7f26b1765`](https://github.com/bluesky-social/atproto/commit/7f26b176526b9856a8f61faca6f065f0afd43abf) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Bugfix: Prevent accidental override of `NodeOAuthClient` constructor options
518
+
519
+ - Updated dependencies [[`7f26b1765`](https://github.com/bluesky-social/atproto/commit/7f26b176526b9856a8f61faca6f065f0afd43abf), [`7f26b1765`](https://github.com/bluesky-social/atproto/commit/7f26b176526b9856a8f61faca6f065f0afd43abf), [`9d40ccbb6`](https://github.com/bluesky-social/atproto/commit/9d40ccbb69103fae9aae7e3cec31e9b3116f3ba2), [`7f26b1765`](https://github.com/bluesky-social/atproto/commit/7f26b176526b9856a8f61faca6f065f0afd43abf), [`9d40ccbb6`](https://github.com/bluesky-social/atproto/commit/9d40ccbb69103fae9aae7e3cec31e9b3116f3ba2), [`9d40ccbb6`](https://github.com/bluesky-social/atproto/commit/9d40ccbb69103fae9aae7e3cec31e9b3116f3ba2), [`9d40ccbb6`](https://github.com/bluesky-social/atproto/commit/9d40ccbb69103fae9aae7e3cec31e9b3116f3ba2), [`9d40ccbb6`](https://github.com/bluesky-social/atproto/commit/9d40ccbb69103fae9aae7e3cec31e9b3116f3ba2), [`9d40ccbb6`](https://github.com/bluesky-social/atproto/commit/9d40ccbb69103fae9aae7e3cec31e9b3116f3ba2), [`9d40ccbb6`](https://github.com/bluesky-social/atproto/commit/9d40ccbb69103fae9aae7e3cec31e9b3116f3ba2), [`9d40ccbb6`](https://github.com/bluesky-social/atproto/commit/9d40ccbb69103fae9aae7e3cec31e9b3116f3ba2), [`7f26b1765`](https://github.com/bluesky-social/atproto/commit/7f26b176526b9856a8f61faca6f065f0afd43abf), [`9d40ccbb6`](https://github.com/bluesky-social/atproto/commit/9d40ccbb69103fae9aae7e3cec31e9b3116f3ba2), [`9d40ccbb6`](https://github.com/bluesky-social/atproto/commit/9d40ccbb69103fae9aae7e3cec31e9b3116f3ba2), [`7f26b1765`](https://github.com/bluesky-social/atproto/commit/7f26b176526b9856a8f61faca6f065f0afd43abf)]:
520
+ - @atproto/oauth-client@0.3.0
521
+ - @atproto/oauth-types@0.2.0
522
+ - @atproto-labs/did-resolver@0.1.5
523
+ - @atproto/did@0.1.3
524
+ - @atproto-labs/handle-resolver-node@0.1.7
525
+
526
+ ## 0.1.4
527
+
528
+ ### Patch Changes
529
+
530
+ - Updated dependencies []:
531
+ - @atproto-labs/handle-resolver-node@0.1.6
532
+
533
+ ## 0.1.3
534
+
535
+ ### Patch Changes
536
+
537
+ - Updated dependencies []:
538
+ - @atproto-labs/handle-resolver-node@0.1.5
539
+
540
+ ## 0.1.2
541
+
542
+ ### Patch Changes
543
+
544
+ - Updated dependencies [[`ed325d863`](https://github.com/bluesky-social/atproto/commit/ed325d863ce8ea5986c5a45c3188aaa35288b7a8), [`ed325d863`](https://github.com/bluesky-social/atproto/commit/ed325d863ce8ea5986c5a45c3188aaa35288b7a8), [`ed325d863`](https://github.com/bluesky-social/atproto/commit/ed325d863ce8ea5986c5a45c3188aaa35288b7a8), [`ed325d863`](https://github.com/bluesky-social/atproto/commit/ed325d863ce8ea5986c5a45c3188aaa35288b7a8), [`ed325d863`](https://github.com/bluesky-social/atproto/commit/ed325d863ce8ea5986c5a45c3188aaa35288b7a8), [`ed325d863`](https://github.com/bluesky-social/atproto/commit/ed325d863ce8ea5986c5a45c3188aaa35288b7a8), [`ed325d863`](https://github.com/bluesky-social/atproto/commit/ed325d863ce8ea5986c5a45c3188aaa35288b7a8), [`ed325d863`](https://github.com/bluesky-social/atproto/commit/ed325d863ce8ea5986c5a45c3188aaa35288b7a8), [`ed325d863`](https://github.com/bluesky-social/atproto/commit/ed325d863ce8ea5986c5a45c3188aaa35288b7a8), [`ed325d863`](https://github.com/bluesky-social/atproto/commit/ed325d863ce8ea5986c5a45c3188aaa35288b7a8), [`ed325d863`](https://github.com/bluesky-social/atproto/commit/ed325d863ce8ea5986c5a45c3188aaa35288b7a8), [`ed325d863`](https://github.com/bluesky-social/atproto/commit/ed325d863ce8ea5986c5a45c3188aaa35288b7a8), [`ed325d863`](https://github.com/bluesky-social/atproto/commit/ed325d863ce8ea5986c5a45c3188aaa35288b7a8)]:
545
+ - @atproto/oauth-types@0.1.5
546
+ - @atproto/oauth-client@0.2.2
547
+ - @atproto-labs/handle-resolver-node@0.1.4
548
+ - @atproto-labs/did-resolver@0.1.4
549
+
550
+ ## 0.1.1
551
+
552
+ ### Patch Changes
553
+
554
+ - Updated dependencies [[`cb4abbb67`](https://github.com/bluesky-social/atproto/commit/cb4abbb673c69a8a89b49dca5c038f3da2153c6c), [`cb4abbb67`](https://github.com/bluesky-social/atproto/commit/cb4abbb673c69a8a89b49dca5c038f3da2153c6c), [`cb4abbb67`](https://github.com/bluesky-social/atproto/commit/cb4abbb673c69a8a89b49dca5c038f3da2153c6c)]:
555
+ - @atproto/did@0.1.2
556
+ - @atproto-labs/did-resolver@0.1.3
557
+ - @atproto-labs/handle-resolver-node@0.1.3
558
+ - @atproto/oauth-client@0.2.1
559
+
560
+ ## 0.1.0
561
+
562
+ ### Minor Changes
563
+
564
+ - [#2714](https://github.com/bluesky-social/atproto/pull/2714) [`d9ffa3c46`](https://github.com/bluesky-social/atproto/commit/d9ffa3c460924010d7002b616cb7a0c66111cc6c) Thanks [@matthieusieben](https://github.com/matthieusieben)! - The `OAuthClient` (and runtime specific sub-classes) no longer return @atproto/api `Agent` instances. Instead, they return `OAuthSession` instances that can be used to instantiate the `Agent` class.
565
+
566
+ - [#2734](https://github.com/bluesky-social/atproto/pull/2734) [`dee817b6e`](https://github.com/bluesky-social/atproto/commit/dee817b6e0fc02351d51ce310b5e65239b7c5ed7) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Remove "openid" compatibility. The reason is that although we were technically "openid" compatible, ATProto identifiers are distributed identifiers. When a client relies on OpenID to authenticate users, it will use the auth provider in combination with the identifier to uniquely identify the user. Since ATProto identifiers are meant to be able to move from one provider to the other, OpenID compatibility could break authentication after a user was migrated to a different provider.
567
+
568
+ The way OpenID compliant clients would adapt to this particularity would typically be to remove the provider + identifier combination and use the identifier alone. While this is indeed the right way to handle ATProto identifiers, it requires more work to avoid impersonation. In particular, when obtaining a user identifier, the client **must** verify that the issuer of the identity token is indeed the server responsible for that user. This mechanism being not enforced by the OpenID standard, OpenID compatibility could lead to security issues. For this reason, we decided to remove OpenID compatibility from the OAuth provider.
569
+
570
+ Note that a trusted central authority could still offer OpenID compatibility by relying on ATProto's regular OAuth flow under the hood. This capability is out of the scope of this library.
571
+
572
+ ### Patch Changes
573
+
574
+ - [#2714](https://github.com/bluesky-social/atproto/pull/2714) [`d9ffa3c46`](https://github.com/bluesky-social/atproto/commit/d9ffa3c460924010d7002b616cb7a0c66111cc6c) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Remove un-necessary dev dependency
575
+
576
+ - Updated dependencies [[`d9ffa3c46`](https://github.com/bluesky-social/atproto/commit/d9ffa3c460924010d7002b616cb7a0c66111cc6c), [`dee817b6e`](https://github.com/bluesky-social/atproto/commit/dee817b6e0fc02351d51ce310b5e65239b7c5ed7), [`dee817b6e`](https://github.com/bluesky-social/atproto/commit/dee817b6e0fc02351d51ce310b5e65239b7c5ed7), [`dee817b6e`](https://github.com/bluesky-social/atproto/commit/dee817b6e0fc02351d51ce310b5e65239b7c5ed7), [`d9ffa3c46`](https://github.com/bluesky-social/atproto/commit/d9ffa3c460924010d7002b616cb7a0c66111cc6c), [`dee817b6e`](https://github.com/bluesky-social/atproto/commit/dee817b6e0fc02351d51ce310b5e65239b7c5ed7), [`dee817b6e`](https://github.com/bluesky-social/atproto/commit/dee817b6e0fc02351d51ce310b5e65239b7c5ed7), [`dee817b6e`](https://github.com/bluesky-social/atproto/commit/dee817b6e0fc02351d51ce310b5e65239b7c5ed7), [`dee817b6e`](https://github.com/bluesky-social/atproto/commit/dee817b6e0fc02351d51ce310b5e65239b7c5ed7), [`d9ffa3c46`](https://github.com/bluesky-social/atproto/commit/d9ffa3c460924010d7002b616cb7a0c66111cc6c), [`d9ffa3c46`](https://github.com/bluesky-social/atproto/commit/d9ffa3c460924010d7002b616cb7a0c66111cc6c), [`d9ffa3c46`](https://github.com/bluesky-social/atproto/commit/d9ffa3c460924010d7002b616cb7a0c66111cc6c)]:
577
+ - @atproto/oauth-client@0.2.0
578
+ - @atproto/oauth-types@0.1.4
579
+
580
+ ## 0.0.7
581
+
582
+ ### Patch Changes
583
+
584
+ - Updated dependencies []:
585
+ - @atproto/oauth-client@0.1.7
586
+
587
+ ## 0.0.6
588
+
589
+ ### Patch Changes
590
+
591
+ - Updated dependencies []:
592
+ - @atproto/oauth-client@0.1.6
593
+
594
+ ## 0.0.5
595
+
596
+ ### Patch Changes
597
+
598
+ - Updated dependencies [[`35a126429`](https://github.com/bluesky-social/atproto/commit/35a1264297bc22acaa6e5ed3f4aed8c351be8bbb), [`35a126429`](https://github.com/bluesky-social/atproto/commit/35a1264297bc22acaa6e5ed3f4aed8c351be8bbb), [`35a126429`](https://github.com/bluesky-social/atproto/commit/35a1264297bc22acaa6e5ed3f4aed8c351be8bbb), [`3ebcd4e61`](https://github.com/bluesky-social/atproto/commit/3ebcd4e6161291d3649d7f8a9c5ee4ac26d590a2), [`35a126429`](https://github.com/bluesky-social/atproto/commit/35a1264297bc22acaa6e5ed3f4aed8c351be8bbb)]:
599
+ - @atproto/oauth-client@0.1.5
600
+ - @atproto/oauth-types@0.1.3
601
+
602
+ ## 0.0.4
603
+
604
+ ### Patch Changes
605
+
606
+ - Updated dependencies [[`04112783d`](https://github.com/bluesky-social/atproto/commit/04112783db17f865c9e2b673190f77dd0b7461e3)]:
607
+ - @atproto/oauth-client@0.1.4
608
+
609
+ ## 0.0.3
610
+
611
+ ### Patch Changes
612
+
613
+ - Updated dependencies []:
614
+ - @atproto/oauth-client@0.1.3
615
+
616
+ ## 0.0.2
617
+
618
+ ### Patch Changes
619
+
620
+ - [#2483](https://github.com/bluesky-social/atproto/pull/2483) [`b934b396b`](https://github.com/bluesky-social/atproto/commit/b934b396b13ba32bf2bf7e75ecdf6871e5f310dd) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Better implement aptroto OAuth spec
621
+
622
+ - Updated dependencies [[`b934b396b`](https://github.com/bluesky-social/atproto/commit/b934b396b13ba32bf2bf7e75ecdf6871e5f310dd), [`b934b396b`](https://github.com/bluesky-social/atproto/commit/b934b396b13ba32bf2bf7e75ecdf6871e5f310dd), [`b934b396b`](https://github.com/bluesky-social/atproto/commit/b934b396b13ba32bf2bf7e75ecdf6871e5f310dd), [`b934b396b`](https://github.com/bluesky-social/atproto/commit/b934b396b13ba32bf2bf7e75ecdf6871e5f310dd)]:
623
+ - @atproto/oauth-client@0.1.2
624
+ - @atproto/jwk-jose@0.1.2
625
+ - @atproto/oauth-types@0.1.2
626
+ - @atproto/did@0.1.1
627
+ - @atproto/jwk-webcrypto@0.1.2
628
+ - @atproto-labs/handle-resolver-node@0.1.2
629
+ - @atproto-labs/did-resolver@0.1.2
630
+
631
+ ## 0.0.1
632
+
633
+ ### Patch Changes
634
+
635
+ - [#2633](https://github.com/bluesky-social/atproto/pull/2633) [`acc9093d2`](https://github.com/bluesky-social/atproto/commit/acc9093d2845eba02b68fb2f9db33e4f1b59bb10) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Create NodeJS OAuth SDK
636
+
637
+ - [#2633](https://github.com/bluesky-social/atproto/pull/2633) [`acc9093d2`](https://github.com/bluesky-social/atproto/commit/acc9093d2845eba02b68fb2f9db33e4f1b59bb10) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Add event emitting capability to OAuthClient
638
+
639
+ - Updated dependencies [[`acc9093d2`](https://github.com/bluesky-social/atproto/commit/acc9093d2845eba02b68fb2f9db33e4f1b59bb10), [`acc9093d2`](https://github.com/bluesky-social/atproto/commit/acc9093d2845eba02b68fb2f9db33e4f1b59bb10), [`acc9093d2`](https://github.com/bluesky-social/atproto/commit/acc9093d2845eba02b68fb2f9db33e4f1b59bb10), [`acc9093d2`](https://github.com/bluesky-social/atproto/commit/acc9093d2845eba02b68fb2f9db33e4f1b59bb10), [`acc9093d2`](https://github.com/bluesky-social/atproto/commit/acc9093d2845eba02b68fb2f9db33e4f1b59bb10)]:
640
+ - @atproto/oauth-types@0.1.1
641
+ - @atproto/jwk-jose@0.1.1
642
+ - @atproto/jwk@0.1.1
643
+ - @atproto-labs/handle-resolver-node@0.1.1
644
+ - @atproto-labs/did-resolver@0.1.1
645
+ - @atproto-labs/simple-store@0.1.1
646
+ - @atproto/oauth-client@0.1.1
647
+ - @atproto/jwk-webcrypto@0.1.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/oauth-client-node",
3
- "version": "0.4.4",
3
+ "version": "0.4.6",
4
4
  "license": "MIT",
5
5
  "description": "ATPROTO OAuth client for the NodeJS",
6
6
  "keywords": [
@@ -15,6 +15,11 @@
15
15
  "url": "https://github.com/bluesky-social/atproto",
16
16
  "directory": "packages/oauth/oauth-client-node"
17
17
  },
18
+ "files": [
19
+ "./dist",
20
+ "./README.md",
21
+ "./CHANGELOG.md"
22
+ ],
18
23
  "type": "module",
19
24
  "exports": {
20
25
  ".": {
@@ -25,21 +30,17 @@
25
30
  "engines": {
26
31
  "node": ">=22"
27
32
  },
28
- "files": [
29
- "dist"
30
- ],
31
33
  "dependencies": {
32
- "@atproto-labs/did-resolver": "^0.3.3",
33
- "@atproto-labs/handle-resolver-node": "^0.2.3",
34
- "@atproto-labs/simple-store": "^0.4.2",
35
- "@atproto/did": "^0.5.2",
36
- "@atproto/jwk": "^0.7.2",
37
- "@atproto/jwk-jose": "^0.2.2",
38
- "@atproto/jwk-webcrypto": "^0.3.2",
39
- "@atproto/oauth-types": "^0.7.3",
40
- "@atproto/oauth-client": "^0.7.6"
34
+ "@atproto-labs/did-resolver": "^0.3.4",
35
+ "@atproto-labs/handle-resolver-node": "^0.2.4",
36
+ "@atproto/did": "^0.5.3",
37
+ "@atproto/jwk-jose": "^0.2.3",
38
+ "@atproto-labs/simple-store": "^0.4.3",
39
+ "@atproto/jwk": "^0.7.3",
40
+ "@atproto/jwk-webcrypto": "^0.3.3",
41
+ "@atproto/oauth-client": "^0.7.8",
42
+ "@atproto/oauth-types": "^0.7.4"
41
43
  },
42
- "devDependencies": {},
43
44
  "scripts": {
44
45
  "build": "tsgo --build tsconfig.build.json"
45
46
  }