@magic-sdk/types 16.1.0-canary.98ed07f.0 → 16.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.
- package/CHANGELOG.md +33 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,36 @@
|
|
|
1
|
+
# v16.1.0 (Tue Aug 08 2023)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- Jerryliu sc 81984 update loginwithemailotp interface with new [#596](https://github.com/magiclabs/magic-js/pull/596) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@Ariflo](https://github.com/Ariflo) [@Ethella](https://github.com/Ethella))
|
|
6
|
+
|
|
7
|
+
#### 🐛 Bug Fix
|
|
8
|
+
|
|
9
|
+
- remove device-verification-not-deliverable ([@Ethella](https://github.com/Ethella))
|
|
10
|
+
- Implement nft.transfer api [#602](https://github.com/magiclabs/magic-js/pull/602) ([@ysm-dev](https://github.com/ysm-dev))
|
|
11
|
+
- implement nft.transfer api ([@ysm-dev](https://github.com/ysm-dev))
|
|
12
|
+
- remove error events ([@Ethella](https://github.com/Ethella))
|
|
13
|
+
- Remove reject and add Error ([@Ethella](https://github.com/Ethella))
|
|
14
|
+
- Add error event ([@Ethella](https://github.com/Ethella))
|
|
15
|
+
- Add link expired ([@Ethella](https://github.com/Ethella))
|
|
16
|
+
- rename retry to device-retry ([@Ethella](https://github.com/Ethella))
|
|
17
|
+
- Update IntermediaryEvents ([@Ethella](https://github.com/Ethella))
|
|
18
|
+
- Move approve and reject events to onreceived ([@Ethella](https://github.com/Ethella))
|
|
19
|
+
- Update Event handlers ([@Ethella](https://github.com/Ethella))
|
|
20
|
+
- Update events ([@Ethella](https://github.com/Ethella))
|
|
21
|
+
- Merge remote-tracking branch 'origin/master' into jerryliu-sc-81984-update-loginwithemailotp-interface-with-new ([@Ethella](https://github.com/Ethella))
|
|
22
|
+
- Add device verification events ([@Ethella](https://github.com/Ethella))
|
|
23
|
+
- Merge remote-tracking branch 'origin/master' ([@Ethella](https://github.com/Ethella))
|
|
24
|
+
|
|
25
|
+
#### Authors: 4
|
|
26
|
+
|
|
27
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
28
|
+
- Arian Flores ([@Ariflo](https://github.com/Ariflo))
|
|
29
|
+
- Chris Yang ([@ysm-dev](https://github.com/ysm-dev))
|
|
30
|
+
- Jerry Liu ([@Ethella](https://github.com/Ethella))
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
1
34
|
# v16.0.0 (Thu Jul 27 2023)
|
|
2
35
|
|
|
3
36
|
#### 💥 Breaking Change
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic-sdk/types",
|
|
3
|
-
"version": "16.1.0
|
|
3
|
+
"version": "16.1.0",
|
|
4
4
|
"description": "Core typings for Magic SDK packages.",
|
|
5
5
|
"author": "Magic Labs <team@magic.link> (https://magic.link/)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -21,5 +21,5 @@
|
|
|
21
21
|
"import": "./dist/es/index.mjs",
|
|
22
22
|
"require": "./dist/cjs/index.js"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "b75b883c663b33405f63a0044f2129a453f0ec6b"
|
|
25
25
|
}
|