Skip to content

Commit

Permalink
Force Major 6.0.0 (#230)
Browse files Browse the repository at this point in the history
# Description

Forcing release for 6.0.0

BREAKING CHANGE: 6.0.0
  • Loading branch information
colbyfayock authored Nov 1, 2024
1 parent 3b89127 commit 9f341f1
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions packages/url-loader/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export {
transformationPlugins,
type AnalyticsOptions,
type ConfigOptions,
type ConstructUrlProps,
type ConstructUrlProps
} from "./lib/cloudinary.js";

// Upload Widget
Expand All @@ -19,20 +19,22 @@ export {
type CloudinaryUploadWidgetErrorCallback,
type CloudinaryUploadWidgetResultCallback,
type GenerateUploadWidgetResultCallback,
type GetUploadWidgetOptions,
type GetUploadWidgetOptions
} from "./lib/upload-widget.js";

// Upload Helpers

export {
generateSignatureCallback,
type GenerateSignatureCallback,
type GenerateSignatureCallback
} from "./lib/upload.js";

// Video Player

export {
getVideoPlayerOptions,
type GetVideoPlayerOptions,
type GetVideoPlayerOptionsLogo,
type GetVideoPlayerOptionsLogo
} from "./lib/video-player.js";

// Transformation definitions
Expand All @@ -41,7 +43,7 @@ export {
effects,
position as position,
primary as primary,
text,
text
} from "./constants/qualifiers.js";

// General Types
Expand All @@ -51,6 +53,7 @@ export type { ImageOptions } from "./types/image.js";
export type { PluginOptions, PluginResults } from "./types/plugins.js";
export type {
QualifierConfig as Qualifier,
QualifierConverters,
QualifierConverters
} from "./types/qualifiers.js";
export type { VideoOptions } from "./types/video.js";

0 comments on commit 9f341f1

Please sign in to comment.