@zerotal/media 1.7.3 → 1.7.4
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/api-surface.md +2 -2
- package/package.json +4 -4
package/api-surface.md
CHANGED
|
@@ -449,7 +449,7 @@ interface ResponsiveImageSet = {
|
|
|
449
449
|
placeholder?: string
|
|
450
450
|
}
|
|
451
451
|
|
|
452
|
-
type ConversionFit = '
|
|
452
|
+
type ConversionFit = 'inside' | 'fill' | 'cover'
|
|
453
453
|
|
|
454
454
|
type ConversionFormat = SafeConversionFormat | 'avif' | 'heic'
|
|
455
455
|
|
|
@@ -457,7 +457,7 @@ type ConversionMap = { [x: string]: ConversionDefinition;}
|
|
|
457
457
|
|
|
458
458
|
type MediaCollections = { [x: string]: CollectionDefinition | (() => CollectionDefinition);}
|
|
459
459
|
|
|
460
|
-
type MediaSource =
|
|
460
|
+
type MediaSource = UploadedFile | File | Blob | Uint8Array | ArrayBuffer
|
|
461
461
|
|
|
462
462
|
type SafeConversionFormat = 'jpeg' | 'png' | 'webp'
|
|
463
463
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zerotal/media",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"maturity": "stable",
|
|
6
6
|
"private": false,
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"typecheck": "tsc --noEmit"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@zerotal/core": "1.7.
|
|
36
|
-
"@zerotal/orm": "1.7.
|
|
35
|
+
"@zerotal/core": "1.7.4",
|
|
36
|
+
"@zerotal/orm": "1.7.4"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@zerotal/queue": "^1.0.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@zerotal/queue": "1.7.
|
|
51
|
+
"@zerotal/queue": "1.7.4",
|
|
52
52
|
"sharp": "^0.34.0",
|
|
53
53
|
"typescript": "^5.8.0"
|
|
54
54
|
},
|