We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66394bd commit 4db216fCopy full SHA for 4db216f
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "safe-stable-stringify",
3
- "version": "2.1.0",
+ "version": "2.2.0",
4
"description": "Deterministic and safely JSON.stringify to quickly serialize JavaScript objects",
5
"exports": {
6
"require": "./index.js",
@@ -18,7 +18,8 @@
18
"object",
19
"predicable",
20
"repeatable",
21
- "fast"
+ "fast",
22
+ "bigint"
23
],
24
"main": "index.js",
25
"scripts": {
0 commit comments