@strapi/upload 5.1.0 → 5.2.0
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/dist/_chunks/{index-Ds7imRns.js → index-BHcSb0I3.js} +4 -4
- package/dist/_chunks/{index-Ds7imRns.js.map → index-BHcSb0I3.js.map} +1 -1
- package/dist/_chunks/{index-fPsIi9fE.mjs → index-Bi33Km2i.mjs} +3 -3
- package/dist/_chunks/{index-fPsIi9fE.mjs.map → index-Bi33Km2i.mjs.map} +1 -1
- package/dist/_chunks/{index-BWGv83Ll.mjs → index-BjvAmZvH.mjs} +4 -4
- package/dist/_chunks/{index-BWGv83Ll.mjs.map → index-BjvAmZvH.mjs.map} +1 -1
- package/dist/_chunks/{index-QKcj2FTB.js → index-D7YMYvKK.js} +2 -2
- package/dist/_chunks/{index-QKcj2FTB.js.map → index-D7YMYvKK.js.map} +1 -1
- package/dist/_chunks/{index-99duBF3G.js → index-DlRn6eNH.js} +3 -3
- package/dist/_chunks/{index-99duBF3G.js.map → index-DlRn6eNH.js.map} +1 -1
- package/dist/_chunks/{index-DPuAwzl_.mjs → index-GpFGwMho.mjs} +2 -2
- package/dist/_chunks/{index-DPuAwzl_.mjs.map → index-GpFGwMho.mjs.map} +1 -1
- package/dist/_chunks/{index-C9ULowyk.mjs → index-KSVkjErL.mjs} +2 -2
- package/dist/_chunks/{index-C9ULowyk.mjs.map → index-KSVkjErL.mjs.map} +1 -1
- package/dist/_chunks/{index-yGjFe6bK.js → index-l4hbqJYu.js} +2 -2
- package/dist/_chunks/{index-yGjFe6bK.js.map → index-l4hbqJYu.js.map} +1 -1
- package/dist/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/package.json +6 -6
|
@@ -60,7 +60,7 @@ const __variableDynamicImportRuntimeHelper = (glob, path) => {
|
|
|
60
60
|
});
|
|
61
61
|
};
|
|
62
62
|
const name$1 = "@strapi/upload";
|
|
63
|
-
const version = "5.
|
|
63
|
+
const version = "5.1.1";
|
|
64
64
|
const description = "Makes it easy to upload images and files to your Strapi Application.";
|
|
65
65
|
const license = "SEE LICENSE IN LICENSE";
|
|
66
66
|
const author = {
|
|
@@ -6633,7 +6633,7 @@ const index = {
|
|
|
6633
6633
|
defaultMessage: "Media Library"
|
|
6634
6634
|
},
|
|
6635
6635
|
permissions: PERMISSIONS.main,
|
|
6636
|
-
Component: () => Promise.resolve().then(() => require("./index-
|
|
6636
|
+
Component: () => Promise.resolve().then(() => require("./index-DlRn6eNH.js")),
|
|
6637
6637
|
position: 4
|
|
6638
6638
|
});
|
|
6639
6639
|
app.addSettingsLink("global", {
|
|
@@ -6643,7 +6643,7 @@ const index = {
|
|
|
6643
6643
|
defaultMessage: "Media Library"
|
|
6644
6644
|
},
|
|
6645
6645
|
to: "media-library",
|
|
6646
|
-
Component: () => Promise.resolve().then(() => require("./index-
|
|
6646
|
+
Component: () => Promise.resolve().then(() => require("./index-D7YMYvKK.js")),
|
|
6647
6647
|
permissions: PERMISSIONS.settings
|
|
6648
6648
|
});
|
|
6649
6649
|
app.addFields({ type: "media", Component: MediaLibraryInput });
|
|
@@ -6712,4 +6712,4 @@ exports.useMediaLibraryPermissions = useMediaLibraryPermissions;
|
|
|
6712
6712
|
exports.usePersistentState = usePersistentState;
|
|
6713
6713
|
exports.useSelectionState = useSelectionState;
|
|
6714
6714
|
exports.viewOptions = viewOptions;
|
|
6715
|
-
//# sourceMappingURL=index-
|
|
6715
|
+
//# sourceMappingURL=index-BHcSb0I3.js.map
|