From 6dc73bf9ea8a4f1e79d0691aa7cbcd33fcf60ce4 Mon Sep 17 00:00:00 2001 From: Kris Zyp Date: Mon, 17 May 2021 08:18:05 -0600 Subject: [PATCH] Update extract and version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bccecfd..93e3664 100644 --- a/package.json +++ b/package.json @@ -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", @@ -53,7 +53,7 @@ } }, "optionalDependencies": { - "cbor-extract": "^0.2.2" + "cbor-extract": "^0.3.0" }, "devDependencies": { "async": "^3",