mashlib 2.1.0-4d1dc7bb → 2.1.0-574f4bec

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.
@@ -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/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>
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,7 +113837,25 @@ if (true) {
113837
113837
  /******/
113838
113838
  /******/ /* webpack/runtime/publicPath */
113839
113839
  /******/ (() => {
113840
- /******/ __webpack_require__.p = "/mashlib/dist/";
113840
+ /******/ var scriptUrl;
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;
113841
113859
  /******/ })();
113842
113860
  /******/
113843
113861
  /******/ /* webpack/runtime/jsonp chunk loading */
@@ -113951,8 +113969,8 @@ var dist = __webpack_require__(7523);
113951
113969
  var solid_logic_esm = __webpack_require__(9332);
113952
113970
  ;// ./src/versionInfo.ts
113953
113971
  /* harmony default export */ const versionInfo = ({
113954
- buildTime: '2026-02-03T16:38:27Z',
113955
- commit: '4d1dc7bb6f0e24d50e1bd35e2ad2ea0a1c7e77c9',
113972
+ buildTime: '2026-02-05T09:43:54Z',
113973
+ commit: '574f4bec3bdb4d8bb7bd5fc1c301b1e60f7fddfc',
113956
113974
  npmInfo: {
113957
113975
  'mashlib': '2.1.0',
113958
113976
  'npm': '10.8.2',