fix(sdk): remove the legacy ts_idpclient package and switch app integrations to @idp.global/sdk

This commit is contained in:
2026-05-18 16:00:28 +00:00
parent 91f06ccae1
commit b31a10b48b
17 changed files with 666 additions and 1360 deletions
+2 -2
View File
@@ -3,9 +3,9 @@
// project native
import * as idpCatalog from '@idp.global/catalog';
import * as idpInterfaces from '@idp.global/interfaces';
import * as leleReceptionclient from '../dist_ts_idpclient/index.js';
import * as idpClient from '@idp.global/sdk/browser';
export { idpCatalog, idpInterfaces, leleReceptionclient as idpClient };
export { idpCatalog, idpInterfaces, idpClient };
// @api.global scope
import * as typedrequest from '@api.global/typedrequest';