@atproto/oauth-client-browser 0.3.0 → 0.3.1

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/oauth-client-browser",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "license": "MIT",
5
5
  "description": "ATPROTO OAuth client for the browser (relies on WebCrypto & Indexed DB)",
6
6
  "keywords": [
@@ -37,7 +37,7 @@
37
37
  "@atproto/did": "0.1.3",
38
38
  "@atproto/jwk": "0.1.1",
39
39
  "@atproto/jwk-webcrypto": "0.1.2",
40
- "@atproto/oauth-client": "0.3.0",
40
+ "@atproto/oauth-client": "0.3.1",
41
41
  "@atproto/oauth-types": "0.2.0"
42
42
  },
43
43
  "devDependencies": {