nucleus-core-ts 0.9.136 → 0.9.137
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.
|
@@ -178,7 +178,6 @@ export interface WebAuthnRegistrationResponseJSON {
|
|
|
178
178
|
authenticatorData?: string;
|
|
179
179
|
};
|
|
180
180
|
authenticatorAttachment?: 'platform' | 'cross-platform';
|
|
181
|
-
clientExtensionResults?: Record<string, unknown>;
|
|
182
181
|
}
|
|
183
182
|
export interface WebAuthnAuthenticationResponseJSON {
|
|
184
183
|
id: string;
|
|
@@ -191,7 +190,6 @@ export interface WebAuthnAuthenticationResponseJSON {
|
|
|
191
190
|
userHandle?: string;
|
|
192
191
|
};
|
|
193
192
|
authenticatorAttachment?: 'platform' | 'cross-platform';
|
|
194
|
-
clientExtensionResults?: Record<string, unknown>;
|
|
195
193
|
}
|
|
196
194
|
export interface WebAuthnRegisterOptionsPayload {
|
|
197
195
|
nickname?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nucleus-core-ts",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.137",
|
|
4
4
|
"description": "Production-ready, enterprise-grade TypeScript framework for building multi-tenant APIs",
|
|
5
5
|
"author": "Hidayet Can Özcan <hidayetcan@gmail.com>",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|