fix(core): update

This commit is contained in:
Philipp Kunz 2023-08-14 13:09:20 +02:00
parent 2cc5855206
commit 35e99663a4
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiclient.xyz/elasticsearch',
version: '1.0.50',
version: '1.0.51',
description: 'log to elasticsearch in a kibana compatible format'
}

View File

@ -1,2 +1,3 @@
export * from './els.classes.smartlogdestination.js';
export * from './els.classes.elasticdoc.js';
export * from './els.classes.elasticdoc.js';
export * from './els.classes.kvstore.js';