@magic-sdk/types 17.3.0-canary.82f1080.0 → 17.3.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 +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ # v17.3.0 (Thu Dec 14 2023)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Split key device share [#678](https://github.com/magiclabs/magic-js/pull/678) ([@Dizigen](https://github.com/Dizigen))
6
+
7
+ #### 🐛 Bug Fix
8
+
9
+ - Merge branch 'master' into split-key-device-share ([@Dizigen](https://github.com/Dizigen))
10
+ - add device share to magic message request ([@Dizigen](https://github.com/Dizigen))
11
+ - add setting and retrieving device share ([@Dizigen](https://github.com/Dizigen))
12
+
13
+ #### Authors: 1
14
+
15
+ - David He ([@Dizigen](https://github.com/Dizigen))
16
+
17
+ ---
18
+
1
19
  # v17.2.0 (Tue Oct 24 2023)
2
20
 
3
21
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-sdk/types",
3
- "version": "17.3.0-canary.82f1080.0",
3
+ "version": "17.3.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": "82f1080943e277c9a6581740933b14e60f6670ac"
24
+ "gitHead": "f415ba6772dbac1d68a54dcc1b1c184bf55c5ad0"
25
25
  }