@magic-ext/oidc 1.1.0-canary.557.5361107278.0 → 1.1.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 +21 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,27 @@
|
|
2
2
|
|
3
3
|
#### 🚀 Enhancement
|
4
4
|
|
5
|
+
- Auto version bumping [#557](https://github.com/magiclabs/magic-js/pull/557) ([@Ethella](https://github.com/Ethella) [@Ariflo](https://github.com/Ariflo))
|
6
|
+
- Updates License to Apache 2.0 [#551](https://github.com/magiclabs/magic-js/pull/551) ([@Ariflo](https://github.com/Ariflo))
|
7
|
+
|
8
|
+
#### 🐛 Bug Fix
|
9
|
+
|
10
|
+
- Update CHANGELOG.md \[skip ci\] ([@Ethella](https://github.com/Ethella))
|
11
|
+
- Replace `magic-sdk` w/ `@magic-sdk/commons` for `@magic-ext/oidc` Package [#550](https://github.com/magiclabs/magic-js/pull/550) ([@Ariflo](https://github.com/Ariflo))
|
12
|
+
- Updates License to Apache 2.0 ([@Ariflo](https://github.com/Ariflo))
|
13
|
+
- replace magic-sdk w/ @magic-sdk/commons ([@Ariflo](https://github.com/Ariflo))
|
14
|
+
|
15
|
+
#### Authors: 2
|
16
|
+
|
17
|
+
- Arian Flores ([@Ariflo](https://github.com/Ariflo))
|
18
|
+
- Jerry Liu ([@Ethella](https://github.com/Ethella))
|
19
|
+
|
20
|
+
---
|
21
|
+
|
22
|
+
# v1.1.0 (Fri Jun 23 2023)
|
23
|
+
|
24
|
+
#### 🚀 Enhancement
|
25
|
+
|
5
26
|
- Updates License to Apache 2.0 [#551](https://github.com/magiclabs/magic-js/pull/551) ([@Ariflo](https://github.com/Ariflo))
|
6
27
|
|
7
28
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@magic-ext/oidc",
|
3
|
-
"version": "1.1.0
|
3
|
+
"version": "1.1.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": "14.2.0
|
30
|
+
"@magic-sdk/commons": "^14.2.0"
|
31
31
|
},
|
32
|
-
"gitHead": "
|
32
|
+
"gitHead": "49d171b23611e73d2354677a5bbef9d276b42867"
|
33
33
|
}
|