@punks/backend-core 0.0.48 → 0.0.49

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
+ removeNonSerializableObjects?: boolean;
11
12
  removeCircularReferences?: boolean;
12
13
  stripBinaryData?: boolean;
13
14
  maxStringsLength?: number;
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
+ removeNonSerializableObjects?: boolean;
164
165
  removeCircularReferences?: boolean;
165
166
  stripBinaryData?: boolean;
166
167
  maxStringsLength?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/backend-core",
3
- "version": "0.0.48",
3
+ "version": "0.0.49",
4
4
  "description": "WebPunks Backend Core",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",