@punks/backend-core 0.0.47 → 0.0.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,6 +8,7 @@ export declare const buildObject: <T>(...props: {
8
8
  }[]) => T;
9
9
  export declare const mergeDeep: <T>(a: any, b: any) => T;
10
10
  export declare const jsonSerialize: (obj: any, options?: {
11
+ removeCircularReferences?: boolean;
11
12
  stripBinaryData?: boolean;
12
13
  maxStringsLength?: number;
13
14
  prettify?: boolean;
package/dist/index.d.ts CHANGED
@@ -161,6 +161,7 @@ declare const buildObject: <T>(...props: {
161
161
  }[]) => T;
162
162
  declare const mergeDeep: <T>(a: any, b: any) => T;
163
163
  declare const jsonSerialize: (obj: any, options?: {
164
+ removeCircularReferences?: boolean;
164
165
  stripBinaryData?: boolean;
165
166
  maxStringsLength?: number;
166
167
  prettify?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/backend-core",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
4
4
  "description": "WebPunks Backend Core",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",