tigerbeetle-node 0.16.16 → 0.16.18

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
@@ -20,7 +20,7 @@ First, create a directory for your project and `cd` into the directory.
20
20
  Then, install the TigerBeetle client:
21
21
 
22
22
  ```console
23
- npm install tigerbeetle-node
23
+ npm install --save-exact tigerbeetle-node
24
24
  ```
25
25
 
26
26
  Now, create `main.js` and copy this into it:
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.16",
3
+ "version": "0.16.18",
4
4
  "description": "TigerBeetle Node.js client",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",