@xylabs/bignumber 6.0.9 → 6.1.0

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![logo][]](https://xylabs.com)
2
+
1
3
  # @xylabs/bignumber
2
4
 
3
5
  [![npm][npm-badge]][npm-link]
@@ -44,8 +46,12 @@ See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-onl
44
46
 
45
47
  ### .temp-typedoc
46
48
 
49
+ ## Credits
50
+
51
+ [Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)
47
52
 
48
53
  [npm-badge]: https://img.shields.io/npm/v/@xylabs/bignumber.svg
49
54
  [npm-link]: https://www.npmjs.com/package/@xylabs/bignumber
50
55
  [license-badge]: https://img.shields.io/npm/l/@xylabs/bignumber.svg
51
56
  [license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
57
+ [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/bignumber",
3
- "version": "6.0.9",
3
+ "version": "6.1.0",
4
4
  "description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
5
5
  "keywords": [
6
6
  "bignumber",
@@ -42,8 +42,8 @@
42
42
  ],
43
43
  "devDependencies": {
44
44
  "@types/bn.js": "^5.2.0",
45
- "@xylabs/toolchain": "^8.1.16",
46
- "@xylabs/tsconfig": "^8.1.16",
45
+ "@xylabs/toolchain": "^8.1.20",
46
+ "@xylabs/tsconfig": "^8.1.20",
47
47
  "bn.js": "^5.2.3",
48
48
  "eslint": "^10.4.1",
49
49
  "typescript": "^6.0.3",