@xylabs/bignumber
Advanced tools
Comparing version 2.11.7 to 2.11.8
@@ -15,33 +15,24 @@ { | ||
"docs": "dist/docs.json", | ||
"types": "dist/index.d.ts", | ||
"dependencies": { | ||
"bn.js": "^5.2.1" | ||
}, | ||
"types": "dist/node/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
"types": "./dist/node/index.d.ts", | ||
"default": "./dist/node/index.js" | ||
}, | ||
"import": { | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.mjs" | ||
"types": "./dist/node/index.d.mts", | ||
"default": "./dist/node/index.mjs" | ||
} | ||
}, | ||
"./dist/docs.json": { | ||
"default": "./dist/docs.json" | ||
}, | ||
"./cjs": { | ||
"default": "./dist/index.js" | ||
}, | ||
"./docs": { | ||
"default": "./dist/docs.json" | ||
}, | ||
"./esm": { | ||
"default": "./dist/index.mjs" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"main": "dist/node/index.js", | ||
"module": "dist/node/index.mjs", | ||
"homepage": "https://xylabs.com", | ||
@@ -56,4 +47,4 @@ "keywords": [ | ||
"@types/bn.js": "^5.1.2", | ||
"@xylabs/ts-scripts-yarn3": "^3.0.28", | ||
"@xylabs/tsconfig": "^3.0.28", | ||
"@xylabs/ts-scripts-yarn3": "^3.0.55", | ||
"@xylabs/tsconfig": "^3.0.55", | ||
"typescript": "^5.2.2" | ||
@@ -69,3 +60,3 @@ }, | ||
"sideEffects": false, | ||
"version": "2.11.7" | ||
"version": "2.11.8" | ||
} |
14989
18
56