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:
190n
2024-12-17 17:38:12 -08:00
committed by GitHub
parent 430c1dd583
commit 59e06b0df5
9 changed files with 1297 additions and 42 deletions

View File

@@ -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": {