sample-piral 1.12.2 → 1.12.3-beta.4cfc2dd
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.
|
@@ -61805,7 +61805,7 @@ function integrateDebugger(context, options) {
|
|
|
61805
61805
|
},
|
|
61806
61806
|
fireEvent: context.emit,
|
|
61807
61807
|
getDependencies: function getDependencies() {
|
|
61808
|
-
return Object.keys(options.dependencies);
|
|
61808
|
+
return Object.keys(options.dependencies || {});
|
|
61809
61809
|
},
|
|
61810
61810
|
getExtensions: function getExtensions() {
|
|
61811
61811
|
return context.readState(function (s) {
|
|
@@ -65610,12 +65610,12 @@ function installPiralDebug(options) {
|
|
|
65610
65610
|
debug: debugApiVersion,
|
|
65611
65611
|
instance: {
|
|
65612
65612
|
name: "sample-piral",
|
|
65613
|
-
version: "1.12.
|
|
65613
|
+
version: "1.12.3-beta.4cfc2dd",
|
|
65614
65614
|
dependencies: "reactstrap,tslib,react,react-dom,react-router,react-router-dom"
|
|
65615
65615
|
},
|
|
65616
65616
|
build: {
|
|
65617
|
-
date: "2026-08-
|
|
65618
|
-
cli: "1.12.
|
|
65617
|
+
date: "2026-08-14T09:42:17.148Z",
|
|
65618
|
+
cli: "1.12.3-beta.4cfc2dd",
|
|
65619
65619
|
compat: "1"
|
|
65620
65620
|
}
|
|
65621
65621
|
};
|
|
@@ -67900,4 +67900,4 @@ root.render(/*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement(piral_
|
|
|
67900
67900
|
|
|
67901
67901
|
/******/ })()
|
|
67902
67902
|
;
|
|
67903
|
-
//# sourceMappingURL=index.
|
|
67903
|
+
//# sourceMappingURL=index.e788c0.js.map
|