This commit is contained in:
2026-05-19 06:26:14 +00:00
parent 78c7c4c814
commit 4702f500a9
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -2,6 +2,9 @@
## Pending
## 2026-05-19 - 1.1.0
### Features
- add MFA and passkey typed request contracts (interfaces)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@idp.global/interfaces",
"version": "1.0.1",
"version": "1.1.0",
"private": false,
"description": "Shared TypeScript interfaces and TypedRequest contracts for the idp.global ecosystem.",
"exports": {
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@idp.global/interfaces',
version: '1.0.1',
version: '1.1.0',
description: 'Shared TypeScript interfaces and TypedRequest contracts for the idp.global ecosystem.'
}