@strapi/upload 5.8.0 → 5.9.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/{App-CZGEygSH.mjs → App-BLY6RlTm.mjs} +3 -3
- package/dist/_chunks/{App-CZGEygSH.mjs.map → App-BLY6RlTm.mjs.map} +1 -1
- package/dist/_chunks/{App-mYN9RY7N.js → App-DNScJAhi.js} +3 -3
- package/dist/_chunks/{App-mYN9RY7N.js.map → App-DNScJAhi.js.map} +1 -1
- package/dist/_chunks/{ConfigureTheView-DVyAWFMA.js → ConfigureTheView-CJbBTq0t.js} +2 -2
- package/dist/_chunks/{ConfigureTheView-DVyAWFMA.js.map → ConfigureTheView-CJbBTq0t.js.map} +1 -1
- package/dist/_chunks/{ConfigureTheView-BTt0-7Ac.mjs → ConfigureTheView-Dk28Sh2k.mjs} +2 -2
- package/dist/_chunks/{ConfigureTheView-BTt0-7Ac.mjs.map → ConfigureTheView-Dk28Sh2k.mjs.map} +1 -1
- package/dist/_chunks/{SettingsPage-RMoqCzdS.js → SettingsPage-CrvbJCia.js} +2 -2
- package/dist/_chunks/{SettingsPage-RMoqCzdS.js.map → SettingsPage-CrvbJCia.js.map} +1 -1
- package/dist/_chunks/{SettingsPage-LpixRzE2.mjs → SettingsPage-DjNyJDaf.mjs} +2 -2
- package/dist/_chunks/{SettingsPage-LpixRzE2.mjs.map → SettingsPage-DjNyJDaf.mjs.map} +1 -1
- package/dist/_chunks/{index-DAyGguoD.js → index-BfAVIhAL.js} +8 -8
- package/dist/_chunks/{index-DAyGguoD.js.map → index-BfAVIhAL.js.map} +1 -1
- package/dist/_chunks/{index-_hnlyE9J.mjs → index-DH9hUSe3.mjs} +8 -8
- package/dist/_chunks/{index-_hnlyE9J.mjs.map → index-DH9hUSe3.mjs.map} +1 -1
- package/dist/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/package.json +5 -5
|
@@ -39,7 +39,7 @@ const __variableDynamicImportRuntimeHelper = (glob, path, segs) => {
|
|
|
39
39
|
});
|
|
40
40
|
};
|
|
41
41
|
const name$1 = "@strapi/upload";
|
|
42
|
-
const version = "5.
|
|
42
|
+
const version = "5.8.1";
|
|
43
43
|
const description = "Makes it easy to upload images and files to your Strapi Application.";
|
|
44
44
|
const license = "SEE LICENSE IN LICENSE";
|
|
45
45
|
const author = {
|
|
@@ -98,8 +98,8 @@ const dependencies = {
|
|
|
98
98
|
"@mux/mux-player-react": "3.1.0",
|
|
99
99
|
"@strapi/design-system": "2.0.0-rc.14",
|
|
100
100
|
"@strapi/icons": "2.0.0-rc.14",
|
|
101
|
-
"@strapi/provider-upload-local": "5.
|
|
102
|
-
"@strapi/utils": "5.
|
|
101
|
+
"@strapi/provider-upload-local": "5.8.1",
|
|
102
|
+
"@strapi/utils": "5.8.1",
|
|
103
103
|
"byte-size": "8.1.1",
|
|
104
104
|
cropperjs: "1.6.1",
|
|
105
105
|
"date-fns": "2.30.0",
|
|
@@ -121,9 +121,9 @@ const dependencies = {
|
|
|
121
121
|
yup: "0.32.9"
|
|
122
122
|
};
|
|
123
123
|
const devDependencies = {
|
|
124
|
-
"@strapi/admin": "5.
|
|
124
|
+
"@strapi/admin": "5.8.1",
|
|
125
125
|
"@strapi/pack-up": "5.0.2",
|
|
126
|
-
"@strapi/types": "5.
|
|
126
|
+
"@strapi/types": "5.8.1",
|
|
127
127
|
"@testing-library/dom": "10.1.0",
|
|
128
128
|
"@testing-library/react": "15.0.7",
|
|
129
129
|
"@testing-library/user-event": "14.5.2",
|
|
@@ -6027,7 +6027,7 @@ const admin = {
|
|
|
6027
6027
|
defaultMessage: "Media Library"
|
|
6028
6028
|
},
|
|
6029
6029
|
permissions: PERMISSIONS.main,
|
|
6030
|
-
Component: () => import("./App-
|
|
6030
|
+
Component: () => import("./App-BLY6RlTm.mjs").then((mod) => ({ default: mod.Upload })),
|
|
6031
6031
|
position: 4
|
|
6032
6032
|
});
|
|
6033
6033
|
app.addSettingsLink("global", {
|
|
@@ -6038,7 +6038,7 @@ const admin = {
|
|
|
6038
6038
|
defaultMessage: "Media Library"
|
|
6039
6039
|
},
|
|
6040
6040
|
async Component() {
|
|
6041
|
-
const { ProtectedSettingsPage } = await import("./SettingsPage-
|
|
6041
|
+
const { ProtectedSettingsPage } = await import("./SettingsPage-DjNyJDaf.mjs");
|
|
6042
6042
|
return { default: ProtectedSettingsPage };
|
|
6043
6043
|
},
|
|
6044
6044
|
permissions: PERMISSIONS.settings
|
|
@@ -6116,4 +6116,4 @@ export {
|
|
|
6116
6116
|
localStorageKeys as y,
|
|
6117
6117
|
useConfig as z
|
|
6118
6118
|
};
|
|
6119
|
-
//# sourceMappingURL=index-
|
|
6119
|
+
//# sourceMappingURL=index-DH9hUSe3.mjs.map
|