Comparing version 7.19.0 to 7.20.0
@@ -6,3 +6,2 @@ "use strict"; | ||
const safeStringify = (0, safe_stable_stringify_1.configure)({ | ||
circularValue: 'Magic circle!', | ||
deterministic: false, | ||
@@ -18,3 +17,3 @@ strict: false, | ||
// eslint-disable-next-line no-console | ||
console.error('could not serialize value', value); | ||
console.error('[roarr] could not serialize value', value); | ||
throw error; | ||
@@ -21,0 +20,0 @@ } |
@@ -71,3 +71,3 @@ { | ||
"types": "./dist/Roarr.d.ts", | ||
"version": "7.19.0" | ||
"version": "7.20.0" | ||
} |
import { configure } from 'safe-stable-stringify'; | ||
const safeStringify = configure({ | ||
circularValue: 'Magic circle!', | ||
deterministic: false, | ||
@@ -14,3 +13,3 @@ strict: false, | ||
// eslint-disable-next-line no-console | ||
console.error('could not serialize value', value); | ||
console.error('[roarr] could not serialize value', value); | ||
@@ -17,0 +16,0 @@ throw error; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
97142
1312