@cloudinary-util/types
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -0,1 +1,8 @@ | ||
# [@cloudinary-util/types-v1.0.4](https://github.com/cloudinary-community/cloudinary-util/compare/@cloudinary-util/types-v1.0.3...@cloudinary-util/types-v1.0.4) (2024-05-17) | ||
### Bug Fixes | ||
* adding deprecating notice to controlBar.pictureInPictureToggle that should have been added upon original fix ([ff1d8e8](https://github.com/cloudinary-community/cloudinary-util/commit/ff1d8e8d369e3debfe0b083ff04a4edac490b2a6)) | ||
# [@cloudinary-util/types-v1.0.3](https://github.com/colbyfayock/cloudinary-util/compare/@cloudinary-util/types-v1.0.2...@cloudinary-util/types-v1.0.3) (2024-05-06) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cloudinary-util/types", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"types": "./src/index.d.ts", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -20,2 +20,5 @@ export interface CloudinaryVideoPlayer { | ||
controlBar?: { | ||
/** | ||
* @deprecated use {@link `pictureInPictureToggle`} instead | ||
*/ | ||
pictureInPictureToggle?: boolean; | ||
@@ -22,0 +25,0 @@ }; |
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
26887
282