@tsed/oidc-provider 7.84.1 → 7.85.1
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/package.json +15 -15
- package/readme.md +5 -5
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@tsed/oidc-provider",
|
|
3
3
|
"description": "OIDC provider package for Ts.ED framework",
|
|
4
4
|
"type": "commonjs",
|
|
5
|
-
"version": "7.
|
|
5
|
+
"version": "7.85.1",
|
|
6
6
|
"source": "./src/index.ts",
|
|
7
7
|
"main": "./lib/cjs/index.js",
|
|
8
8
|
"module": "./lib/esm/index.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"test:ci": "vitest run --coverage.thresholds.autoUpdate=true"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@tsed/adapters": "7.
|
|
27
|
+
"@tsed/adapters": "7.85.1",
|
|
28
28
|
"express-urlrewrite": "^1.4.0",
|
|
29
29
|
"jose2": "npm:jose@^2.0.4",
|
|
30
30
|
"koa-mount": "^4.0.0",
|
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
"uuid": "9.0.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@tsed/barrels": "7.
|
|
38
|
-
"@tsed/common": "7.
|
|
39
|
-
"@tsed/core": "7.
|
|
40
|
-
"@tsed/di": "7.
|
|
41
|
-
"@tsed/exceptions": "7.
|
|
42
|
-
"@tsed/jwks": "7.
|
|
43
|
-
"@tsed/typescript": "7.
|
|
37
|
+
"@tsed/barrels": "7.85.1",
|
|
38
|
+
"@tsed/common": "7.85.1",
|
|
39
|
+
"@tsed/core": "7.85.1",
|
|
40
|
+
"@tsed/di": "7.85.1",
|
|
41
|
+
"@tsed/exceptions": "7.85.1",
|
|
42
|
+
"@tsed/jwks": "7.85.1",
|
|
43
|
+
"@tsed/typescript": "7.85.1",
|
|
44
44
|
"@types/lowdb": "1.0.15",
|
|
45
45
|
"@types/oidc-provider": "8.4.4",
|
|
46
46
|
"@types/uuid": "9.0.8",
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
"vitest": "2.0.4"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
|
-
"@tsed/ajv": "7.
|
|
56
|
-
"@tsed/common": "7.
|
|
57
|
-
"@tsed/core": "7.
|
|
58
|
-
"@tsed/di": "7.
|
|
59
|
-
"@tsed/json-mapper": "7.
|
|
60
|
-
"@tsed/schema": "7.
|
|
55
|
+
"@tsed/ajv": "7.85.1",
|
|
56
|
+
"@tsed/common": "7.85.1",
|
|
57
|
+
"@tsed/core": "7.85.1",
|
|
58
|
+
"@tsed/di": "7.85.1",
|
|
59
|
+
"@tsed/json-mapper": "7.85.1",
|
|
60
|
+
"@tsed/schema": "7.85.1",
|
|
61
61
|
"oidc-provider": ">=8.0.0"
|
|
62
62
|
},
|
|
63
63
|
"peerDependenciesMeta": {
|
package/readme.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p style="text-align: center" align="center">
|
|
2
|
-
<a href="https://tsed.
|
|
2
|
+
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<div align="center">
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
</div>
|
|
17
17
|
|
|
18
18
|
<div align="center">
|
|
19
|
-
<a href="https://tsed.
|
|
19
|
+
<a href="https://tsed.dev/">Website</a>
|
|
20
20
|
<span> • </span>
|
|
21
|
-
<a href="https://tsed.
|
|
21
|
+
<a href="https://tsed.dev/getting-started/">Getting started</a>
|
|
22
22
|
<span> • </span>
|
|
23
23
|
<a href="https://api.tsed.io/rest/slack/tsedio/tsed">Slack</a>
|
|
24
24
|
<span> • </span>
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
|
|
28
28
|
<hr />
|
|
29
29
|
|
|
30
|
-
A package of Ts.ED framework. See website: https://tsed.
|
|
30
|
+
A package of Ts.ED framework. See website: https://tsed.dev/tutorials/oidc-provider
|
|
31
31
|
|
|
32
32
|
## OIDC compatibility
|
|
33
33
|
|
|
@@ -96,7 +96,7 @@ export class Server {}
|
|
|
96
96
|
|
|
97
97
|
## Contributors
|
|
98
98
|
|
|
99
|
-
Please read [contributing guidelines here](https://tsed.
|
|
99
|
+
Please read [contributing guidelines here](https://tsed.dev/contributing.html)
|
|
100
100
|
|
|
101
101
|
<a href="https://github.com/tsedio/tsed/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>
|
|
102
102
|
|