@atproto/oauth-client-browser 0.1.3 → 0.1.5

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-browser",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "license": "MIT",
5
5
  "description": "ATPROTO OAuth client for the browser (relies on WebCrypto & Indexed DB)",
6
6
  "keywords": [
@@ -37,8 +37,8 @@
37
37
  "@atproto/did": "0.1.1",
38
38
  "@atproto/jwk": "0.1.1",
39
39
  "@atproto/jwk-webcrypto": "0.1.2",
40
- "@atproto/oauth-client": "0.1.3",
41
- "@atproto/oauth-types": "0.1.2"
40
+ "@atproto/oauth-client": "0.1.5",
41
+ "@atproto/oauth-types": "0.1.3"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@rollup/plugin-commonjs": "^25.0.7",
@@ -60,9 +60,9 @@
60
60
  "tailwindcss": "^3.4.1",
61
61
  "typescript": "^5.3.3",
62
62
  "@atproto/api": "0.13.1",
63
- "@atproto/oauth-client": "0.1.3",
64
- "@atproto/oauth-types": "0.1.2",
65
- "@atproto/oauth-client-browser": "0.1.3",
63
+ "@atproto/oauth-client": "0.1.5",
64
+ "@atproto/oauth-client-browser": "0.1.5",
65
+ "@atproto/oauth-types": "0.1.3",
66
66
  "@atproto/xrpc": "0.6.0"
67
67
  },
68
68
  "scripts": {