@xylabs/bignumber
Advanced tools
Comparing version 2.10.0 to 2.10.1
@@ -17,4 +17,3 @@ { | ||
"dependencies": { | ||
"bn.js": "^5.2.1", | ||
"tslib": "^2.6.2" | ||
"bn.js": "^5.2.1" | ||
}, | ||
@@ -74,3 +73,3 @@ "exports": { | ||
"sideEffects": false, | ||
"version": "2.10.0" | ||
"version": "2.10.1" | ||
} |
@@ -8,8 +8,10 @@ import { defineConfig } from 'tsup' | ||
clean: true, | ||
dts: true, | ||
entry: ['src'], | ||
dts: { | ||
entry: ['src/index.ts'], | ||
}, | ||
entry: ['src/index.ts'], | ||
format: ['cjs', 'esm'], | ||
sourcemap: true, | ||
splitting: false, | ||
tsconfig: 'tsconfig.json', | ||
tsconfig: 'tsconfig.build.json', | ||
}) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
14387
1
65
0
- Removedtslib@^2.6.2
- Removedtslib@2.8.1(transitive)