fix(core): update

This commit is contained in:
2019-10-01 18:04:43 +02:00
parent a7660deb78
commit afa91b3da3
6 changed files with 742 additions and 548 deletions

View File

@@ -1,3 +1,11 @@
// @pushrocks scope
import * as smartcrypto from '@pushrocks/smartcrypto';
export {
smartcrypto
};
// thirdparty scope
import * as jsonwebtoken from 'jsonwebtoken';
export {
jsonwebtoken