From ff5a65bdced4f70cc03cc56cd778209ca2d81303 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 29 Apr 2022 15:54:38 +0200 Subject: [PATCH] fix(core): update --- ts_web/00_commitinfo_data.ts | 2 +- ts_web/index.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 4cd1690..d4ef986 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@designestate/dees-catalog', - version: '1.0.78', + version: '1.0.79', description: 'website for lossless.com' } diff --git a/ts_web/index.ts b/ts_web/index.ts index f7edaed..eea16e1 100644 --- a/ts_web/index.ts +++ b/ts_web/index.ts @@ -1 +1,2 @@ export * from './elements/index.js'; +export { commitinfo } from './00_commitinfo_data';