mashlib 2.1.0-bff0508e → 2.1.0-c16ffd33
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 -21
- 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 +2 -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.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>
|
package/dist/mashlib.js
CHANGED
|
@@ -113837,25 +113837,7 @@ if (true) {
|
|
|
113837
113837
|
/******/
|
|
113838
113838
|
/******/ /* webpack/runtime/publicPath */
|
|
113839
113839
|
/******/ (() => {
|
|
113840
|
-
/******/
|
|
113841
|
-
/******/ if (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + "";
|
|
113842
|
-
/******/ var document = __webpack_require__.g.document;
|
|
113843
|
-
/******/ if (!scriptUrl && document) {
|
|
113844
|
-
/******/ if (document.currentScript && document.currentScript.tagName.toUpperCase() === 'SCRIPT')
|
|
113845
|
-
/******/ scriptUrl = document.currentScript.src;
|
|
113846
|
-
/******/ if (!scriptUrl) {
|
|
113847
|
-
/******/ var scripts = document.getElementsByTagName("script");
|
|
113848
|
-
/******/ if(scripts.length) {
|
|
113849
|
-
/******/ var i = scripts.length - 1;
|
|
113850
|
-
/******/ while (i > -1 && (!scriptUrl || !/^http(s?):/.test(scriptUrl))) scriptUrl = scripts[i--].src;
|
|
113851
|
-
/******/ }
|
|
113852
|
-
/******/ }
|
|
113853
|
-
/******/ }
|
|
113854
|
-
/******/ // When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration
|
|
113855
|
-
/******/ // or pass an empty string ("") and set the __webpack_public_path__ variable from your code to use your own logic.
|
|
113856
|
-
/******/ if (!scriptUrl) throw new Error("Automatic publicPath is not supported in this browser");
|
|
113857
|
-
/******/ scriptUrl = scriptUrl.replace(/^blob:/, "").replace(/#.*$/, "").replace(/\?.*$/, "").replace(/\/[^\/]+$/, "/");
|
|
113858
|
-
/******/ __webpack_require__.p = scriptUrl;
|
|
113840
|
+
/******/ __webpack_require__.p = "/";
|
|
113859
113841
|
/******/ })();
|
|
113860
113842
|
/******/
|
|
113861
113843
|
/******/ /* webpack/runtime/jsonp chunk loading */
|
|
@@ -113969,8 +113951,8 @@ var dist = __webpack_require__(7523);
|
|
|
113969
113951
|
var solid_logic_esm = __webpack_require__(9332);
|
|
113970
113952
|
;// ./src/versionInfo.ts
|
|
113971
113953
|
/* harmony default export */ const versionInfo = ({
|
|
113972
|
-
buildTime: '2026-02-
|
|
113973
|
-
commit: '
|
|
113954
|
+
buildTime: '2026-02-07T14:49:04Z',
|
|
113955
|
+
commit: 'c16ffd336389355804143a97fdbba5f666d720a7',
|
|
113974
113956
|
npmInfo: {
|
|
113975
113957
|
'mashlib': '2.1.0',
|
|
113976
113958
|
'npm': '10.8.2',
|