brk-client 0.2.1 → 0.2.2

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 +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -6357,7 +6357,7 @@ function createTransferPattern(client, acc) {
6357
6357
  * @extends BrkClientBase
6358
6358
  */
6359
6359
  class BrkClient extends BrkClientBase {
6360
- VERSION = "v0.2.1";
6360
+ VERSION = "v0.2.2";
6361
6361
 
6362
6362
  INDEXES = /** @type {const} */ ([
6363
6363
  "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.2.1"
43
+ "version": "0.2.2"
44
44
  }