@atproto/oauth-client 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@atproto/oauth-client",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.1",
|
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": [
|
@@ -30,13 +30,13 @@
|
|
30
30
|
"@atproto-labs/did-resolver": "0.1.5",
|
31
31
|
"@atproto-labs/fetch": "0.1.1",
|
32
32
|
"@atproto-labs/handle-resolver": "0.1.4",
|
33
|
-
"@atproto-labs/identity-resolver": "0.1.
|
33
|
+
"@atproto-labs/identity-resolver": "0.1.6",
|
34
34
|
"@atproto-labs/simple-store": "0.1.1",
|
35
35
|
"@atproto-labs/simple-store-memory": "0.1.1",
|
36
36
|
"@atproto/did": "0.1.3",
|
37
37
|
"@atproto/jwk": "0.1.1",
|
38
38
|
"@atproto/oauth-types": "0.2.0",
|
39
|
-
"@atproto/xrpc": "0.6.
|
39
|
+
"@atproto/xrpc": "0.6.4"
|
40
40
|
},
|
41
41
|
"devDependencies": {
|
42
42
|
"typescript": "^5.6.3"
|