@magic-sdk/provider 21.5.0-canary.689.7302803005.0 → 21.5.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ # v21.5.0 (Tue Jan 02 2024)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Use storage for faster calls to `isLoggedIn` on mobile [#689](https://github.com/magiclabs/magic-js/pull/689) ([@romin-halltari](https://github.com/romin-halltari) rominhalltari@rohat92phx.lan)
6
+
7
+ #### 🐛 Bug Fix
8
+
9
+ - Merge remote-tracking branch 'origin/master' into rominhalltari-sc-91336-look-into-faster-calls-to-isloggedin-and (rominhalltari@rohat92phx.lan)
10
+ - Add unit test about deprecation warning to increase test coverage ([@romin-halltari](https://github.com/romin-halltari))
11
+ - Merge remote-tracking branch 'origin/master' into rominhalltari-sc-91336-look-into-faster-calls-to-isloggedin-and ([@romin-halltari](https://github.com/romin-halltari))
12
+ - Flatten if condition ([@romin-halltari](https://github.com/romin-halltari))
13
+ - Rename is_logged_in -> magic_auth_is_logged_in ([@romin-halltari](https://github.com/romin-halltari))
14
+ - Check if useStorageCache is true ([@romin-halltari](https://github.com/romin-halltari))
15
+ - Use storage for faster calls to isLoggedIn for both mobile and web ([@romin-halltari](https://github.com/romin-halltari))
16
+ - Use storage for faster calls to isLoggedIn ([@romin-halltari](https://github.com/romin-halltari))
17
+
18
+ #### Authors: 2
19
+
20
+ - [@romin-halltari](https://github.com/romin-halltari)
21
+ - Romin Halltari (rominhalltari@rohat92phx.lan)
22
+
23
+ ---
24
+
1
25
  # v21.4.1 (Fri Dec 15 2023)
2
26
 
3
27
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-sdk/provider",
3
- "version": "21.5.0-canary.689.7302803005.0",
3
+ "version": "21.5.0",
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": "dd47f5403061d39cf5de619886ab4f8f551f6bc3"
45
+ "gitHead": "324f4242320c8590cac57e4f8ad1c3a8203afaab"
46
46
  }