@magic-ext/oidc 4.1.2-canary.bbad0ae.0 → 4.2.1-canary.635.6868214639.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.
- package/CHANGELOG.md +12 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1
|
+
# v4.2.0 (Tue Oct 24 2023)
|
2
|
+
|
3
|
+
#### 🐛 Bug Fix
|
4
|
+
|
5
|
+
- Merge branch 'master' into hcote-support-sepolia-natively ([@hcote](https://github.com/hcote))
|
6
|
+
|
7
|
+
#### Authors: 1
|
8
|
+
|
9
|
+
- Hunter Cote ([@hcote](https://github.com/hcote))
|
10
|
+
|
11
|
+
---
|
12
|
+
|
1
13
|
# v4.0.0 (Fri Oct 13 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.1
|
3
|
+
"version": "4.2.1-canary.635.6868214639.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",
|
@@ -27,7 +27,7 @@
|
|
27
27
|
]
|
28
28
|
},
|
29
29
|
"devDependencies": {
|
30
|
-
"@magic-sdk/commons": "17.1
|
30
|
+
"@magic-sdk/commons": "17.2.1-canary.635.6868214639.0"
|
31
31
|
},
|
32
|
-
"gitHead": "
|
32
|
+
"gitHead": "3296763f4ff27f4b2d5a9db1ec36d8252efc14cf"
|
33
33
|
}
|