brk-client 0.3.0-alpha.4 → 0.3.0-alpha.5

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 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -674,7 +674,7 @@
674
674
  /**
675
675
  * Type (P2PKH, P2WPKH, P2SH, P2TR, etc.)
676
676
  *
677
- * @typedef {("p2pk65"|"p2pk33"|"p2pkh"|"p2ms"|"p2sh"|"op_return"|"v0_p2wpkh"|"v0_p2wsh"|"v1_p2tr"|"p2a"|"empty"|"unknown")} OutputType
677
+ * @typedef {("p2pk"|"p2pk"|"p2pkh"|"multisig"|"p2sh"|"op_return"|"v0_p2wpkh"|"v0_p2wsh"|"v1_p2tr"|"p2a"|"empty"|"unknown")} OutputType
678
678
  */
679
679
  /** @typedef {TypeIndex} P2AAddrIndex */
680
680
  /** @typedef {U8x2} P2ABytes */
@@ -6573,7 +6573,7 @@ function createTransferPattern(client, acc) {
6573
6573
  * @extends BrkClientBase
6574
6574
  */
6575
6575
  class BrkClient extends BrkClientBase {
6576
- VERSION = "v0.3.0-alpha.4";
6576
+ VERSION = "v0.3.0-alpha.5";
6577
6577
 
6578
6578
  INDEXES = /** @type {const} */ ([
6579
6579
  "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.4"
43
+ "version": "0.3.0-alpha.5"
44
44
  }