@atproto/oauth-client 0.3.7 → 0.3.8
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +11 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,16 @@
|
|
1
1
|
# @atproto/oauth-client
|
2
2
|
|
3
|
+
## 0.3.8
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [[`cc2a1222b`](https://github.com/bluesky-social/atproto/commit/cc2a1222bd2b8ddd70d70dad174c1c63246a2d87), [`cc2a1222b`](https://github.com/bluesky-social/atproto/commit/cc2a1222bd2b8ddd70d70dad174c1c63246a2d87), [`fb64d50ee`](https://github.com/bluesky-social/atproto/commit/fb64d50ee220316b9f1183e5c3259629489734c9)]:
|
8
|
+
- @atproto-labs/did-resolver@0.1.9
|
9
|
+
- @atproto/did@0.1.4
|
10
|
+
- @atproto/xrpc@0.6.7
|
11
|
+
- @atproto-labs/identity-resolver@0.1.11
|
12
|
+
- @atproto-labs/handle-resolver@0.1.6
|
13
|
+
|
3
14
|
## 0.3.7
|
4
15
|
|
5
16
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@atproto/oauth-client",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.8",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "OAuth client for ATPROTO PDS. This package serves as common base for environment-specific implementations (NodeJS, Browser, React-Native).",
|
6
6
|
"keywords": [
|
@@ -27,16 +27,16 @@
|
|
27
27
|
"dependencies": {
|
28
28
|
"multiformats": "^9.9.0",
|
29
29
|
"zod": "^3.23.8",
|
30
|
-
"@atproto-labs/did-resolver": "0.1.
|
30
|
+
"@atproto-labs/did-resolver": "0.1.9",
|
31
31
|
"@atproto-labs/fetch": "0.2.0",
|
32
|
-
"@atproto-labs/handle-resolver": "0.1.
|
33
|
-
"@atproto-labs/identity-resolver": "0.1.
|
32
|
+
"@atproto-labs/handle-resolver": "0.1.6",
|
33
|
+
"@atproto-labs/identity-resolver": "0.1.11",
|
34
34
|
"@atproto-labs/simple-store": "0.1.1",
|
35
35
|
"@atproto-labs/simple-store-memory": "0.1.1",
|
36
|
-
"@atproto/did": "0.1.
|
36
|
+
"@atproto/did": "0.1.4",
|
37
37
|
"@atproto/jwk": "0.1.2",
|
38
38
|
"@atproto/oauth-types": "0.2.2",
|
39
|
-
"@atproto/xrpc": "0.6.
|
39
|
+
"@atproto/xrpc": "0.6.7"
|
40
40
|
},
|
41
41
|
"devDependencies": {
|
42
42
|
"typescript": "^5.6.3"
|