mol_crypto_lib 0.1.1347 → 0.1.1348

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.mjs CHANGED
@@ -2014,6 +2014,13 @@ var $;
2014
2014
  $.$mol_dom_context = new $node.jsdom.JSDOM('', { url: 'https://localhost/' }).window;
2015
2015
  })($ || ($ = {}));
2016
2016
 
2017
+ ;
2018
+ "use strict";
2019
+ var $;
2020
+ (function ($) {
2021
+ $.$mol_dom = $mol_dom_context;
2022
+ })($ || ($ = {}));
2023
+
2017
2024
  ;
2018
2025
  "use strict";
2019
2026
  var $;
package/node.test.js CHANGED
@@ -2005,6 +2005,13 @@ var $;
2005
2005
  $.$mol_dom_context = new $node.jsdom.JSDOM('', { url: 'https://localhost/' }).window;
2006
2006
  })($ || ($ = {}));
2007
2007
 
2008
+ ;
2009
+ "use strict";
2010
+ var $;
2011
+ (function ($) {
2012
+ $.$mol_dom = $mol_dom_context;
2013
+ })($ || ($ = {}));
2014
+
2008
2015
  ;
2009
2016
  "use strict";
2010
2017
  var $;