mol_data_all 1.1.730 → 1.1.732

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.
Files changed (3) hide show
  1. package/node.mjs +1 -0
  2. package/package.json +1 -1
  3. package/web.mjs +1 -0
package/node.mjs CHANGED
@@ -583,4 +583,5 @@ var $;
583
583
  })($ || ($ = {}));
584
584
  //mol/data/pipe/pipe.ts
585
585
 
586
+ export default $
586
587
  //# sourceMappingURL=node.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_data_all",
3
- "version": "1.1.730",
3
+ "version": "1.1.732",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.mjs CHANGED
@@ -583,4 +583,5 @@ var $;
583
583
  })($ || ($ = {}));
584
584
  //mol/data/pipe/pipe.ts
585
585
 
586
+ export default $
586
587
  //# sourceMappingURL=web.js.map