fix(build,json): replace lodash.clonedeep with structuredClone and migrate package metadata to smartconfig

This commit is contained in:
2026-04-30 06:59:14 +00:00
parent 6ac04e2069
commit ba38d4377b
9 changed files with 2245 additions and 2986 deletions
+1 -2
View File
@@ -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: (