fix(build,json): replace lodash.clonedeep with structuredClone and migrate package metadata to smartconfig
This commit is contained in:
@@ -5,12 +5,11 @@ import * as smartstring from '@push.rocks/smartstring';
|
||||
export { smartenv, smartstring };
|
||||
|
||||
// third party scope
|
||||
import lodashCloneDeep from 'lodash.clonedeep';
|
||||
import stableJson2 from 'fast-json-stable-stringify';
|
||||
|
||||
const stableJson = stableJson2 as any;
|
||||
|
||||
export { lodashCloneDeep, stableJson };
|
||||
export { stableJson };
|
||||
|
||||
export interface IStableJsonTypes {
|
||||
Comparator: (
|
||||
|
||||
Reference in New Issue
Block a user