@sanity/export
Advanced tools
+2
-2
@@ -144,3 +144,3 @@ import type { Writable } from 'node:stream'; | ||
| */ | ||
| transformDocument?: (doc: SanityDocument) => SanityDocument; | ||
| transformDocument?: (doc: SanityDocument) => Partial<SanityDocument>; | ||
| /** | ||
@@ -200,3 +200,3 @@ * Optional progress callback that will be called periodically during the export. | ||
| filterDocument: (doc: SanityDocument) => boolean; | ||
| transformDocument: (doc: SanityDocument) => SanityDocument; | ||
| transformDocument: (doc: SanityDocument) => Partial<SanityDocument>; | ||
| }; | ||
@@ -203,0 +203,0 @@ /** |
+1
-1
| { | ||
| "name": "@sanity/export", | ||
| "version": "6.0.0", | ||
| "version": "6.0.1", | ||
| "description": "Export Sanity documents and assets", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
+2
-2
@@ -165,3 +165,3 @@ import type {Writable} from 'node:stream' | ||
| */ | ||
| transformDocument?: (doc: SanityDocument) => SanityDocument | ||
| transformDocument?: (doc: SanityDocument) => Partial<SanityDocument> | ||
@@ -229,3 +229,3 @@ /** | ||
| filterDocument: (doc: SanityDocument) => boolean | ||
| transformDocument: (doc: SanityDocument) => SanityDocument | ||
| transformDocument: (doc: SanityDocument) => Partial<SanityDocument> | ||
| } | ||
@@ -232,0 +232,0 @@ |
Sorry, the diff of this file is not supported yet
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
189875
0.03%6
-14.29%