From 51bed6bd30fc9e7a37371b89308603aa8fe1900b Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 18 May 2024 01:23:09 +0200 Subject: [PATCH] fix(core): update --- test/test.browser.ts | 2 +- test/test.ts | 2 +- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test.browser.ts b/test/test.browser.ts index 904e4d8..d419e84 100644 --- a/test/test.browser.ts +++ b/test/test.browser.ts @@ -45,4 +45,4 @@ tap.test('should catch error', async () => { // throw new Error('hey'); }); -tap.start(); +export default tap.start(); diff --git a/test/test.ts b/test/test.ts index 904e4d8..d419e84 100644 --- a/test/test.ts +++ b/test/test.ts @@ -45,4 +45,4 @@ tap.test('should catch error', async () => { // throw new Error('hey'); }); -tap.start(); +export default tap.start(); diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 798f173..b97182f 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartlog', - version: '3.0.5', + version: '3.0.6', description: 'A minimalistic, distributed, and extensible logging tool supporting centralized log management.' }