feat: remove decimal.js and big-integer (#2379)

Reduces the bundle size by 8% (41kb)

BigInteger is now well supported so the library is no longer needed.

BigNumber was already being used by xrpl and they had almost identical
interfaces as they are both based on Java.
This commit is contained in:
Caleb Kniffen
2023-07-25 19:30:12 -05:00
parent cfb64c3f88
commit 8caf2e45bb
12 changed files with 59 additions and 102 deletions

View File

@@ -2,6 +2,7 @@
"name": "xrpl.js",
"private": true,
"scripts": {
"analyze": "lerna run analyze --stream",
"test": "lerna run test --stream",
"test:browser": "lerna run test:browser --stream",
"test:integration": "lerna run test:integration --stream",