Comparing version 6.0.16 to 6.0.17
@@ -0,1 +1,7 @@ | ||
## [6.0.17](https://github.com/rvagg/bl/compare/v6.0.16...v6.0.17) (2024-12-30) | ||
### Tests | ||
* ignore TS errors from dependencies ([17e7a10](https://github.com/rvagg/bl/commit/17e7a10c82b07f3ef63a4235a842159d6c08a7d0)) | ||
## [6.0.16](https://github.com/rvagg/bl/compare/v6.0.15...v6.0.16) (2024-09-25) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "bl", | ||
"version": "6.0.16", | ||
"version": "6.0.17", | ||
"description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!", | ||
@@ -11,3 +11,3 @@ "license": "MIT", | ||
"test:ci": "npm run lint && node test/test.js && npm run test:types", | ||
"test:types": "tsc --target esnext --moduleResolution node --allowJs --noEmit test/test.js", | ||
"test:types": "tsc --target esnext --moduleResolution node --allowJs --noEmit --skipLibCheck test/test.js", | ||
"build": "true" | ||
@@ -14,0 +14,0 @@ }, |
93016