brk-client 0.1.4 → 0.1.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 +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -4938,7 +4938,7 @@ function createRatioPattern2(client, acc) {
4938
4938
  * @extends BrkClientBase
4939
4939
  */
4940
4940
  class BrkClient extends BrkClientBase {
4941
- VERSION = "v0.1.4";
4941
+ VERSION = "v0.1.5";
4942
4942
 
4943
4943
  INDEXES = /** @type {const} */ ([
4944
4944
  "dateindex",
package/package.json CHANGED
@@ -34,5 +34,5 @@
34
34
  "url": "git+https://github.com/bitcoinresearchkit/brk.git"
35
35
  },
36
36
  "type": "module",
37
- "version": "0.1.4"
37
+ "version": "0.1.5"
38
38
  }