@magic-sdk/types 15.2.1-canary.523.5071472728.0 → 15.2.1
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 +13 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# v15.2.1 (Wed May 24 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Add recovery to DeepLink page [#523](https://github.com/magiclabs/magic-js/pull/523) ([@Ethella](https://github.com/Ethella))
|
|
6
|
+
- Add recovery to DeepLink page ([@Ethella](https://github.com/Ethella))
|
|
7
|
+
|
|
8
|
+
#### Authors: 1
|
|
9
|
+
|
|
10
|
+
- Jerry Liu ([@Ethella](https://github.com/Ethella))
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
1
14
|
# v15.2.0 (Mon May 22 2023)
|
|
2
15
|
|
|
3
16
|
#### 🚀 Enhancement
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic-sdk/types",
|
|
3
|
-
"version": "15.2.1
|
|
3
|
+
"version": "15.2.1",
|
|
4
4
|
"description": "Core typings for Magic SDK packages.",
|
|
5
5
|
"author": "Magic Labs <team@magic.link> (https://magic.link/)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"import": "./dist/es/index.mjs",
|
|
21
21
|
"require": "./dist/cjs/index.js"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "79ee8eb4e4f0ed21e82edfc0756c264eebb271a4"
|
|
24
24
|
}
|