@sanity/client
Advanced tools
Comparing version 6.17.1 to 6.17.2
@@ -36,7 +36,3 @@ var s = { 0: 8203, 1: 8204, 2: 8205, 3: 8290, 4: 8291, 5: 8288, 6: 65279, 7: 8289, 8: 119155, 9: 119156, a: 119157, b: 119158, c: 119159, d: 119160, e: 119161, f: 119162 }, c = { 0: 8203, 1: 8204, 2: 8205, 3: 65279 }, u = new Array(4).fill(String.fromCodePoint(c[0])).join(""); | ||
function stegaClean(result) { | ||
try { | ||
return O(result); | ||
} catch { | ||
return result; | ||
} | ||
return O(result); | ||
} | ||
@@ -43,0 +39,0 @@ const vercelStegaCleanAll = stegaClean; |
{ | ||
"name": "@sanity/client", | ||
"version": "6.17.1", | ||
"version": "6.17.2", | ||
"description": "Client for retrieving, creating and patching data from Sanity.io", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -9,7 +9,3 @@ import {vercelStegaClean} from '@vercel/stega' | ||
export function stegaClean<Result = unknown>(result: Result): Result { | ||
try { | ||
return vercelStegaClean<Result>(result) | ||
} catch { | ||
return result | ||
} | ||
return vercelStegaClean<Result>(result) | ||
} | ||
@@ -16,0 +12,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
2130332
23867