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