@mantajs/dashboard 0.1.12 → 0.1.13
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/app.js +1 -1
- package/dist/app.mjs +1 -1
- package/package.json +1 -1
- package/src/app.tsx +1 -1
package/dist/app.js
CHANGED
|
@@ -196119,7 +196119,7 @@ var localPlugin = {
|
|
|
196119
196119
|
};
|
|
196120
196120
|
function App({ plugins = [] }) {
|
|
196121
196121
|
const app = new DashboardApp({
|
|
196122
|
-
plugins: [
|
|
196122
|
+
plugins: [...plugins, localPlugin]
|
|
196123
196123
|
});
|
|
196124
196124
|
return /* @__PURE__ */ (0, import_jsx_runtime709.jsx)("div", { children: app.render() });
|
|
196125
196125
|
}
|
package/dist/app.mjs
CHANGED
package/package.json
CHANGED