@strapi/review-workflows 0.0.0-experimental.d3243594aea3e6fa0ef08580192bb0df29c9162d → 0.0.0-experimental.d65615a2b9130dd742d3c396674457d7971da928
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/{Layout-DnEAvmeU.js → Layout-BWZ_v3U2.js} +2 -2
- package/dist/_chunks/{Layout-DnEAvmeU.js.map → Layout-BWZ_v3U2.js.map} +1 -1
- package/dist/_chunks/{Layout-BJOxxAeM.mjs → Layout-D67sjTk0.mjs} +2 -2
- package/dist/_chunks/{Layout-BJOxxAeM.mjs.map → Layout-D67sjTk0.mjs.map} +1 -1
- package/dist/_chunks/{_id-6LK95-rZ.mjs → _id-V0we8TjF.mjs} +3 -3
- package/dist/_chunks/{_id-6LK95-rZ.mjs.map → _id-V0we8TjF.mjs.map} +1 -1
- package/dist/_chunks/{_id-DSDzUpwX.js → _id-yvj51pI9.js} +3 -3
- package/dist/_chunks/{_id-DSDzUpwX.js.map → _id-yvj51pI9.js.map} +1 -1
- package/dist/_chunks/{index-lJqpw8bs.mjs → index-94iCcgYf.mjs} +2 -5
- package/dist/_chunks/{index-lJqpw8bs.mjs.map → index-94iCcgYf.mjs.map} +1 -1
- package/dist/_chunks/{index-DZSLya4b.js → index-B-9wJGm0.js} +2 -5
- package/dist/_chunks/{index-DZSLya4b.js.map → index-B-9wJGm0.js.map} +1 -1
- package/dist/_chunks/{index-Df1alkCk.mjs → index-C1DFk3YF.mjs} +3 -3
- package/dist/_chunks/{index-Df1alkCk.mjs.map → index-C1DFk3YF.mjs.map} +1 -1
- package/dist/_chunks/{index-6FZL88pd.js → index-DoDtuLNl.js} +3 -3
- package/dist/_chunks/{index-6FZL88pd.js.map → index-DoDtuLNl.js.map} +1 -1
- package/dist/_chunks/{router-DeSH-NeW.mjs → router-BXkSghs6.mjs} +3 -3
- package/dist/_chunks/{router-DeSH-NeW.mjs.map → router-BXkSghs6.mjs.map} +1 -1
- package/dist/_chunks/{router-CZqe-02r.js → router-By3ObDDu.js} +3 -3
- package/dist/_chunks/{router-CZqe-02r.js.map → router-By3ObDDu.js.map} +1 -1
- package/dist/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/dist/server/index.js +6 -6
- package/dist/server/index.js.map +1 -1
- package/dist/server/index.mjs +6 -6
- package/dist/server/index.mjs.map +1 -1
- package/package.json +6 -6
|
@@ -751,9 +751,6 @@ const addColumnToTableHook = ({ displayedHeaders, layout }) => {
|
|
|
751
751
|
};
|
|
752
752
|
};
|
|
753
753
|
const prefixPluginTranslations = (trad, pluginId) => {
|
|
754
|
-
if (!pluginId) {
|
|
755
|
-
throw new TypeError("pluginId can't be empty");
|
|
756
|
-
}
|
|
757
754
|
return Object.keys(trad).reduce((acc, current) => {
|
|
758
755
|
acc[`${pluginId}.${current}`] = trad[current];
|
|
759
756
|
return acc;
|
|
@@ -776,7 +773,7 @@ const admin = {
|
|
|
776
773
|
},
|
|
777
774
|
permissions: [],
|
|
778
775
|
async Component() {
|
|
779
|
-
const { Router } = await Promise.resolve().then(() => require("./router-
|
|
776
|
+
const { Router } = await Promise.resolve().then(() => require("./router-By3ObDDu.js"));
|
|
780
777
|
return { default: Router };
|
|
781
778
|
}
|
|
782
779
|
});
|
|
@@ -830,4 +827,4 @@ exports.useGetContentTypesQuery = useGetContentTypesQuery;
|
|
|
830
827
|
exports.useGetWorkflowsQuery = useGetWorkflowsQuery;
|
|
831
828
|
exports.useTypedSelector = useTypedSelector;
|
|
832
829
|
exports.useUpdateWorkflowMutation = useUpdateWorkflowMutation;
|
|
833
|
-
//# sourceMappingURL=index-
|
|
830
|
+
//# sourceMappingURL=index-B-9wJGm0.js.map
|