@atproto/oauth-provider 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# @atproto/oauth-provider
|
2
2
|
|
3
|
+
## 0.2.4
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [[`8943c1008`](https://github.com/bluesky-social/atproto/commit/8943c10082702bbc0fc150237c6cc421251afd51)]:
|
8
|
+
- @atproto-labs/fetch-node@0.1.2
|
9
|
+
|
3
10
|
## 0.2.3
|
4
11
|
|
5
12
|
### 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.4",
|
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": [
|
@@ -39,7 +39,7 @@
|
|
39
39
|
"psl": "^1.9.0",
|
40
40
|
"zod": "^3.23.8",
|
41
41
|
"@atproto-labs/fetch": "0.1.1",
|
42
|
-
"@atproto-labs/fetch-node": "0.1.
|
42
|
+
"@atproto-labs/fetch-node": "0.1.2",
|
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",
|