brk-client 0.3.0-alpha.1 → 0.3.0-alpha.3

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 (2) hide show
  1. package/index.js +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -139,6 +139,7 @@
139
139
  * @property {number} utxoSetSize - Total UTXO set size at this height
140
140
  * @property {Sats} totalInputAmt - Total input amount in satoshis
141
141
  * @property {number} virtualSize - Virtual size in vbytes
142
+ * @property {Dollars} price - USD price at block height
142
143
  */
143
144
  /**
144
145
  * A single block fees data point.
@@ -6563,7 +6564,7 @@ function createTransferPattern(client, acc) {
6563
6564
  * @extends BrkClientBase
6564
6565
  */
6565
6566
  class BrkClient extends BrkClientBase {
6566
- VERSION = "v0.3.0-alpha.1";
6567
+ VERSION = "v0.3.0-alpha.3";
6567
6568
 
6568
6569
  INDEXES = /** @type {const} */ ([
6569
6570
  "minute10",
package/package.json CHANGED
@@ -40,5 +40,5 @@
40
40
  "url": "git+https://github.com/bitcoinresearchkit/brk.git"
41
41
  },
42
42
  "type": "module",
43
- "version": "0.3.0-alpha.1"
43
+ "version": "0.3.0-alpha.3"
44
44
  }