Comparing version 1.8.1 to 1.8.2
@@ -1,3 +0,3 @@ | ||
declare const version = "1.8.1"; | ||
declare const version = "1.8.2"; | ||
export { version }; |
@@ -1,1 +0,1 @@ | ||
const o="1.8.1";export{o as version}; | ||
const o="1.8.2";export{o as version}; |
{ | ||
"name": "cbor2", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "Encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC8949).", | ||
@@ -22,2 +22,3 @@ "exports": { | ||
"type": "module", | ||
"types": "./lib/index.d.ts", | ||
"repository": { | ||
@@ -24,0 +25,0 @@ "type": "git", |
89841