From 35e99663a40b7a700090eabdc2a9a216c1b2a026 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 14 Aug 2023 13:09:20 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/index.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index e77acba..f3233b6 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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' } diff --git a/ts/index.ts b/ts/index.ts index 981801e..f07583c 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,2 +1,3 @@ export * from './els.classes.smartlogdestination.js'; -export * from './els.classes.elasticdoc.js'; \ No newline at end of file +export * from './els.classes.elasticdoc.js'; +export * from './els.classes.kvstore.js';