mol_jsx_lib 0.0.1111 → 0.0.1113

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
@@ -1924,6 +1924,13 @@ var $;
1924
1924
  $.$mol_dom_context = new $node.jsdom.JSDOM('', { url: 'https://localhost/' }).window;
1925
1925
  })($ || ($ = {}));
1926
1926
 
1927
+ ;
1928
+ "use strict";
1929
+ var $;
1930
+ (function ($) {
1931
+ $.$mol_dom = $mol_dom_context;
1932
+ })($ || ($ = {}));
1933
+
1927
1934
  ;
1928
1935
  "use strict";
1929
1936
  var $;
package/node.test.js CHANGED
@@ -1915,6 +1915,13 @@ var $;
1915
1915
  $.$mol_dom_context = new $node.jsdom.JSDOM('', { url: 'https://localhost/' }).window;
1916
1916
  })($ || ($ = {}));
1917
1917
 
1918
+ ;
1919
+ "use strict";
1920
+ var $;
1921
+ (function ($) {
1922
+ $.$mol_dom = $mol_dom_context;
1923
+ })($ || ($ = {}));
1924
+
1918
1925
  ;
1919
1926
  "use strict";
1920
1927
  var $;