mol_db 0.0.680 → 0.0.682

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
@@ -1055,4 +1055,5 @@ var $;
1055
1055
  })($ || ($ = {}));
1056
1056
  //mol/db/transaction/transaction.ts
1057
1057
 
1058
+ export default $
1058
1059
  //# sourceMappingURL=node.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_db",
3
- "version": "0.0.680",
3
+ "version": "0.0.682",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.mjs CHANGED
@@ -263,4 +263,5 @@ var $;
263
263
  })($ || ($ = {}));
264
264
  //mol/db/transaction/transaction.ts
265
265
 
266
+ export default $
266
267
  //# sourceMappingURL=web.js.map