mashlib 2.1.0-40a2a463 → 2.1.0-4d1dc7bb
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/databrowser.html +1 -1
- package/dist/mashlib.js +3 -3
- package/dist/mashlib.js.map +1 -1
- package/dist/mashlib.min.js +1 -1
- package/dist/mashlib.min.js.map +1 -1
- package/package.json +1 -1
package/dist/databrowser.html
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<!doctype html><html><head><meta charset="utf-8"/><title>SolidOS Web App</title><script>document.addEventListener('DOMContentLoaded', function() {
|
|
2
2
|
panes.runDataBrowser()
|
|
3
|
-
})</script><script defer="defer" src="/mashlib.min.js"></script><link href="/mash.css" rel="stylesheet"></head><body id="PageBody"><a href="#DummyUUID" class="skip-link">Skip to main content</a><header id="PageHeader" role="banner"></header><main id="mainContent" tabindex="-1"><div class="TabulatorOutline" id="DummyUUID"><table id="outline"><thead><tr><th id="outlineHeader" scope="col"></th></tr></thead><tbody></tbody></table><div id="GlobalDashboard" aria-label="Global Dashboard"></div></div></main><footer id="PageFooter" role="contentinfo"></footer></body></html>
|
|
3
|
+
})</script><script defer="defer" src="/mashlib/dist/mashlib.min.js"></script><link href="/mashlib/dist/mash.css" rel="stylesheet"></head><body id="PageBody"><a href="#DummyUUID" class="skip-link">Skip to main content</a><header id="PageHeader" role="banner"></header><main id="mainContent" tabindex="-1"><div class="TabulatorOutline" id="DummyUUID"><table id="outline"><thead><tr><th id="outlineHeader" scope="col"></th></tr></thead><tbody></tbody></table><div id="GlobalDashboard" aria-label="Global Dashboard"></div></div></main><footer id="PageFooter" role="contentinfo"></footer></body></html>
|
package/dist/mashlib.js
CHANGED
|
@@ -113837,7 +113837,7 @@ if (true) {
|
|
|
113837
113837
|
/******/
|
|
113838
113838
|
/******/ /* webpack/runtime/publicPath */
|
|
113839
113839
|
/******/ (() => {
|
|
113840
|
-
/******/ __webpack_require__.p = "/";
|
|
113840
|
+
/******/ __webpack_require__.p = "/mashlib/dist/";
|
|
113841
113841
|
/******/ })();
|
|
113842
113842
|
/******/
|
|
113843
113843
|
/******/ /* webpack/runtime/jsonp chunk loading */
|
|
@@ -113951,8 +113951,8 @@ var dist = __webpack_require__(7523);
|
|
|
113951
113951
|
var solid_logic_esm = __webpack_require__(9332);
|
|
113952
113952
|
;// ./src/versionInfo.ts
|
|
113953
113953
|
/* harmony default export */ const versionInfo = ({
|
|
113954
|
-
buildTime: '2026-
|
|
113955
|
-
commit: '
|
|
113954
|
+
buildTime: '2026-02-03T16:38:27Z',
|
|
113955
|
+
commit: '4d1dc7bb6f0e24d50e1bd35e2ad2ea0a1c7e77c9',
|
|
113956
113956
|
npmInfo: {
|
|
113957
113957
|
'mashlib': '2.1.0',
|
|
113958
113958
|
'npm': '10.8.2',
|