tigerbeetle-node 0.13.131 → 0.13.133

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
@@ -314,7 +314,7 @@ let transferErrors = await client.createTransfers([transfer]);
314
314
 
315
315
  The response is an empty array if all transfers were created
316
316
  successfully. If the response is non-empty, each object in the
317
- response array contains error information for an transfer that
317
+ response array contains error information for a transfer that
318
318
  failed. The error object contains an error code and the index of the
319
319
  transfer in the request batch.
320
320
 
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tigerbeetle-node",
3
- "version": "0.13.131",
3
+ "version": "0.13.133",
4
4
  "description": "TigerBeetle Node.js client",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",