mol_crypto_lib 0.0.742 → 0.0.744

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
@@ -1085,4 +1085,5 @@ var $;
1085
1085
  })($ || ($ = {}));
1086
1086
  //mol/crypto/salt/salt.ts
1087
1087
 
1088
+ export default $
1088
1089
  //# sourceMappingURL=node.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_crypto_lib",
3
- "version": "0.0.742",
3
+ "version": "0.0.744",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.mjs CHANGED
@@ -318,4 +318,5 @@ var $;
318
318
  })($ || ($ = {}));
319
319
  //mol/crypto/salt/salt.ts
320
320
 
321
+ export default $
321
322
  //# sourceMappingURL=web.js.map