@hive-p2p/server 1.0.61 → 1.0.62

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.
@@ -3,7 +3,7 @@ import { SIMULATION, NODE, IDENTITY, GOSSIP, UNICAST, LOG_CSS } from './config.m
3
3
  import { GossipMessage } from './gossip.mjs';
4
4
  import { DirectMessage, ReroutedDirectMessage } from './unicast.mjs';
5
5
  import { Converter } from '../services/converter.mjs';
6
- import { ed25519, Argon2Unified } from '../services/cryptos.mjs';
6
+ import { ed25519, Argon2Unified } from '../services/cryptos.mjs'; // now exposed in full and browser builds
7
7
 
8
8
  export class CryptoCodex {
9
9
  argon2 = new Argon2Unified();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hive-p2p/server",
3
- "version": "1.0.61",
3
+ "version": "1.0.62",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },