@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.
Files changed (27) hide show
  1. package/dist/_chunks/{Layout-CJZ4iUxI.mjs → Layout-C_uZ98Uf.mjs} +2 -2
  2. package/dist/_chunks/{Layout-CJZ4iUxI.mjs.map → Layout-C_uZ98Uf.mjs.map} +1 -1
  3. package/dist/_chunks/{Layout-D7wwT4c7.js → Layout-b_msoxIP.js} +2 -2
  4. package/dist/_chunks/{Layout-D7wwT4c7.js.map → Layout-b_msoxIP.js.map} +1 -1
  5. package/dist/_chunks/{_id-DgUOk637.js → _id-4xBYY7wK.js} +3 -3
  6. package/dist/_chunks/{_id-DgUOk637.js.map → _id-4xBYY7wK.js.map} +1 -1
  7. package/dist/_chunks/{_id-DA44l-QM.mjs → _id-mkPbu6GX.mjs} +3 -3
  8. package/dist/_chunks/{_id-DA44l-QM.mjs.map → _id-mkPbu6GX.mjs.map} +1 -1
  9. package/dist/_chunks/{index-mQar1hfK.js → index-C5NgBQMb.js} +2 -5
  10. package/dist/_chunks/{index-mQar1hfK.js.map → index-C5NgBQMb.js.map} +1 -1
  11. package/dist/_chunks/{index-DL9odlOl.js → index-CIGzoVfk.js} +3 -3
  12. package/dist/_chunks/{index-DL9odlOl.js.map → index-CIGzoVfk.js.map} +1 -1
  13. package/dist/_chunks/{index-C33Q2-Fc.mjs → index-DL8-Q4Q5.mjs} +2 -5
  14. package/dist/_chunks/{index-C33Q2-Fc.mjs.map → index-DL8-Q4Q5.mjs.map} +1 -1
  15. package/dist/_chunks/{index-CnyO97Gi.mjs → index-D_k4wfAN.mjs} +3 -3
  16. package/dist/_chunks/{index-CnyO97Gi.mjs.map → index-D_k4wfAN.mjs.map} +1 -1
  17. package/dist/_chunks/{router-B1YtLp6u.js → router-BFr5lHsE.js} +3 -3
  18. package/dist/_chunks/{router-B1YtLp6u.js.map → router-BFr5lHsE.js.map} +1 -1
  19. package/dist/_chunks/{router-BFv8U71z.mjs → router-DnQKLQOJ.mjs} +3 -3
  20. package/dist/_chunks/{router-BFv8U71z.mjs.map → router-DnQKLQOJ.mjs.map} +1 -1
  21. package/dist/admin/index.js +1 -1
  22. package/dist/admin/index.mjs +1 -1
  23. package/dist/server/index.js +6 -6
  24. package/dist/server/index.js.map +1 -1
  25. package/dist/server/index.mjs +6 -6
  26. package/dist/server/index.mjs.map +1 -1
  27. package/package.json +6 -6
@@ -7607,13 +7607,13 @@ const reviewWorkflowsMetrics = {
7607
7607
  sendDidSendReviewWorkflowPropertiesOnceAWeek,
7608
7608
  sendDidEditAssignee
7609
7609
  };
7610
- function _typeof(obj) {
7610
+ function _typeof(o) {
7611
7611
  "@babel/helpers - typeof";
7612
- return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
7613
- return typeof obj2;
7614
- } : function(obj2) {
7615
- return obj2 && "function" == typeof Symbol && obj2.constructor === Symbol && obj2 !== Symbol.prototype ? "symbol" : typeof obj2;
7616
- }, _typeof(obj);
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) {