fix(core): update

This commit is contained in:
2020-09-24 00:32:54 +00:00
parent ffd5eb2e52
commit eb0ec04199
4 changed files with 63 additions and 4 deletions

View File

@@ -6,7 +6,8 @@ import * as typedrequestInterfaces from '@apiglobal/typedrequest-interfaces';
export { agSdk, typedrequest, typedrequestInterfaces };
// pushrocks scope
import * as qenv from '@pushrocks/qenv';
import * as smartexpress from '@pushrocks/smartexpress';
import * as smartobject from '@pushrocks/smartobject';
export { smartexpress, smartobject };
export { qenv, smartexpress, smartobject };