This commit is contained in:
2026-05-18 16:00:39 +00:00
parent b31a10b48b
commit 0b04a523e6
4 changed files with 6 additions and 3 deletions
+3
View File
@@ -2,6 +2,9 @@
## Pending
## 2026-05-18 - 1.21.1
### Fixes
- remove the legacy ts_idpclient package and switch app integrations to @idp.global/sdk (sdk)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@idp.global/idp.global",
"version": "1.21.0",
"version": "1.21.1",
"description": "An identity provider software managing user authentications, registrations, and sessions.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@idp.global/idp.global',
version: '1.21.0',
version: '1.21.1',
description: 'An identity provider software managing user authentications, registrations, and sessions.'
}
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@idp.global/idp.global',
version: '1.21.0',
version: '1.21.1',
description: 'An identity provider software managing user authentications, registrations, and sessions.'
}