@magic-sdk/types 14.1.0-canary.490.4602563296.0 → 14.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 +18 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
# v14.1.0 (Tue Apr 04 2023)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- Adds `MAGIC_MG_BOX_SEND_RECEIPT` to `MagicIncomingWindowMessage` [#490](https://github.com/magiclabs/magic-js/pull/490) ([@Ariflo](https://github.com/Ariflo))
|
|
6
|
+
|
|
7
|
+
#### 🐛 Bug Fix
|
|
8
|
+
|
|
9
|
+
- Add MAGIC_MG_BOX_SEND_RECEIPT ([@Ariflo](https://github.com/Ariflo))
|
|
10
|
+
- Merge branch 'master' into briancleary7114-sc-73967-auto-publish-canary-version-for-magic-sdk ([@bcleary06](https://github.com/bcleary06))
|
|
11
|
+
|
|
12
|
+
#### Authors: 2
|
|
13
|
+
|
|
14
|
+
- Arian Flores ([@Ariflo](https://github.com/Ariflo))
|
|
15
|
+
- Brian Cleary ([@bcleary06](https://github.com/bcleary06))
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
1
19
|
# v14.0.0 (Fri Mar 31 2023)
|
|
2
20
|
|
|
3
21
|
#### 💥 Breaking Change
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic-sdk/types",
|
|
3
|
-
"version": "14.1.0
|
|
3
|
+
"version": "14.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",
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"import": "./dist/es/index.mjs",
|
|
21
21
|
"require": "./dist/cjs/index.js"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "045559a8d86c3c46525e34690ac7ba5ba6a80ada"
|
|
24
24
|
}
|