tigerbeetle-node 0.16.59 → 0.16.61

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/README.md CHANGED
@@ -614,7 +614,7 @@ const filter = {
614
614
  code: 0, // No filter by Code.
615
615
  timestamp_min: 0n, // No filter by Timestamp.
616
616
  timestamp_max: 0n, // No filter by Timestamp.
617
- limit: 10, // Limit to ten balances at most.
617
+ limit: 10, // Limit to ten transfers at most.
618
618
  flags: AccountFilterFlags.debits | // Include transfer from the debit side.
619
619
  AccountFilterFlags.credits | // Include transfer from the credit side.
620
620
  AccountFilterFlags.reversed, // Sort by timestamp in reverse-chronological order.
@@ -675,7 +675,7 @@ const query_filter = {
675
675
  ledger: 0, // No filter by Ledger.
676
676
  timestamp_min: 0n, // No filter by Timestamp.
677
677
  timestamp_max: 0n, // No filter by Timestamp.
678
- limit: 10, // Limit to ten balances at most.
678
+ limit: 10, // Limit to ten accounts at most.
679
679
  flags: QueryFilterFlags.reversed, // Sort by timestamp in reverse-chronological order.
680
680
  };
681
681
 
@@ -701,7 +701,7 @@ const query_filter = {
701
701
  ledger: 0, // No filter by Ledger.
702
702
  timestamp_min: 0n, // No filter by Timestamp.
703
703
  timestamp_max: 0n, // No filter by Timestamp.
704
- limit: 10, // Limit to ten balances at most.
704
+ limit: 10, // Limit to ten transfers at most.
705
705
  flags: QueryFilterFlags.reversed, // Sort by timestamp in reverse-chronological order.
706
706
  };
707
707
 
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tigerbeetle-node",
3
- "version": "0.16.59",
3
+ "version": "0.16.61",
4
4
  "description": "TigerBeetle Node.js client",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",