@cloudinary-util/types
Advanced tools
Comparing version 1.0.0-beta.2 to 1.0.0-beta.3
@@ -0,1 +1,8 @@ | ||
# [@cloudinary-util/types-v1.0.0-beta.3](https://github.com/colbyfayock/cloudinary-util/compare/@cloudinary-util/types-v1.0.0-beta.2...@cloudinary-util/types-v1.0.0-beta.3) (2024-01-19) | ||
### Features | ||
* adding types for cloudinary upload widget ([3334cf1](https://github.com/colbyfayock/cloudinary-util/commit/3334cf1fe050031899f5a4d6fee581e6d0e2fb62)) | ||
# [@cloudinary-util/types-v1.0.0-beta.2](https://github.com/colbyfayock/cloudinary-util/compare/@cloudinary-util/types-v1.0.0-beta.1...@cloudinary-util/types-v1.0.0-beta.2) (2024-01-19) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cloudinary-util/types", | ||
"version": "1.0.0-beta.2", | ||
"version": "1.0.0-beta.3", | ||
"types": "./src/index.d.ts", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -0,1 +1,14 @@ | ||
export type { | ||
CloudinaryUploadWidgetOptions, | ||
CloudinaryUploadWidgetResults, | ||
CloudinaryUploadWidgetInfo, | ||
CloudinaryUploadWidgetInstanceMethods, | ||
CloudinaryUploadWidgetInstanceMethodCloseOptions, | ||
CloudinaryUploadWidgetInstanceMethodDestroyOptions, | ||
CloudinaryUploadWidgetInstanceMethodOpenOptions, | ||
CloudinaryUploadWidgetInstanceMethodUpdateOptions, | ||
CloudinaryUploadWidgetSources, | ||
CloudinaryUploadWidgetError | ||
} from './types/cloudinary-upload-widget'; | ||
export type { | ||
@@ -2,0 +15,0 @@ CloudinaryVideoPlayer, |
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
24863
9
275