mol_data_all 1.1.1312 → 1.1.1313

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/node.test.js CHANGED
@@ -2552,6 +2552,13 @@ var $;
2552
2552
  $.$mol_dom_context = new $node.jsdom.JSDOM('', { url: 'https://localhost/' }).window;
2553
2553
  })($ || ($ = {}));
2554
2554
 
2555
+ ;
2556
+ "use strict";
2557
+ var $;
2558
+ (function ($) {
2559
+ $.$mol_dom = $mol_dom_context;
2560
+ })($ || ($ = {}));
2561
+
2555
2562
  ;
2556
2563
  "use strict";
2557
2564
  var $;