fix(smartstate): Update build scripts and dependency versions; replace isohash with smarthashWeb for state hash generation
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import * as isohash from '@push.rocks/isohash';
|
||||
import * as smarthashWeb from '@push.rocks/smarthash/web';
|
||||
import * as smartjson from '@push.rocks/smartjson';
|
||||
import * as smartpromise from '@push.rocks/smartpromise';
|
||||
import * as smartrx from '@push.rocks/smartrx';
|
||||
import * as webstore from '@push.rocks/webstore';
|
||||
|
||||
export { isohash, smartjson, smartpromise, smartrx, webstore };
|
||||
export { smarthashWeb, smartjson, smartpromise, smartrx, webstore };
|
||||
|
Reference in New Issue
Block a user