From 15819d8a238ecb459a41e35f6d4927abd4a6e4a4 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Mon, 17 Nov 2025 14:37:08 +0000 Subject: [PATCH] fix(test): Enable --logfile in test script and bump @git.zone/tstest to ^2.8.2 --- changelog.md | 6 ++++++ deno.lock | 10 +++++----- package.json | 4 ++-- pnpm-lock.yaml | 10 +++++----- ts/00_commitinfo_data.ts | 2 +- 5 files changed, 19 insertions(+), 13 deletions(-) diff --git a/changelog.md b/changelog.md index 8c860a3..b48d851 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2025-11-17 - 5.0.1 - fix(test) +Enable --logfile in test script and bump @git.zone/tstest to ^2.8.2 + +- Update npm script: add --logfile flag to the test command to produce test logs +- Bump devDependency @git.zone/tstest from ^2.8.1 to ^2.8.2 + ## 2025-11-17 - 5.0.0 - BREAKING CHANGE(client/streaming) Unify streaming APIs: remove raw()/streamNode() and standardize on web ReadableStream across runtimes diff --git a/deno.lock b/deno.lock index 61c23f8..4b91bfa 100644 --- a/deno.lock +++ b/deno.lock @@ -3,7 +3,7 @@ "specifiers": { "npm:@git.zone/tsbuild@^3.1.0": "3.1.0", "npm:@git.zone/tsrun@2": "2.0.0", - "npm:@git.zone/tstest@^2.8.1": "2.8.1", + "npm:@git.zone/tstest@^2.8.2": "2.8.2", "npm:@push.rocks/smartenv@6": "6.0.0", "npm:@push.rocks/smartpath@6": "6.0.0", "npm:@push.rocks/smartpromise@^4.0.4": "4.2.3", @@ -999,8 +999,8 @@ "bin": true, "tarball": "https://verdaccio.lossless.digital/@git.zone/tsrun/-/tsrun-2.0.0.tgz" }, - "@git.zone/tstest@2.8.1": { - "integrity": "sha512-0Sct9XsbrmAQgKNoW/jBNPMLllKVI+W6/aVkj9DEguiEnysmxLb3xRyoay06lxTGSBe5dA5uNULrdycdQ9slgQ==", + "@git.zone/tstest@2.8.2": { + "integrity": "sha512-qIZFor1mT4+Xth24jbqZtrh2B2Vz2n27OVY1R22zEg4TgFldjEUVwIKz27axqK1HUA1PIw0mYn+vOgd+yMWO4w==", "dependencies": [ "@api.global/typedserver", "@git.zone/tsbundle", @@ -1029,7 +1029,7 @@ "ws@8.18.3" ], "bin": true, - "tarball": "https://verdaccio.lossless.digital/@git.zone/tstest/-/tstest-2.8.1.tgz" + "tarball": "https://verdaccio.lossless.digital/@git.zone/tstest/-/tstest-2.8.2.tgz" }, "@happy-dom/global-registrator@15.11.7": { "integrity": "sha512-mfOoUlIw8VBiJYPrl5RZfMzkXC/z7gbSpi2ecycrj/gRWLq2CMV+Q+0G+JPjeOmuNFgg0skEIzkVFzVYFP6URw==", @@ -7193,7 +7193,7 @@ "dependencies": [ "npm:@git.zone/tsbuild@^3.1.0", "npm:@git.zone/tsrun@2", - "npm:@git.zone/tstest@^2.8.1", + "npm:@git.zone/tstest@^2.8.2", "npm:@push.rocks/smartenv@6", "npm:@push.rocks/smartpath@6", "npm:@push.rocks/smartpromise@^4.0.4", diff --git a/package.json b/package.json index 6afe7b6..f4a91ea 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "type": "module", "scripts": { - "test": "(tstest test/ --verbose --timeout 120)", + "test": "(tstest test/ --verbose --timeout 120 --logfile)", "build": "(tsbuild --web)", "buildDocs": "tsdoc" }, @@ -55,7 +55,7 @@ "devDependencies": { "@git.zone/tsbuild": "^3.1.0", "@git.zone/tsrun": "^2.0.0", - "@git.zone/tstest": "^2.8.1", + "@git.zone/tstest": "^2.8.2", "@types/node": "^22.9.0" }, "files": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a9b90e6..0531035 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -34,8 +34,8 @@ importers: specifier: ^2.0.0 version: 2.0.0 '@git.zone/tstest': - specifier: ^2.8.1 - version: 2.8.1(@aws-sdk/credential-providers@3.864.0)(socks@2.8.7)(typescript@5.9.3) + specifier: ^2.8.2 + version: 2.8.2(@aws-sdk/credential-providers@3.864.0)(socks@2.8.7)(typescript@5.9.3) '@types/node': specifier: ^22.9.0 version: 22.14.0 @@ -534,8 +534,8 @@ packages: resolution: {integrity: sha512-yA6zCjL+kn7xfZe6sL/m4K+zYqgkznG/pF6++i/E17iwzpG6dHmW+VZmYldHe86sW4DcLMvqM6CxM+KlgaEpKw==} hasBin: true - '@git.zone/tstest@2.8.1': - resolution: {integrity: sha512-0Sct9XsbrmAQgKNoW/jBNPMLllKVI+W6/aVkj9DEguiEnysmxLb3xRyoay06lxTGSBe5dA5uNULrdycdQ9slgQ==} + '@git.zone/tstest@2.8.2': + resolution: {integrity: sha512-qIZFor1mT4+Xth24jbqZtrh2B2Vz2n27OVY1R22zEg4TgFldjEUVwIKz27axqK1HUA1PIw0mYn+vOgd+yMWO4w==} hasBin: true '@happy-dom/global-registrator@15.11.7': @@ -4853,7 +4853,7 @@ snapshots: '@push.rocks/smartshell': 3.3.0 tsx: 4.20.6 - '@git.zone/tstest@2.8.1(@aws-sdk/credential-providers@3.864.0)(socks@2.8.7)(typescript@5.9.3)': + '@git.zone/tstest@2.8.2(@aws-sdk/credential-providers@3.864.0)(socks@2.8.7)(typescript@5.9.3)': dependencies: '@api.global/typedserver': 3.0.79 '@git.zone/tsbundle': 2.5.2 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index a9e2455..72b54cd 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartrequest', - version: '5.0.0', + version: '5.0.1', description: 'A module for modern HTTP/HTTPS requests with support for form data, file uploads, JSON, binary data, streams, and more.' }