mol_key 0.0.1085 → 0.0.1087

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
@@ -2952,6 +2952,13 @@ var $;
2952
2952
  $.$mol_dom_context = new $node.jsdom.JSDOM('', { url: 'https://localhost/' }).window;
2953
2953
  })($ || ($ = {}));
2954
2954
 
2955
+ ;
2956
+ "use strict";
2957
+ var $;
2958
+ (function ($) {
2959
+ $.$mol_dom = $mol_dom_context;
2960
+ })($ || ($ = {}));
2961
+
2955
2962
  ;
2956
2963
  "use strict";
2957
2964
  var $;