@leofcoin/chain 1.4.66 → 1.4.67

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.
@@ -1,4 +1,4 @@
1
- import { c as commonjsGlobal, i as inherits_browserExports, r as require$$5 } from './node-browser-8efb8048.js';
1
+ import { c as commonjsGlobal, i as inherits_browserExports, r as require$$5 } from './node-browser-b370f51f.js';
2
2
  import './index-640d9f36.js';
3
3
 
4
4
  var cloneExports = {};
@@ -9313,7 +9313,6 @@ class P2PTPeer {
9313
9313
  constructor(peer, p2pt, options = {}) {
9314
9314
  this.#connection = peer;
9315
9315
  this.p2pt = p2pt;
9316
- this.id = options.id || peer.id;
9317
9316
  this.localPeerId = this.p2pt.peerId;
9318
9317
  this.bw = {
9319
9318
  up: 0,
@@ -1,4 +1,4 @@
1
- import { M as MultiWallet, e as encrypt, b as base58$1 } from './node-browser-8efb8048.js';
1
+ import { M as MultiWallet, e as encrypt, b as base58$1 } from './node-browser-b370f51f.js';
2
2
  import './index-640d9f36.js';
3
3
 
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { F as FormatInterface } from './node-browser-8efb8048.js';
1
+ import { F as FormatInterface } from './node-browser-b370f51f.js';
2
2
  import './index-640d9f36.js';
3
3
 
4
4
  var proto$b = {
@@ -20262,7 +20262,7 @@ class Identity {
20262
20262
  globalThis.peernet.selectedAccount = new TextDecoder().decode(selected);
20263
20263
  }
20264
20264
  else {
20265
- const importee = await import(/* webpackChunkName: "generate-account" */ './index-3335f096-9107fef9.js');
20265
+ const importee = await import(/* webpackChunkName: "generate-account" */ './index-adb03c44-fbf4e634.js');
20266
20266
  const { identity, accounts } = await importee.default(password, this.network);
20267
20267
  await globalThis.accountStore.put('public', JSON.stringify({ walletId: identity.walletId }));
20268
20268
  await globalThis.walletStore.put('version', String(1));
@@ -20433,7 +20433,7 @@ class Peernet {
20433
20433
  this.root = options.root;
20434
20434
  const { RequestMessage, ResponseMessage, PeerMessage, PeerMessageResponse, PeernetMessage, DHTMessage, DHTMessageResponse, DataMessage, DataMessageResponse, PsMessage, ChatMessage, PeernetFile
20435
20435
  // FolderMessageResponse
20436
- } = await import(/* webpackChunkName: "messages" */ './messages-56ff4da4-d9fa0d76.js');
20436
+ } = await import(/* webpackChunkName: "messages" */ './messages-45c0ed82-b315f125.js');
20437
20437
  /**
20438
20438
  * proto Object containing protos
20439
20439
  * @type {Object}
@@ -20512,7 +20512,7 @@ class Peernet {
20512
20512
  if (this.#starting || this.#started)
20513
20513
  return;
20514
20514
  this.#starting = true;
20515
- const importee = await import('./client-7b9cd236-6d716d62.js');
20515
+ const importee = await import('./client-22e4daf2-3bb20e99.js');
20516
20516
  /**
20517
20517
  * @access public
20518
20518
  * @type {PeernetClient}
@@ -1,2 +1,2 @@
1
- export { N as default } from './node-browser-8efb8048.js';
1
+ export { N as default } from './node-browser-b370f51f.js';
2
2
  import './index-640d9f36.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leofcoin/chain",
3
- "version": "1.4.66",
3
+ "version": "1.4.67",
4
4
  "description": "Official javascript implementation",
5
5
  "exports": {
6
6
  "./node": "./exports/node.js",