tigerbeetle-node 0.16.17 → 0.16.19
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 +1 -1
- package/dist/bin/aarch64-linux-gnu/client.node +0 -0
- package/dist/bin/aarch64-linux-musl/client.node +0 -0
- package/dist/bin/aarch64-macos/client.node +0 -0
- package/dist/bin/x86_64-linux-gnu/client.node +0 -0
- package/dist/bin/x86_64-linux-musl/client.node +0 -0
- package/dist/bin/x86_64-macos/client.node +0 -0
- package/dist/bin/x86_64-windows/client.node +0 -0
- package/package.json +1 -1
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
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|