@atproto/oauth-client-node 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@atproto/oauth-client-node",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.5",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ATPROTO OAuth client for the NodeJS",
|
6
6
|
"keywords": [
|
@@ -35,8 +35,8 @@
|
|
35
35
|
"@atproto/jwk": "0.1.1",
|
36
36
|
"@atproto/jwk-jose": "0.1.2",
|
37
37
|
"@atproto/jwk-webcrypto": "0.1.2",
|
38
|
-
"@atproto/oauth-client": "0.1.
|
39
|
-
"@atproto/oauth-types": "0.1.
|
38
|
+
"@atproto/oauth-client": "0.1.5",
|
39
|
+
"@atproto/oauth-types": "0.1.3"
|
40
40
|
},
|
41
41
|
"devDependencies": {
|
42
42
|
"typescript": "^5.3.3",
|