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';