mol_dump_lib 0.0.1018 → 0.0.1020

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_dump_lib",
3
- "version": "0.0.1018",
3
+ "version": "0.0.1020",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.js CHANGED
@@ -6291,7 +6291,7 @@ var $;
6291
6291
  var $;
6292
6292
  (function ($) {
6293
6293
  class $mol_file_web extends $mol_file_webdav {
6294
- static base = new URL('.', ($mol_dom_context.document?.currentScript)['src'] ?? globalThis.location.href).toString();
6294
+ static base = new URL('.', $mol_dom_context.document?.currentScript?.['src'] ?? globalThis.location.href).toString();
6295
6295
  version() { return '1'; }
6296
6296
  info() {
6297
6297
  try {