mol_regexp 0.0.1365 → 0.0.1366

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_regexp",
3
- "version": "0.0.1365",
3
+ "version": "0.0.1366",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.test.js CHANGED
@@ -151,6 +151,13 @@ var $;
151
151
  $.$mol_dom_context = self;
152
152
  })($ || ($ = {}));
153
153
 
154
+ ;
155
+ "use strict";
156
+ var $;
157
+ (function ($) {
158
+ $.$mol_dom = $mol_dom_context;
159
+ })($ || ($ = {}));
160
+
154
161
  ;
155
162
  "use strict";
156
163
  var $;