tigerbeetle-node 0.13.94 → 0.13.96
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
|
@@ -21,7 +21,7 @@ First, create a directory for your project and `cd` into the directory.
|
|
|
21
21
|
Then, install the TigerBeetle client:
|
|
22
22
|
|
|
23
23
|
```console
|
|
24
|
-
|
|
24
|
+
npm install tigerbeetle-node
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
Now, create `main.js` and copy this into it:
|
|
@@ -34,7 +34,7 @@ console.log("Import ok!");
|
|
|
34
34
|
Finally, build and run:
|
|
35
35
|
|
|
36
36
|
```console
|
|
37
|
-
|
|
37
|
+
node main.js
|
|
38
38
|
```
|
|
39
39
|
|
|
40
40
|
Now that all prerequisites and dependencies are correctly set
|
|
@@ -602,13 +602,13 @@ const errors = await client.createTransfers(batch);
|
|
|
602
602
|
In a POSIX shell run:
|
|
603
603
|
|
|
604
604
|
```console
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
605
|
+
git clone https://github.com/tigerbeetle/tigerbeetle
|
|
606
|
+
cd tigerbeetle
|
|
607
|
+
git submodule update --init --recursive
|
|
608
|
+
./scripts/install_zig.sh
|
|
609
|
+
cd src/clients/node
|
|
610
|
+
npm install --include dev
|
|
611
|
+
npm pack
|
|
612
612
|
```
|
|
613
613
|
|
|
614
614
|
### On Windows
|
|
Binary file
|
|
Binary file
|