@magic-sdk/provider 22.0.0-canary.8afc7dc.0 → 22.0.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 +20 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ # v22.0.0 (Sat Jan 20 2024)
2
+
3
+ #### 💥 Breaking Change
4
+
5
+ - Enable whitelabel for updateEmail flow [#700](https://github.com/magiclabs/magic-js/pull/700) ([@Ethella](https://github.com/Ethella))
6
+
7
+ #### 🐛 Bug Fix
8
+
9
+ - add unit tests ([@Ethella](https://github.com/Ethella))
10
+ - remove update email test cases ([@Ethella](https://github.com/Ethella))
11
+ - Fix missing type ([@Ethella](https://github.com/Ethella))
12
+ - Add VerifyEmailOTP events ([@Ethella](https://github.com/Ethella))
13
+ - Add Recency Check events and UpdateEmail Events ([@Ethella](https://github.com/Ethella))
14
+
15
+ #### Authors: 1
16
+
17
+ - Jerry Liu ([@Ethella](https://github.com/Ethella))
18
+
19
+ ---
20
+
1
21
  # v21.5.0 (Tue Jan 02 2024)
2
22
 
3
23
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-sdk/provider",
3
- "version": "22.0.0-canary.8afc7dc.0",
3
+ "version": "22.0.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",
@@ -35,12 +35,12 @@
35
35
  "tslib": "^2.3.1"
36
36
  },
37
37
  "dependencies": {
38
- "@magic-sdk/types": "18.0.0-canary.8afc7dc.0",
38
+ "@magic-sdk/types": "^18.0.0",
39
39
  "eventemitter3": "^4.0.4",
40
40
  "web3-core": "1.5.2"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "localforage": "^1.7.4"
44
44
  },
45
- "gitHead": "8afc7dc059be84dc9e581c47bc6ab5996930b5f1"
45
+ "gitHead": "f0b725e671148f00c308c6ce4c1a671ce7e44e0e"
46
46
  }