@atproto/oauth-provider 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
# @atproto/oauth-provider
|
2
2
|
|
3
|
+
## 0.2.1
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#2749](https://github.com/bluesky-social/atproto/pull/2749) [`c180cf4d8`](https://github.com/bluesky-social/atproto/commit/c180cf4d86d174c24dd640d3c95b8a461c0cd41d) Thanks [@devinivy](https://github.com/devinivy)! - Fix client-side crash on authorize page
|
8
|
+
|
3
9
|
## 0.2.0
|
4
10
|
|
5
11
|
### Minor Changes
|
@@ -2,7 +2,7 @@
|
|
2
2
|
"main.js": {
|
3
3
|
"type": "chunk",
|
4
4
|
"mime": "application/javascript",
|
5
|
-
"sha256": "
|
5
|
+
"sha256": "54fMYOECbxEeXWuVR91mntIMYUkc587Oea4gPoOoK/s=",
|
6
6
|
"dynamicImports": [],
|
7
7
|
"isDynamicEntry": false,
|
8
8
|
"isEntry": true,
|
@@ -12,7 +12,7 @@
|
|
12
12
|
"main.js.map": {
|
13
13
|
"type": "asset",
|
14
14
|
"mime": "application/json",
|
15
|
-
"sha256": "
|
15
|
+
"sha256": "GCPb3Dp0/AtuV5p/RU0fhfpCiPO0p8BWvbjXAs4QksM="
|
16
16
|
},
|
17
17
|
"main.css": {
|
18
18
|
"type": "asset",
|