brk-client 0.3.0-beta.0 → 0.3.0-beta.1
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
|
@@ -6628,7 +6628,7 @@ function createTransferPattern(client, acc) {
|
|
|
6628
6628
|
* @extends BrkClientBase
|
|
6629
6629
|
*/
|
|
6630
6630
|
class BrkClient extends BrkClientBase {
|
|
6631
|
-
VERSION = "v0.3.0-beta.
|
|
6631
|
+
VERSION = "v0.3.0-beta.1";
|
|
6632
6632
|
|
|
6633
6633
|
INDEXES = /** @type {const} */ ([
|
|
6634
6634
|
"minute10",
|
package/package.json
CHANGED