@magic-sdk/types 15.1.4-canary.512.5018966294.0 → 15.1.4

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 +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ # v15.1.4 (Fri May 19 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Update getMetdata Type [#512](https://github.com/magiclabs/magic-js/pull/512) ([@Ethella](https://github.com/Ethella))
6
+ - Merge remote-tracking branch 'origin/master' into jerryliu-sc-77755-kresus-hotfix ([@Ethella](https://github.com/Ethella))
7
+ - Update user-types.ts ([@Ethella](https://github.com/Ethella))
8
+ - Add recoveryFactors typings in magic-js ([@Ethella](https://github.com/Ethella))
9
+ - Add new deeplinking pages ([@Ethella](https://github.com/Ethella))
10
+
11
+ #### Authors: 1
12
+
13
+ - Jerry Liu ([@Ethella](https://github.com/Ethella))
14
+
15
+ ---
16
+
1
17
  # v15.1.3 (Thu May 11 2023)
2
18
 
3
19
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-sdk/types",
3
- "version": "15.1.4-canary.512.5018966294.0",
3
+ "version": "15.1.4",
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": "1c97602472daeb4ee18f021cd075d225daecf8e0"
23
+ "gitHead": "4b5d85e331b37e318c5459433c50dc9328d5dcb8"
24
24
  }