@magic-sdk/types 14.2.0-canary.492.4634020255.0 → 14.2.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 +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ # v14.2.0 (Tue Apr 11 2023)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Jerryliu sc 74225 custom auth extension in magic js [#492](https://github.com/magiclabs/magic-js/pull/492) ([@Ethella](https://github.com/Ethella))
6
+
7
+ #### 🐛 Bug Fix
8
+
9
+ - Put setAuthorizationJWT back into ma core ([@Ethella](https://github.com/Ethella))
10
+
11
+ #### Authors: 1
12
+
13
+ - Jerry Liu ([@Ethella](https://github.com/Ethella))
14
+
15
+ ---
16
+
1
17
  # v14.1.0 (Tue Apr 04 2023)
2
18
 
3
19
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-sdk/types",
3
- "version": "14.2.0-canary.492.4634020255.0",
3
+ "version": "14.2.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": "88be785c60d3bd394eca89508c9f37ec34f79e27"
23
+ "gitHead": "29b402f91d7d102ca305d279a35b6eb86527e42d"
24
24
  }