@atproto/oauth-client-browser 0.1.2-rc.3 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +12 -12
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@atproto/oauth-client-browser",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.3",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ATPROTO OAuth client for the browser (relies on WebCrypto & Indexed DB)",
|
6
6
|
"keywords": [
|
@@ -31,14 +31,14 @@
|
|
31
31
|
"dist"
|
32
32
|
],
|
33
33
|
"dependencies": {
|
34
|
-
"@atproto-labs/did-resolver": "0.1.2
|
34
|
+
"@atproto-labs/did-resolver": "0.1.2",
|
35
|
+
"@atproto-labs/handle-resolver": "0.1.2",
|
35
36
|
"@atproto-labs/simple-store": "0.1.1",
|
36
|
-
"@atproto
|
37
|
-
"@atproto/did": "0.1.1-rc.1",
|
38
|
-
"@atproto/oauth-client": "0.1.2-rc.3",
|
39
|
-
"@atproto/oauth-types": "0.1.2-rc.1",
|
37
|
+
"@atproto/did": "0.1.1",
|
40
38
|
"@atproto/jwk": "0.1.1",
|
41
|
-
"@atproto/jwk-webcrypto": "0.1.2
|
39
|
+
"@atproto/jwk-webcrypto": "0.1.2",
|
40
|
+
"@atproto/oauth-client": "0.1.3",
|
41
|
+
"@atproto/oauth-types": "0.1.2"
|
42
42
|
},
|
43
43
|
"devDependencies": {
|
44
44
|
"@rollup/plugin-commonjs": "^25.0.7",
|
@@ -59,11 +59,11 @@
|
|
59
59
|
"rollup-plugin-serve": "^1.1.1",
|
60
60
|
"tailwindcss": "^3.4.1",
|
61
61
|
"typescript": "^5.3.3",
|
62
|
-
"@atproto/api": "0.13.
|
63
|
-
"@atproto/oauth-client": "0.1.
|
64
|
-
"@atproto/oauth-
|
65
|
-
"@atproto/oauth-
|
66
|
-
"@atproto/xrpc": "0.
|
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",
|
66
|
+
"@atproto/xrpc": "0.6.0"
|
67
67
|
},
|
68
68
|
"scripts": {
|
69
69
|
"build": "tsc --build tsconfig.build.json",
|