@magic-sdk/provider 20.0.3-canary.97f9932.0 → 20.0.3

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 +21 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ # v20.0.3 (Thu Sep 28 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Jayhwang sc 87905 gas subsidy change sendgaslesstransaction [#638](https://github.com/magiclabs/magic-js/pull/638) ([@octave08](https://github.com/octave08))
6
+ - Fix tc for sendGaslessTransaction ([@octave08](https://github.com/octave08))
7
+ - Refactor transaction type without ethers.js ([@octave08](https://github.com/octave08))
8
+ - Change sendGaslessTransaction signature ([@octave08](https://github.com/octave08))
9
+
10
+ #### ⚠️ Pushed to `master`
11
+
12
+ - undo push into master ([@Dizigen](https://github.com/Dizigen))
13
+ - Force the constructor to preload the iframe. ([@Dizigen](https://github.com/Dizigen))
14
+
15
+ #### Authors: 2
16
+
17
+ - David He ([@Dizigen](https://github.com/Dizigen))
18
+ - Jay Hwang ([@octave08](https://github.com/octave08))
19
+
20
+ ---
21
+
1
22
  # v20.0.2 (Wed Sep 20 2023)
2
23
 
3
24
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-sdk/provider",
3
- "version": "20.0.3-canary.97f9932.0",
3
+ "version": "20.0.3",
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.0.1-canary.97f9932.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": "97f9932878e53b084b7f1543b87c36087b0d2e53"
45
+ "gitHead": "63fc395fef77c58b54582014795a14348690a6d7"
46
46
  }