mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
fix(napi): set lossless parameter in napi_get_value_bigint_{int64,uint64}, and trim leading zeroes in napi_create_bigint_words (#15804)
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@azure/service-bus": "7.9.4",
|
||||
"@duckdb/node-api": "1.1.3-alpha.7",
|
||||
"@grpc/grpc-js": "1.12.0",
|
||||
"@grpc/proto-loader": "0.7.10",
|
||||
"@napi-rs/canvas": "0.1.65",
|
||||
@@ -33,6 +34,7 @@
|
||||
"iconv-lite": "0.6.3",
|
||||
"isbot": "5.1.13",
|
||||
"jest-extended": "4.0.0",
|
||||
"jimp": "1.6.0",
|
||||
"jsonwebtoken": "9.0.2",
|
||||
"jws": "4.0.0",
|
||||
"lodash": "4.17.21",
|
||||
@@ -69,8 +71,7 @@
|
||||
"webpack": "5.88.0",
|
||||
"webpack-cli": "4.7.2",
|
||||
"xml2js": "0.6.2",
|
||||
"yargs": "17.7.2",
|
||||
"jimp": "1.6.0"
|
||||
"yargs": "17.7.2"
|
||||
},
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user