@atproto/oauth-client-node 0.1.0 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/oauth-client-node",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "license": "MIT",
5
5
  "description": "ATPROTO OAuth client for the NodeJS",
6
6
  "keywords": [
@@ -28,15 +28,15 @@
28
28
  "dist"
29
29
  ],
30
30
  "dependencies": {
31
- "@atproto-labs/did-resolver": "0.1.2",
32
- "@atproto-labs/handle-resolver-node": "0.1.2",
31
+ "@atproto-labs/did-resolver": "0.1.4",
32
+ "@atproto-labs/handle-resolver-node": "0.1.4",
33
33
  "@atproto-labs/simple-store": "0.1.1",
34
- "@atproto/did": "0.1.1",
34
+ "@atproto/did": "0.1.2",
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.2.0",
39
- "@atproto/oauth-types": "0.1.4"
38
+ "@atproto/oauth-client": "0.2.2",
39
+ "@atproto/oauth-types": "0.1.5"
40
40
  },
41
41
  "devDependencies": {
42
42
  "typescript": "^5.3.3"