@swr-login/adapter-session 0.1.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
> Session storage adapter for swr-login (auto-clears when tab closes).
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@swr-login/adapter-session)
|
|
6
|
-
[](https://github.com/
|
|
6
|
+
[](https://github.com/tobytovi/swr-login/blob/main/LICENSE)
|
|
7
7
|
|
|
8
8
|
## Install
|
|
9
9
|
|
|
@@ -25,8 +25,8 @@ Use this adapter when you want auth tokens to be **scoped to the current browser
|
|
|
25
25
|
|
|
26
26
|
## Part of swr-login
|
|
27
27
|
|
|
28
|
-
See the full project at [github.com/
|
|
28
|
+
See the full project at [github.com/tobytovi/swr-login](https://github.com/tobytovi/swr-login).
|
|
29
29
|
|
|
30
30
|
## License
|
|
31
31
|
|
|
32
|
-
[MIT](https://github.com/
|
|
32
|
+
[MIT](https://github.com/tobytovi/swr-login/blob/main/LICENSE)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swr-login/adapter-session",
|
|
3
|
-
"version": "0.1
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Session storage adapter for swr-login (auto-clears when tab closes)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
],
|
|
24
24
|
"sideEffects": false,
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@swr-login/core": "0.
|
|
26
|
+
"@swr-login/core": "0.3.0"
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|
|
29
29
|
"swr-login",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"license": "MIT",
|
|
35
35
|
"repository": {
|
|
36
36
|
"type": "git",
|
|
37
|
-
"url": "https://github.com/
|
|
37
|
+
"url": "https://github.com/tobytovi/swr-login",
|
|
38
38
|
"directory": "packages/adapter-session"
|
|
39
39
|
},
|
|
40
|
-
"homepage": "https://github.com/
|
|
41
|
-
"bugs": "https://github.com/
|
|
40
|
+
"homepage": "https://github.com/tobytovi/swr-login#readme",
|
|
41
|
+
"bugs": "https://github.com/tobytovi/swr-login/issues",
|
|
42
42
|
"publishConfig": {
|
|
43
43
|
"access": "public"
|
|
44
44
|
},
|