@magic-sdk/provider 21.2.1-canary.dbcc5c9.0 → 21.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/CHANGELOG.md +15 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
# v21.2.1 (Tue Nov 14 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Injectable webcrypto jwt for session persistence [#635](https://github.com/magiclabs/magic-js/pull/635) ([@Dizigen](https://github.com/Dizigen))
|
|
6
|
+
- Merge branch 'master' into injectable-webcrypto-jwt-for-session-persistence ([@Dizigen](https://github.com/Dizigen))
|
|
7
|
+
- update unit tests ([@Dizigen](https://github.com/Dizigen))
|
|
8
|
+
- have the jwt itself be injectable via indexedDB ([@Dizigen](https://github.com/Dizigen))
|
|
9
|
+
|
|
10
|
+
#### Authors: 1
|
|
11
|
+
|
|
12
|
+
- David He ([@Dizigen](https://github.com/Dizigen))
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
1
16
|
# v21.2.0 (Tue Oct 24 2023)
|
|
2
17
|
|
|
3
18
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic-sdk/provider",
|
|
3
|
-
"version": "21.2.1
|
|
3
|
+
"version": "21.2.1",
|
|
4
4
|
"description": "Core business logic for Magic SDK packages.",
|
|
5
5
|
"author": "Magic Labs <team@magic.link> (https://magic.link/)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"localforage": "^1.7.4"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "a594e415441e8973341e90e18fe2b8d7653ce530"
|
|
46
46
|
}
|