tigerbeetle-node 0.13.57 → 0.13.59

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
@@ -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/tigerbeetledb/tigerbeetle/blob/main/src/clients/node/scripts/test_install_on_alpine.sh)
47
- * [Amazon Linux](https://github.com/tigerbeetledb/tigerbeetle/blob/main/src/clients/node/scripts/test_install_on_amazonlinux.sh)
48
- * [Debian](https://github.com/tigerbeetledb/tigerbeetle/blob/main/src/clients/node/scripts/test_install_on_debian.sh)
49
- * [Fedora](https://github.com/tigerbeetledb/tigerbeetle/blob/main/src/clients/node/scripts/test_install_on_fedora.sh)
50
- * [Ubuntu](https://github.com/tigerbeetledb/tigerbeetle/blob/main/src/clients/node/scripts/test_install_on_ubuntu.sh)
51
- * [RHEL](https://github.com/tigerbeetledb/tigerbeetle/blob/main/src/clients/node/scripts/test_install_on_rhelubi.sh)
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/tigerbeetledb/tigerbeetle
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
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "tigerbeetle-node",
3
- "version": "0.13.57",
3
+ "version": "0.13.59",
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/tigerbeetledb/tigerbeetle.git",
9
+ "url": "git+https://github.com/tigerbeetle/tigerbeetle.git",
10
10
  "directory": "src/clients/node"
11
11
  },
12
12
  "preferUnplugged": true,