tigerbeetle-node 0.13.56 → 0.13.58
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 +7 -7
- 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/package.json +2 -2
package/README.md
CHANGED
|
@@ -43,12 +43,12 @@ up, let's dig into using TigerBeetle.
|
|
|
43
43
|
If you run into issues, check out the distribution-specific install
|
|
44
44
|
steps that are run in CI to test support:
|
|
45
45
|
|
|
46
|
-
* [Alpine](https://github.com/
|
|
47
|
-
* [Amazon Linux](https://github.com/
|
|
48
|
-
* [Debian](https://github.com/
|
|
49
|
-
* [Fedora](https://github.com/
|
|
50
|
-
* [Ubuntu](https://github.com/
|
|
51
|
-
* [RHEL](https://github.com/
|
|
46
|
+
* [Alpine](https://github.com/tigerbeetle/tigerbeetle/blob/main/src/clients/node/scripts/test_install_on_alpine.sh)
|
|
47
|
+
* [Amazon Linux](https://github.com/tigerbeetle/tigerbeetle/blob/main/src/clients/node/scripts/test_install_on_amazonlinux.sh)
|
|
48
|
+
* [Debian](https://github.com/tigerbeetle/tigerbeetle/blob/main/src/clients/node/scripts/test_install_on_debian.sh)
|
|
49
|
+
* [Fedora](https://github.com/tigerbeetle/tigerbeetle/blob/main/src/clients/node/scripts/test_install_on_fedora.sh)
|
|
50
|
+
* [Ubuntu](https://github.com/tigerbeetle/tigerbeetle/blob/main/src/clients/node/scripts/test_install_on_ubuntu.sh)
|
|
51
|
+
* [RHEL](https://github.com/tigerbeetle/tigerbeetle/blob/main/src/clients/node/scripts/test_install_on_rhelubi.sh)
|
|
52
52
|
|
|
53
53
|
## Sample projects
|
|
54
54
|
|
|
@@ -603,7 +603,7 @@ const errors = await client.createTransfers(batch);
|
|
|
603
603
|
In a POSIX shell run:
|
|
604
604
|
|
|
605
605
|
```console
|
|
606
|
-
$ git clone https://github.com/
|
|
606
|
+
$ git clone https://github.com/tigerbeetle/tigerbeetle
|
|
607
607
|
$ cd tigerbeetle
|
|
608
608
|
$ git submodule update --init --recursive
|
|
609
609
|
$ ./scripts/install_zig.sh
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tigerbeetle-node",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.58",
|
|
4
4
|
"description": "TigerBeetle Node.js client",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/
|
|
9
|
+
"url": "git+https://github.com/tigerbeetle/tigerbeetle.git",
|
|
10
10
|
"directory": "src/clients/node"
|
|
11
11
|
},
|
|
12
12
|
"preferUnplugged": true,
|