@atproto/oauth-provider 0.2.9 → 0.2.11
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +14 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# @atproto/oauth-provider
|
2
2
|
|
3
|
+
## 0.2.11
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies []:
|
8
|
+
- @atproto/common@0.4.6
|
9
|
+
|
10
|
+
## 0.2.10
|
11
|
+
|
12
|
+
### Patch Changes
|
13
|
+
|
14
|
+
- Updated dependencies [[`588baae12`](https://github.com/bluesky-social/atproto/commit/588baae1212a3cba3bf0d95d2f268e80513fd9c4)]:
|
15
|
+
- @atproto/common@0.4.5
|
16
|
+
|
3
17
|
## 0.2.9
|
4
18
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@atproto/oauth-provider",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.11",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "Generic OAuth2 and OpenID Connect provider for Node.js. Currently only supports features needed for Atproto.",
|
6
6
|
"keywords": [
|
@@ -43,7 +43,7 @@
|
|
43
43
|
"@atproto-labs/pipe": "0.1.0",
|
44
44
|
"@atproto-labs/simple-store": "0.1.1",
|
45
45
|
"@atproto-labs/simple-store-memory": "0.1.1",
|
46
|
-
"@atproto/common": "^0.4.
|
46
|
+
"@atproto/common": "^0.4.6",
|
47
47
|
"@atproto/jwk": "0.1.1",
|
48
48
|
"@atproto/jwk-jose": "0.1.2",
|
49
49
|
"@atproto/oauth-types": "0.2.1"
|