tigerbeetle-node 0.13.108 → 0.13.109

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
@@ -59,6 +59,8 @@ features of TigerBeetle.
59
59
  * [Basic](/src/clients/node/samples/basic/): Create two accounts and transfer an amount between them.
60
60
  * [Two-Phase Transfer](/src/clients/node/samples/two-phase/): Create two accounts and start a pending transfer between
61
61
  them, then post the transfer.
62
+ * [Many Two-Phase Transfers](/src/clients/node/samples/two-phase-many/): Create two accounts and start a number of pending transfer
63
+ between them, posting and voiding alternating transfers.
62
64
  ### Sidenote: `BigInt`
63
65
  TigerBeetle uses 64-bit integers for many fields while JavaScript's
64
66
  builtin `Number` maximum value is `2^53-1`. The `n` suffix in JavaScript
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tigerbeetle-node",
3
- "version": "0.13.108",
3
+ "version": "0.13.109",
4
4
  "description": "TigerBeetle Node.js client",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",