Skip to content

Commit 9f341f1

Browse files
authored
Force Major 6.0.0 (#230)
# Description Forcing release for 6.0.0 BREAKING CHANGE: 6.0.0
1 parent 3b89127 commit 9f341f1

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

packages/url-loader/src/index.ts

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export {
77
transformationPlugins,
88
type AnalyticsOptions,
99
type ConfigOptions,
10-
type ConstructUrlProps,
10+
type ConstructUrlProps
1111
} from "./lib/cloudinary.js";
1212

1313
// Upload Widget
@@ -19,20 +19,22 @@ export {
1919
type CloudinaryUploadWidgetErrorCallback,
2020
type CloudinaryUploadWidgetResultCallback,
2121
type GenerateUploadWidgetResultCallback,
22-
type GetUploadWidgetOptions,
22+
type GetUploadWidgetOptions
2323
} from "./lib/upload-widget.js";
2424

25+
// Upload Helpers
26+
2527
export {
2628
generateSignatureCallback,
27-
type GenerateSignatureCallback,
29+
type GenerateSignatureCallback
2830
} from "./lib/upload.js";
2931

3032
// Video Player
3133

3234
export {
3335
getVideoPlayerOptions,
3436
type GetVideoPlayerOptions,
35-
type GetVideoPlayerOptionsLogo,
37+
type GetVideoPlayerOptionsLogo
3638
} from "./lib/video-player.js";
3739

3840
// Transformation definitions
@@ -41,7 +43,7 @@ export {
4143
effects,
4244
position as position,
4345
primary as primary,
44-
text,
46+
text
4547
} from "./constants/qualifiers.js";
4648

4749
// General Types
@@ -51,6 +53,7 @@ export type { ImageOptions } from "./types/image.js";
5153
export type { PluginOptions, PluginResults } from "./types/plugins.js";
5254
export type {
5355
QualifierConfig as Qualifier,
54-
QualifierConverters,
56+
QualifierConverters
5557
} from "./types/qualifiers.js";
5658
export type { VideoOptions } from "./types/video.js";
59+

0 commit comments

Comments
 (0)