@xylabs/bignumber 7.0.7 → 8.0.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.
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/bignumber",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "8.0.0",
|
|
4
|
+
"description": "DEPRECATED — use bn.js directly. Backward-compatibility re-export shim.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"bignumber",
|
|
7
7
|
"xylabs",
|
|
@@ -60,5 +60,6 @@
|
|
|
60
60
|
},
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"access": "public"
|
|
63
|
-
}
|
|
63
|
+
},
|
|
64
|
+
"deprecated": "Use bn.js directly instead. @xylabs/bignumber is a thin re-export shim and will not receive further updates."
|
|
64
65
|
}
|