[chore] update deps

Signed-off-by: Anton Nesterov <anton@demiurg.io>
This commit is contained in:
Anton Nesterov 2024-08-20 14:37:58 +02:00
parent c665c1c2fb
commit 9c53bdf358
No known key found for this signature in database
GPG key ID: 59121E8AE2851FB5
2 changed files with 1 additions and 1 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -19,7 +19,7 @@
"test:dal": "bun test dal/__test__",
"test:serve": "cd dal/__test__/srv && go run main.go",
"fmt": "prettier --write .",
"preinstall":"cd binding && go build -buildmode=c-archive -o dal.a ./dal.go",
"preinstall": "cd binding && go build -buildmode=c-archive -o dal.a ./dal.go",
"cgo:build": "node-gyp configure build"
}
}