@magic-sdk/provider 20.1.0-canary.c631bed.0 → 20.1.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 +39 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,42 @@
1
+ # v20.1.0 (Fri Sep 29 2023)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - improve generateKey logic [#636](https://github.com/magiclabs/magic-js/pull/636) ([@Ethella](https://github.com/Ethella))
6
+
7
+ #### 🐛 Bug Fix
8
+
9
+ - Merge remote-tracking branch 'origin/master' into jerryliu-sc-87830-optimize-webcrypto-implementation-to-generate ([@Ethella](https://github.com/Ethella))
10
+ - update comment ([@Ethella](https://github.com/Ethella))
11
+ - improve generateKey logic ([@Ethella](https://github.com/Ethella))
12
+
13
+ #### Authors: 1
14
+
15
+ - Jerry Liu ([@Ethella](https://github.com/Ethella))
16
+
17
+ ---
18
+
19
+ # v20.0.3 (Thu Sep 28 2023)
20
+
21
+ #### 🐛 Bug Fix
22
+
23
+ - Jayhwang sc 87905 gas subsidy change sendgaslesstransaction [#638](https://github.com/magiclabs/magic-js/pull/638) ([@octave08](https://github.com/octave08))
24
+ - Fix tc for sendGaslessTransaction ([@octave08](https://github.com/octave08))
25
+ - Refactor transaction type without ethers.js ([@octave08](https://github.com/octave08))
26
+ - Change sendGaslessTransaction signature ([@octave08](https://github.com/octave08))
27
+
28
+ #### ⚠️ Pushed to `master`
29
+
30
+ - undo push into master ([@Dizigen](https://github.com/Dizigen))
31
+ - Force the constructor to preload the iframe. ([@Dizigen](https://github.com/Dizigen))
32
+
33
+ #### Authors: 2
34
+
35
+ - David He ([@Dizigen](https://github.com/Dizigen))
36
+ - Jay Hwang ([@octave08](https://github.com/octave08))
37
+
38
+ ---
39
+
1
40
  # v20.0.2 (Wed Sep 20 2023)
2
41
 
3
42
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-sdk/provider",
3
- "version": "20.1.0-canary.c631bed.0",
3
+ "version": "20.1.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": "17.1.0-canary.c631bed.0",
38
+ "@magic-sdk/types": "^17.0.1",
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": "c631bedf5b11e721e726cad22ab5928ac7643dc0"
45
+ "gitHead": "1862a9a70e0c6142bd39fe426049eb7acdd8361c"
46
46
  }