@toa.io/extensions.exposition 1.0.0-alpha.210 → 1.0.0-alpha.212

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.
@@ -214,6 +214,7 @@ exposition:
214
214
  - pubKeyCredParams
215
215
  - allowCredentials
216
216
  - excludeCredentials
217
+ auth:incept: identity
217
218
  endpoint: challenge
218
219
  /:identity:
219
220
  POST:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toa.io/extensions.exposition",
3
- "version": "1.0.0-alpha.210",
3
+ "version": "1.0.0-alpha.212",
4
4
  "description": "Toa Exposition",
5
5
  "author": "temich <tema.gurtovoy@gmail.com>",
6
6
  "homepage": "https://github.com/toa-io/toa#readme",
@@ -19,7 +19,7 @@
19
19
  "dependencies": {
20
20
  "@aws-sdk/protocol-http": "3.370.0",
21
21
  "@simplewebauthn/server": "13.1.1",
22
- "@toa.io/core": "1.0.0-alpha.208",
22
+ "@toa.io/core": "1.0.0-alpha.212",
23
23
  "@toa.io/generic": "1.0.0-alpha.208",
24
24
  "@toa.io/schemas": "1.0.0-alpha.208",
25
25
  "bcryptjs": "2.4.3",
@@ -62,5 +62,5 @@
62
62
  },
63
63
  "testEnvironment": "node"
64
64
  },
65
- "gitHead": "a6f900adbcac18bc3a3b390ce8ecd520ba0ec243"
65
+ "gitHead": "d8aefb3b37df15be74bb63e1447f76c27e88d9be"
66
66
  }