Skip to content

Commit 215cdf9

Browse files
Merge pull request #6 from yumi-team/fix-bigint
feat: update library to use BigInt for large numeric values
2 parents a0f2c13 + 2eb225b commit 215cdf9

File tree

7 files changed

+242
-228
lines changed

7 files changed

+242
-228
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ dist
126126
.yarn/install-state.gz
127127
.pnp.*
128128

129-
# Go modules
129+
# Go modules & debug files
130130
dist/
131131
build/
132132
*.exe
@@ -136,3 +136,4 @@ test*/
136136
e2ee_device.json
137137
example.ts
138138
package-lock.json
139+
*.jsonl

0 commit comments

Comments
 (0)