fix(sdk): remove the legacy ts_idpclient package and switch app integrations to @idp.global/sdk
This commit is contained in:
+2
-2
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user