We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5abcb commit 05005c6Copy full SHA for 05005c6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "borsh",
3
- "version": "0.3.0",
+ "version": "0.3.1",
4
"description": "Binary Object Representation Serializer for Hashing",
5
"main": "lib/index.js",
6
"types": "lib/index.d.ts",
@@ -37,12 +37,12 @@
37
"@types/node": "^12.7.3",
38
"@typescript-eslint/eslint-plugin": "^2.18.0",
39
"@typescript-eslint/parser": "^2.18.0",
40
+ "bs58": "^4.0.0",
41
"eslint": "^6.5.1",
42
"jest": "^26.0.1",
43
+ "js-sha256": "^0.9.0",
44
"jsfuzz": "^1.0.14",
- "typescript": "^3.6.2",
- "bs58": "^4.0.0",
45
- "js-sha256": "^0.9.0"
+ "typescript": "^3.6.2"
46
},
47
"dependencies": {
48
"@types/bn.js": "^4.11.5",
0 commit comments