brk-client 0.3.0-alpha.1 → 0.3.0-alpha.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.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -6563,7 +6563,7 @@ function createTransferPattern(client, acc) {
|
|
|
6563
6563
|
* @extends BrkClientBase
|
|
6564
6564
|
*/
|
|
6565
6565
|
class BrkClient extends BrkClientBase {
|
|
6566
|
-
VERSION = "v0.3.0-alpha.
|
|
6566
|
+
VERSION = "v0.3.0-alpha.2";
|
|
6567
6567
|
|
|
6568
6568
|
INDEXES = /** @type {const} */ ([
|
|
6569
6569
|
"minute10",
|
package/package.json
CHANGED