openid-client 5.1.9 → 5.1.10
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/README.md +1 -3
- package/package.json +2 -5
package/README.md
CHANGED
|
@@ -87,9 +87,7 @@ specific middlewares. Those can however be built using the exposed API, one such
|
|
|
87
87
|
|
|
88
88
|
## Install
|
|
89
89
|
|
|
90
|
-
Node.js LTS releases Codename Erbium (starting with ^12.19.0) and newer LTS releases are supported.
|
|
91
|
-
This means ^12.19.0 (Erbium), ^14.15.0 (Fermium), and ^16.13.0 (Gallium). Future LTS releases will
|
|
92
|
-
be added to this list as they're released.
|
|
90
|
+
Node.js LTS releases Codename Erbium (starting with ^12.19.0) and newer LTS releases are supported.
|
|
93
91
|
|
|
94
92
|
```console
|
|
95
93
|
npm install openid-client
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openid-client",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.10",
|
|
4
4
|
"description": "OpenID Connect Relying Party (RP, Client) implementation for Node.js runtime, supports passportjs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"auth",
|
|
@@ -71,9 +71,6 @@
|
|
|
71
71
|
"sinon": "^9.2.0",
|
|
72
72
|
"timekeeper": "^2.2.0"
|
|
73
73
|
},
|
|
74
|
-
"engines": {
|
|
75
|
-
"node": "^12.19.0 || ^14.15.0 || ^16.13.0"
|
|
76
|
-
},
|
|
77
74
|
"standard-version": {
|
|
78
75
|
"scripts": {
|
|
79
76
|
"postchangelog": "sed -i '' -e 's/### \\[/## [/g' CHANGELOG.md"
|
|
@@ -102,7 +99,7 @@
|
|
|
102
99
|
{
|
|
103
100
|
"type": "refactor",
|
|
104
101
|
"section": "Refactor",
|
|
105
|
-
"hidden":
|
|
102
|
+
"hidden": false
|
|
106
103
|
},
|
|
107
104
|
{
|
|
108
105
|
"type": "perf",
|