@strapi/upload 5.0.0-rc.29 → 5.0.0-rc.30
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-CepsN3K8.mjs → index-BDJkfiH0.mjs} +4 -4
- package/dist/_chunks/{index-CepsN3K8.mjs.map → index-BDJkfiH0.mjs.map} +1 -1
- package/dist/_chunks/{index-BGk8tYj-.js → index-BnQxinf4.js} +4 -4
- package/dist/_chunks/{index-BGk8tYj-.js.map → index-BnQxinf4.js.map} +1 -1
- package/dist/_chunks/{index-Dl-TdrIg.js → index-COv3Fwvg.js} +2 -2
- package/dist/_chunks/{index-Dl-TdrIg.js.map → index-COv3Fwvg.js.map} +1 -1
- package/dist/_chunks/{index-B42H4u0S.js → index-Ckazv-z0.js} +2 -2
- package/dist/_chunks/{index-B42H4u0S.js.map → index-Ckazv-z0.js.map} +1 -1
- package/dist/_chunks/{index-B-XNQJSF.mjs → index-DUtH8Etn.mjs} +3 -3
- package/dist/_chunks/{index-B-XNQJSF.mjs.map → index-DUtH8Etn.mjs.map} +1 -1
- package/dist/_chunks/{index-DdMlsQsx.mjs → index-sUhfg8EJ.mjs} +2 -2
- package/dist/_chunks/{index-DdMlsQsx.mjs.map → index-sUhfg8EJ.mjs.map} +1 -1
- package/dist/_chunks/{index-CRMphu-p.mjs → index-t7b-k4TU.mjs} +2 -2
- package/dist/_chunks/{index-CRMphu-p.mjs.map → index-t7b-k4TU.mjs.map} +1 -1
- package/dist/_chunks/{index-CXyaVZIQ.js → index-wrIjDoJL.js} +3 -3
- package/dist/_chunks/{index-CXyaVZIQ.js.map → index-wrIjDoJL.js.map} +1 -1
- package/dist/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/package.json +6 -6
|
@@ -32,7 +32,7 @@ const __variableDynamicImportRuntimeHelper = (glob, path) => {
|
|
|
32
32
|
});
|
|
33
33
|
};
|
|
34
34
|
const name$1 = "@strapi/upload";
|
|
35
|
-
const version = "5.0.0-rc.
|
|
35
|
+
const version = "5.0.0-rc.29";
|
|
36
36
|
const description = "Makes it easy to upload images and files to your Strapi Application.";
|
|
37
37
|
const license = "SEE LICENSE IN LICENSE";
|
|
38
38
|
const author = {
|
|
@@ -6541,7 +6541,7 @@ const index = {
|
|
|
6541
6541
|
defaultMessage: "Media Library"
|
|
6542
6542
|
},
|
|
6543
6543
|
permissions: PERMISSIONS.main,
|
|
6544
|
-
Component: () => import("./index-
|
|
6544
|
+
Component: () => import("./index-DUtH8Etn.mjs"),
|
|
6545
6545
|
position: 4
|
|
6546
6546
|
});
|
|
6547
6547
|
app.addSettingsLink("global", {
|
|
@@ -6551,7 +6551,7 @@ const index = {
|
|
|
6551
6551
|
defaultMessage: "Media Library"
|
|
6552
6552
|
},
|
|
6553
6553
|
to: "media-library",
|
|
6554
|
-
Component: () => import("./index-
|
|
6554
|
+
Component: () => import("./index-t7b-k4TU.mjs"),
|
|
6555
6555
|
permissions: PERMISSIONS.settings
|
|
6556
6556
|
});
|
|
6557
6557
|
app.addFields({ type: "media", Component: MediaLibraryInput });
|
|
@@ -6622,4 +6622,4 @@ export {
|
|
|
6622
6622
|
FolderCardBodyAction as y,
|
|
6623
6623
|
AssetGridList as z
|
|
6624
6624
|
};
|
|
6625
|
-
//# sourceMappingURL=index-
|
|
6625
|
+
//# sourceMappingURL=index-BDJkfiH0.mjs.map
|