sample-piral 1.9.0-beta.8256 → 1.9.0-beta.8259

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.
@@ -62612,12 +62612,12 @@ function installPiralDebug(options) {
62612
62612
  debug: debugApiVersion,
62613
62613
  instance: {
62614
62614
  name: "sample-piral",
62615
- version: "1.9.0-beta.8256",
62615
+ version: "1.9.0-beta.8259",
62616
62616
  dependencies: "reactstrap,tslib,react,react-dom,react-router,react-router-dom"
62617
62617
  },
62618
62618
  build: {
62619
- date: "2025-09-10T08:24:40.079Z",
62620
- cli: "1.9.0-beta.8256",
62619
+ date: "2025-09-10T11:05:15.771Z",
62620
+ cli: "1.9.0-beta.8259",
62621
62621
  compat: "1"
62622
62622
  }
62623
62623
  };
@@ -62859,11 +62859,20 @@ __webpack_require__.r(__webpack_exports__);
62859
62859
  /* harmony export */ decycle: () => (/* binding */ decycle)
62860
62860
  /* harmony export */ });
62861
62861
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
62862
+ function getValue(value) {
62863
+ try {
62864
+ return value && value.toJSON instanceof Function ? value.toJSON() : value;
62865
+ } catch (_unused) {
62866
+ // most likely its coming from a different context - emitting a security error
62867
+ // see #775 for details
62868
+ return "<protected>";
62869
+ }
62870
+ }
62862
62871
  function decycle(obj) {
62863
62872
  var objects = [];
62864
62873
  var paths = [];
62865
62874
  var _derez = function derez(value, path) {
62866
- var _value = value && value.toJSON instanceof Function ? value.toJSON() : value;
62875
+ var _value = getValue(value);
62867
62876
  if (_value === null || _value === undefined) {
62868
62877
  return undefined;
62869
62878
  } else if (typeof _value === 'function') {
@@ -67161,4 +67170,4 @@ root.render(/*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement(piral_
67161
67170
 
67162
67171
  /******/ })()
67163
67172
  ;
67164
- //# sourceMappingURL=index.c910cc.js.map
67173
+ //# sourceMappingURL=index.9b284b.js.map