Skip to content

Commit

Permalink
Update extract and version
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed May 17, 2021
1 parent ecfb46a commit 6dc73bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cbor-x",
"author": "Kris Zyp",
"version": "0.8.1",
"version": "0.8.2",
"description": "Ultra-fast CBOR implementation with tag extensions for records and structured cloning",
"license": "MIT",
"types": "./index.d.ts",
Expand Down Expand Up @@ -53,7 +53,7 @@
}
},
"optionalDependencies": {
"cbor-extract": "^0.2.2"
"cbor-extract": "^0.3.0"
},
"devDependencies": {
"async": "^3",
Expand Down

0 comments on commit 6dc73bf

Please sign in to comment.