@koda-sl/baker-cli 0.189.1 → 0.191.0
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.
- package/dist/cli.js +1 -2
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -3422,8 +3422,7 @@ var imageHitSchema = z12.object({
|
|
|
3422
3422
|
tags: z12.array(z12.string()).optional(),
|
|
3423
3423
|
score: z12.number().optional(),
|
|
3424
3424
|
alsoInLibrary: z12.string().optional(),
|
|
3425
|
-
prefetchedBytes: z12.string().optional()
|
|
3426
|
-
prefetchedContentType: z12.string().optional()
|
|
3425
|
+
prefetchedBytes: z12.string().optional()
|
|
3427
3426
|
});
|
|
3428
3427
|
var ingestedImageHitSchema = imageHitSchema.extend({
|
|
3429
3428
|
imageId: z12.string().optional(),
|