tigerbeetle-node 0.13.109 → 0.13.111
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/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 +3 -3
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tigerbeetle-node",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.111",
|
|
4
4
|
"description": "TigerBeetle Node.js client",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"test": "node dist/test",
|
|
29
29
|
"build": "npm run build_tsc && npm run build_lib",
|
|
30
30
|
"build_tsc": "./node_modules/typescript/bin/tsc",
|
|
31
|
-
"build_lib": "node scripts/
|
|
32
|
-
"prepack": "npm run build && find dist/bin -
|
|
31
|
+
"build_lib": "node scripts/build_lib.js",
|
|
32
|
+
"prepack": "npm run build && find dist/bin \\( -iname \\*.so -o -iname \\*.dylib -o -iname \\*.dll \\) -printf \"mv '%h/%f' '%h/client.node'\\n\" | sh",
|
|
33
33
|
"clean": "rm -rf build dist node_modules src/zig-cache zig"
|
|
34
34
|
},
|
|
35
35
|
"author": "TigerBeetle, Inc",
|