@atproto/oauth-client 0.1.2 → 0.1.3
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
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@atproto/oauth-client",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.3",
|
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": [
|
@@ -33,7 +33,7 @@
|
|
33
33
|
"@atproto-labs/identity-resolver": "0.1.2",
|
34
34
|
"@atproto-labs/simple-store": "0.1.1",
|
35
35
|
"@atproto-labs/simple-store-memory": "0.1.1",
|
36
|
-
"@atproto/api": "0.13.
|
36
|
+
"@atproto/api": "0.13.1",
|
37
37
|
"@atproto/did": "0.1.1",
|
38
38
|
"@atproto/jwk": "0.1.1",
|
39
39
|
"@atproto/oauth-types": "0.1.2",
|