@strapi/review-workflows 5.0.2-beta.0 → 5.0.3
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-CJZ4iUxI.mjs → Layout-C_uZ98Uf.mjs} +2 -2
- package/dist/_chunks/{Layout-CJZ4iUxI.mjs.map → Layout-C_uZ98Uf.mjs.map} +1 -1
- package/dist/_chunks/{Layout-D7wwT4c7.js → Layout-b_msoxIP.js} +2 -2
- package/dist/_chunks/{Layout-D7wwT4c7.js.map → Layout-b_msoxIP.js.map} +1 -1
- package/dist/_chunks/{_id-DgUOk637.js → _id-4xBYY7wK.js} +3 -3
- package/dist/_chunks/{_id-DgUOk637.js.map → _id-4xBYY7wK.js.map} +1 -1
- package/dist/_chunks/{_id-DA44l-QM.mjs → _id-mkPbu6GX.mjs} +3 -3
- package/dist/_chunks/{_id-DA44l-QM.mjs.map → _id-mkPbu6GX.mjs.map} +1 -1
- package/dist/_chunks/{index-mQar1hfK.js → index-C5NgBQMb.js} +2 -5
- package/dist/_chunks/{index-mQar1hfK.js.map → index-C5NgBQMb.js.map} +1 -1
- package/dist/_chunks/{index-DL9odlOl.js → index-CIGzoVfk.js} +3 -3
- package/dist/_chunks/{index-DL9odlOl.js.map → index-CIGzoVfk.js.map} +1 -1
- package/dist/_chunks/{index-C33Q2-Fc.mjs → index-DL8-Q4Q5.mjs} +2 -5
- package/dist/_chunks/{index-C33Q2-Fc.mjs.map → index-DL8-Q4Q5.mjs.map} +1 -1
- package/dist/_chunks/{index-CnyO97Gi.mjs → index-D_k4wfAN.mjs} +3 -3
- package/dist/_chunks/{index-CnyO97Gi.mjs.map → index-D_k4wfAN.mjs.map} +1 -1
- package/dist/_chunks/{router-B1YtLp6u.js → router-BFr5lHsE.js} +3 -3
- package/dist/_chunks/{router-B1YtLp6u.js.map → router-BFr5lHsE.js.map} +1 -1
- package/dist/_chunks/{router-BFv8U71z.mjs → router-DnQKLQOJ.mjs} +3 -3
- package/dist/_chunks/{router-BFv8U71z.mjs.map → router-DnQKLQOJ.mjs.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
package/dist/server/index.mjs
CHANGED
|
@@ -7607,13 +7607,13 @@ const reviewWorkflowsMetrics = {
|
|
|
7607
7607
|
sendDidSendReviewWorkflowPropertiesOnceAWeek,
|
|
7608
7608
|
sendDidEditAssignee
|
|
7609
7609
|
};
|
|
7610
|
-
function _typeof(
|
|
7610
|
+
function _typeof(o) {
|
|
7611
7611
|
"@babel/helpers - typeof";
|
|
7612
|
-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(
|
|
7613
|
-
return typeof
|
|
7614
|
-
} : function(
|
|
7615
|
-
return
|
|
7616
|
-
}, _typeof(
|
|
7612
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
7613
|
+
return typeof o2;
|
|
7614
|
+
} : function(o2) {
|
|
7615
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
7616
|
+
}, _typeof(o);
|
|
7617
7617
|
}
|
|
7618
7618
|
function toInteger(dirtyNumber) {
|
|
7619
7619
|
if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
|