This commit is contained in:
2026-05-18 15:44:40 +00:00
parent 59e91a39ad
commit 8e2f9a6d12
3 changed files with 6 additions and 3 deletions
+3
View File
@@ -2,6 +2,9 @@
## Pending ## Pending
## 2026-05-18 - 1.0.1
### Fixes ### Fixes
- add SmartConfig project metadata and update development tooling versions (build) - add SmartConfig project metadata and update development tooling versions (build)
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@idp.global/interfaces", "name": "@idp.global/interfaces",
"version": "1.0.0", "version": "1.0.1",
"private": false, "private": false,
"description": "Shared TypeScript interfaces and TypedRequest contracts for the idp.global ecosystem.", "description": "Shared TypeScript interfaces and TypedRequest contracts for the idp.global ecosystem.",
"exports": { "exports": {
+2 -2
View File
@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@idp.global/interfaces', name: '@idp.global/interfaces',
version: '1.0.0', version: '1.0.1',
description: 'Shared TypeScript interfaces and TypedRequest contracts for idp.global.' description: 'Shared TypeScript interfaces and TypedRequest contracts for the idp.global ecosystem.'
} }