tigerbeetle-node 0.13.88 → 0.13.89

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
@@ -252,7 +252,7 @@ distinguish accounts.
252
252
  ```javascript
253
253
  const accounts = await client.lookupAccounts([137n, 138n]);
254
254
  console.log(accounts);
255
- /*
255
+ /*
256
256
  * [{
257
257
  * id: 137n,
258
258
  * user_data: 0n,
@@ -589,7 +589,7 @@ const errors = await client.createTransfers(batch);
589
589
  * { index: 2, error: 1 }, // linked_event_failed
590
590
  * { index: 3, error: 25 }, // exists
591
591
  * { index: 4, error: 1 }, // linked_event_failed
592
- *
592
+ *
593
593
  * { index: 6, error: 17 }, // exists_with_different_flags
594
594
  * { index: 7, error: 1 }, // linked_event_failed
595
595
  * ]
@@ -615,4 +615,3 @@ $ npm pack
615
615
  ### On Windows
616
616
 
617
617
  Not yet supported.
618
-
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tigerbeetle-node",
3
- "version": "0.13.88",
3
+ "version": "0.13.89",
4
4
  "description": "TigerBeetle Node.js client",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",