fix(core): update
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
// node native
|
||||
import crypto from 'crypto';
|
||||
import * as smartenv from '@pushrocks/smartenv';
|
||||
const smartenvInstance = new smartenv.Smartenv();
|
||||
const crypto = smartenvInstance.getSafeNodeModule('crypto');
|
||||
|
||||
import * as url from 'url';
|
||||
|
||||
export { crypto, url };
|
||||
|
Reference in New Issue
Block a user