mol_wire_lib 1.0.1247 → 1.0.1248
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 +7 -0
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.test.js +7 -0
- package/web.test.js.map +1 -1
package/node.test.js
CHANGED
|
@@ -3054,6 +3054,13 @@ var $;
|
|
|
3054
3054
|
$.$mol_dom_context = new $node.jsdom.JSDOM('', { url: 'https://localhost/' }).window;
|
|
3055
3055
|
})($ || ($ = {}));
|
|
3056
3056
|
|
|
3057
|
+
;
|
|
3058
|
+
"use strict";
|
|
3059
|
+
var $;
|
|
3060
|
+
(function ($) {
|
|
3061
|
+
$.$mol_dom = $mol_dom_context;
|
|
3062
|
+
})($ || ($ = {}));
|
|
3063
|
+
|
|
3057
3064
|
;
|
|
3058
3065
|
"use strict";
|
|
3059
3066
|
var $;
|