tigerbeetle-node 0.16.50 → 0.16.52

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
@@ -559,7 +559,7 @@ const transfer1 = {
559
559
  id: 9n,
560
560
  debit_account_id: 102n,
561
561
  credit_account_id: 103n,
562
- amount: 10n,
562
+ amount: 0n,
563
563
  pending_id: 8n,
564
564
  user_data_128: 0n,
565
565
  user_data_64: 0n,
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.50",
3
+ "version": "0.16.52",
4
4
  "description": "TigerBeetle Node.js client",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",