@atproto/oauth-client-browser 0.1.2-rc.0 → 0.1.2-rc.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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/oauth-client-browser",
3
- "version": "0.1.2-rc.0",
3
+ "version": "0.1.2-rc.1",
4
4
  "license": "MIT",
5
5
  "description": "ATPROTO OAuth client for the browser (relies on WebCrypto & Indexed DB)",
6
6
  "keywords": [
@@ -32,13 +32,13 @@
32
32
  ],
33
33
  "dependencies": {
34
34
  "@atproto-labs/did-resolver": "0.1.1",
35
- "@atproto-labs/handle-resolver": "0.1.1",
36
35
  "@atproto-labs/simple-store": "0.1.1",
37
36
  "@atproto/did": "0.1.0",
38
37
  "@atproto/jwk": "0.1.1",
39
- "@atproto/jwk-webcrypto": "0.1.1",
40
- "@atproto/oauth-client": "0.1.2-rc.0",
41
- "@atproto/oauth-types": "0.1.1"
38
+ "@atproto/jwk-webcrypto": "0.1.2-rc.0",
39
+ "@atproto/oauth-types": "0.1.1",
40
+ "@atproto/oauth-client": "0.1.2-rc.1",
41
+ "@atproto-labs/handle-resolver": "0.1.1"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@rollup/plugin-commonjs": "^25.0.7",
@@ -59,9 +59,9 @@
59
59
  "rollup-plugin-serve": "^1.1.1",
60
60
  "tailwindcss": "^3.4.1",
61
61
  "typescript": "^5.3.3",
62
+ "@atproto/oauth-client": "0.1.2-rc.1",
63
+ "@atproto/oauth-client-browser": "0.1.2-rc.1",
62
64
  "@atproto/api": "0.13.0-rc.0",
63
- "@atproto/oauth-client": "0.1.2-rc.0",
64
- "@atproto/oauth-client-browser": "0.1.2-rc.0",
65
65
  "@atproto/oauth-types": "0.1.1",
66
66
  "@atproto/xrpc": "0.6.0-rc.0"
67
67
  },