Always return numbers instead of bigint

This commit is contained in:
Andras Schmelczer 2025-11-16 19:52:43 +00:00
parent b7b22a63cd
commit 2bb647cdac
5 changed files with 93 additions and 76 deletions

View file

@ -2,7 +2,7 @@
set -e
wasm-pack build --target web --features wasm
wasm-pack build --target web --features wasm,console_error_panic_hook
cargo test --verbose --features serde -- --include-ignored
cargo test
@ -10,7 +10,7 @@ cargo test --features serde
cargo test --features wasm
cargo test --features all
wasm-pack test --node --features wasm
wasm-pack test --node --features wasm,console_error_panic_hook
cd reconcile-js
npm install