mol_data_all 1.1.1312 → 1.1.1313

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_data_all",
3
- "version": "1.1.1312",
3
+ "version": "1.1.1313",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.test.js CHANGED
@@ -123,6 +123,13 @@ var $;
123
123
  $.$mol_dom_context = self;
124
124
  })($ || ($ = {}));
125
125
 
126
+ ;
127
+ "use strict";
128
+ var $;
129
+ (function ($) {
130
+ $.$mol_dom = $mol_dom_context;
131
+ })($ || ($ = {}));
132
+
126
133
  ;
127
134
  "use strict";
128
135
  var $;