tigerbeetle-node 0.13.89 → 0.13.91

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
@@ -74,9 +74,8 @@ addresses for all replicas in the cluster. The cluster
74
74
  ID and replica addresses are both chosen by the system that
75
75
  starts the TigerBeetle cluster.
76
76
 
77
- Clients are thread-safe. But for better
78
- performance, a single instance should be shared between
79
- multiple concurrent tasks.
77
+ Clients are thread-safe and a single instance should be shared
78
+ between multiple concurrent tasks.
80
79
 
81
80
  Multiple clients are useful when connecting to more than
82
81
  one TigerBeetle cluster.
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tigerbeetle-node",
3
- "version": "0.13.89",
3
+ "version": "0.13.91",
4
4
  "description": "TigerBeetle Node.js client",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",