Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
fix: downgrade varint (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Mar 1, 2021
1 parent f839082 commit e84aabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"multibase": "^4.0.1",
"uint8arrays": "^2.1.3",
"varint": "^6.0.0"
"varint": "^5.0.2"
},
"devDependencies": {
"aegir": "^31.0.0",
Expand Down

2 comments on commit e84aabb

@eikeon
Copy link

@eikeon eikeon commented on e84aabb Mar 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What was the issue; anything to watch out for?

@hugomrdias
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What was the issue; anything to watch out for?

no, it was a revert released as a major which dupes varint like crazy in the browser bundles upstream

Please sign in to comment.