Comparing version 4.1.1 to 4.1.2
@@ -38,3 +38,3 @@ 'use strict'; | ||
async close() { | ||
return writer.end(); | ||
await writer.end(); | ||
} | ||
@@ -41,0 +41,0 @@ }; |
@@ -37,3 +37,3 @@ 'use strict'; | ||
outWaitResolver(); | ||
return drainer; | ||
await drainer; | ||
} | ||
@@ -40,0 +40,0 @@ }; |
@@ -29,3 +29,3 @@ import varint from 'varint'; | ||
async close() { | ||
return writer.end(); | ||
await writer.end(); | ||
} | ||
@@ -32,0 +32,0 @@ }; |
@@ -33,3 +33,3 @@ function noop() { | ||
outWaitResolver(); | ||
return drainer; | ||
await drainer; | ||
} | ||
@@ -36,0 +36,0 @@ }; |
@@ -62,3 +62,3 @@ import varint from 'varint' | ||
async close () { | ||
return writer.end() | ||
await writer.end() | ||
/* c8 ignore next 2 */ | ||
@@ -65,0 +65,0 @@ // Node.js 12 c8 bug |
@@ -55,3 +55,3 @@ /** | ||
outWaitResolver() | ||
return drainer | ||
await drainer | ||
/* c8 ignore next 2 */ | ||
@@ -58,0 +58,0 @@ // Node.js 12 c8 bug |
{ | ||
"name": "@ipld/car", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "Content Addressable aRchive format reader and writer", | ||
@@ -5,0 +5,0 @@ "main": "./cjs/car.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
596400