@magic-ext/oidc 4.4.2-canary.73a2446.0 → 4.4.2

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 +13 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # v4.4.2 (Wed Dec 20 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - New token publishing attempt [#688](https://github.com/magiclabs/magic-js/pull/688) ([@Ethella](https://github.com/Ethella))
6
+ - New token publishing attempt ([@Ethella](https://github.com/Ethella))
7
+
8
+ #### Authors: 1
9
+
10
+ - Jerry Liu ([@Ethella](https://github.com/Ethella))
11
+
12
+ ---
13
+
1
14
  # v4.4.1 (Fri Dec 15 2023)
2
15
 
3
16
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-ext/oidc",
3
- "version": "4.4.2-canary.73a2446.0",
3
+ "version": "4.4.2",
4
4
  "description": "Magic OIDC SDK Extension for Web environments.",
5
5
  "author": "Magic <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -30,5 +30,5 @@
30
30
  "devDependencies": {
31
31
  "@magic-sdk/commons": "^17.4.1"
32
32
  },
33
- "gitHead": "73a244691b6d505475b104bbce3b558a2feca670"
33
+ "gitHead": "d88ee684e865b410e0c398ae84eebcb026fbb6ef"
34
34
  }