sample-piral 1.9.0-beta.8258 → 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.
- package/app/{index.13e76c.js → index.9b284b.js} +14 -5
- package/app/index.9b284b.js.map +1 -0
- package/app/index.html +1 -1
- package/files.tar +0 -0
- package/files_once.tar +0 -0
- package/package.json +8 -8
- package/app/index.13e76c.js.map +0 -1
|
@@ -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.
|
|
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-
|
|
62620
|
-
cli: "1.9.0-beta.
|
|
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
|
|
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.
|
|
67173
|
+
//# sourceMappingURL=index.9b284b.js.map
|