@magic-ext/oidc 4.5.0-canary.689.7390316721.0 → 4.5.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 +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v4.5.0 (Tue Jan 02 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Merge remote-tracking branch 'origin/master' into rominhalltari-sc-91336-look-into-faster-calls-to-isloggedin-and ([@romin-halltari](https://github.com/romin-halltari))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@romin-halltari](https://github.com/romin-halltari)
10
+
11
+ ---
12
+
1
13
  # v4.4.2 (Wed Dec 20 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-ext/oidc",
3
- "version": "4.5.0-canary.689.7390316721.0",
3
+ "version": "4.5.0",
4
4
  "description": "Magic OIDC SDK Extension for Web environments.",
5
5
  "author": "Magic <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -28,7 +28,7 @@
28
28
  ]
29
29
  },
30
30
  "devDependencies": {
31
- "@magic-sdk/commons": "17.5.0-canary.689.7390316721.0"
31
+ "@magic-sdk/commons": "^17.5.0"
32
32
  },
33
- "gitHead": "6844468d43235bedbe6df9ebc5bc1a24b305ecf2"
33
+ "gitHead": "324f4242320c8590cac57e4f8ad1c3a8203afaab"
34
34
  }