Compare commits

..

2 Commits

Author SHA1 Message Date
fe676b70a9 3.0.6 2024-05-18 01:23:10 +02:00
51bed6bd30 fix(core): update 2024-05-18 01:23:09 +02:00
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartlog",
"version": "3.0.5",
"version": "3.0.6",
"private": false,
"description": "A minimalistic, distributed, and extensible logging tool supporting centralized log management.",
"keywords": [

View File

@ -45,4 +45,4 @@ tap.test('should catch error', async () => {
// throw new Error('hey');
});
tap.start();
export default tap.start();

View File

@ -45,4 +45,4 @@ tap.test('should catch error', async () => {
// throw new Error('hey');
});
tap.start();
export default tap.start();

View File

@ -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.'
}