react-saga-redux 1.0.3 → 1.0.5

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/index.js CHANGED
@@ -939,6 +939,9 @@ var SORTING_ORDER = {
939
939
  };
940
940
 
941
941
  // src/components/Props.ts
942
+ var import_node_process = __toESM(require("process"));
943
+ var import_url = require("url");
944
+ var import_meta = {};
942
945
  var defaultOptions = {
943
946
  levelComparison: SORTING_ORDER.ASC,
944
947
  levels: DEFAULT_LEVELS,
@@ -947,7 +950,7 @@ var defaultOptions = {
947
950
  nestedKey: null,
948
951
  enabled: true,
949
952
  base: {
950
- pid: process?.pid ?? 0
953
+ pid: import_node_process.default?.pid ?? 0
951
954
  },
952
955
  formatters: {
953
956
  bindings(bindings) {
@@ -965,6 +968,8 @@ var defaultOptions = {
965
968
  depthLimit: 5,
966
969
  edgeLimit: 100
967
970
  };
971
+ var __filename = (0, import_url.fileURLToPath)(import_meta.url);
972
+ var __dirname = import_path.default.dirname(__filename);
968
973
  function getProps(firstArg) {
969
974
  const script = import_path.default.resolve(
970
975
  __dirname,