@substrat-run/dev-issuer 0.2.2 → 0.2.3
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@substrat-run/dev-issuer",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "A local OpenID Connect provider whose only shortcut is that you pick a user instead of typing a password. Dev only — never deployed, never a dependency of a vertical's runtime.",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"repository": {
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@hono/node-server": "^1.13.0",
|
|
28
28
|
"jose": "^6.2.3",
|
|
29
|
-
"@substrat-run/contracts": "^0.
|
|
30
|
-
"@substrat-run/vertical-auth": "^0.15.
|
|
29
|
+
"@substrat-run/contracts": "^0.121.0",
|
|
30
|
+
"@substrat-run/vertical-auth": "^0.15.3"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"hono": "^4.6.0"
|