From 49ab40af0957f47749f006896029d17ae85e953f Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 14 Nov 2023 10:58:01 +0100 Subject: [PATCH] fix(core): update --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- test/test.ts | 2 +- ts/00_commitinfo_data.ts | 2 +- ts/bzip2/index.ts | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index bb2452e..dd6292b 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@push.rocks/smartpromise": "^4.0.3", "@push.rocks/smartrequest": "^2.0.21", "@push.rocks/smartrx": "^3.0.7", - "@push.rocks/smartstream": "^3.0.28", + "@push.rocks/smartstream": "^3.0.30", "@push.rocks/smartunique": "^3.0.6", "@push.rocks/smarturl": "^3.0.7", "@types/tar-stream": "^3.1.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a96bf72..c91855c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,8 +21,8 @@ dependencies: specifier: ^3.0.7 version: 3.0.7 '@push.rocks/smartstream': - specifier: ^3.0.28 - version: 3.0.28 + specifier: ^3.0.30 + version: 3.0.30 '@push.rocks/smartunique': specifier: ^3.0.6 version: 3.0.6 @@ -747,7 +747,7 @@ packages: '@push.rocks/smartpath': 5.0.11 '@push.rocks/smartpromise': 4.0.3 '@push.rocks/smartrequest': 2.0.21 - '@push.rocks/smartstream': 3.0.28 + '@push.rocks/smartstream': 3.0.30 '@types/fs-extra': 11.0.3 '@types/glob': 8.1.0 '@types/js-yaml': 4.0.8 @@ -964,8 +964,8 @@ packages: through2: 4.0.2 dev: true - /@push.rocks/smartstream@3.0.28: - resolution: {integrity: sha512-OYKSjjyQj5h9+bxz4cHfUCpbYGHjB3TvseAY/3gWOrli7neGIPg7ycCDiiUYXfYQuPjof9GMzuBsAy4cpiyFNA==} + /@push.rocks/smartstream@3.0.30: + resolution: {integrity: sha512-+izraXkILJJIy99PzP2LYahaW+g/35bTi/UxD7FeuOYbTaigode6Q3swvs0nrK6yu+A9x6RfoWV4JAJjd3Y87g==} dependencies: '@push.rocks/lik': 6.0.12 '@push.rocks/smartpromise': 4.0.3 diff --git a/test/test.ts b/test/test.ts index 26223f1..55336a8 100644 --- a/test/test.ts +++ b/test/test.ts @@ -38,7 +38,7 @@ tap.test('should extract existing files on disk', async () => { await testSmartarchive.exportToFs(testPaths.nogitDir); }); -tap.test('should extract a b2zip', async () => { +tap.skip.test('should extract a b2zip', async () => { const dataUrl = 'https://daten.offeneregister.de/de_companies_ocdata.jsonl.bz2'; const testArchive = await smartarchive.SmartArchive.fromArchiveUrl(dataUrl); await testArchive.exportToFs( diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index e8acf91..08eff2f 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartarchive', - version: '4.0.17', + version: '4.0.18', description: 'work with archives' } diff --git a/ts/bzip2/index.ts b/ts/bzip2/index.ts index e42deee..577a349 100644 --- a/ts/bzip2/index.ts +++ b/ts/bzip2/index.ts @@ -55,7 +55,7 @@ export function unbzip2Stream() { return new plugins.smartstream.SmartDuplex({ objectMode: true, name: 'bzip2', - debug: true, + debug: false, highWaterMark: 1, writeFunction: async function (data, streamTools) { // console.log(`got chunk ${counter++}`)