@xylabs/bignumber 4.13.4 → 4.13.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1 @@
1
- import { default as default_2 } from 'bn.js';
2
-
3
- export { default_2 as BN }
4
- export { default_2 as BigNumber }
5
-
6
- export { }
1
+ export { default as BN, default as BigNumber } from 'bn.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/bignumber",
3
- "version": "4.13.4",
3
+ "version": "4.13.6",
4
4
  "description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
5
5
  "keywords": [
6
6
  "bignumber",
@@ -40,8 +40,8 @@
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/bn.js": "^5.2.0",
43
- "@xylabs/ts-scripts-yarn3": "^7.0.0-rc.7",
44
- "@xylabs/tsconfig": "^7.0.0-rc.7",
43
+ "@xylabs/ts-scripts-yarn3": "^7.0.0-rc.8",
44
+ "@xylabs/tsconfig": "^7.0.0-rc.8",
45
45
  "typescript": "^5.8.3"
46
46
  },
47
47
  "engines": {