tigerbeetle-node
Advanced tools
Comparing version 0.12.0 to 0.12.1
{ | ||
"name": "tigerbeetle-node", | ||
"version": "0.12.0", | ||
"version": "0.12.1", | ||
"description": "TigerBeetle Node.js client", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -175,3 +175,3 @@ This file is generated by | ||
In this example, transfer `137` exists while transfer `138` does not. | ||
In this example, account `137` exists while account `138` does not. | ||
@@ -450,4 +450,6 @@ ```javascript | ||
```console | ||
$ git clone https://github.com/tigerbeetledb/tigerbeetle | ||
$ rm -rf tigerbeetle | ||
$ git clone https://github.com/${GITHUB_REPOSITY:-tigerbeetledb/tigerbeetle} | ||
$ cd tigerbeetle | ||
$ git checkout $GIT_SHA # Optional | ||
$ ./scripts/install_zig.sh | ||
@@ -461,10 +463,3 @@ $ cd src/clients/node | ||
```console | ||
$ git clone https://github.com/tigerbeetledb/tigerbeetle | ||
$ cd tigerbeetle | ||
$ ./scripts/install_zig.bat | ||
$ npm install --include dev # NOTE! This does not work at the moment (on Windows). | ||
$ cd src/clients/node | ||
$ npm pack | ||
``` | ||
Unsupported. | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
6538095
463