fix(core): update

This commit is contained in:
2020-07-25 13:34:26 +00:00
parent 6df4f8de77
commit 6ec6869e9c
4 changed files with 115 additions and 19 deletions

View File

@@ -1,9 +1,12 @@
// apiglobal scope
import * as agSdk from '@apiglobal/sdk';
import * as typedrequest from '@apiglobal/typedrequest';
import * as typedrequestInterfaces from '@apiglobal/typedrequest-interfaces';
export { agSdk };
export { agSdk, typedrequest, typedrequestInterfaces };
// pushrocks scope
import * as smartexpress from '@pushrocks/smartexpress';
import * as smartobject from '@pushrocks/smartobject';
export { smartexpress };
export { smartexpress, smartobject };