feat: export core version in package

This commit is contained in:
2024-01-12 10:47:53 +01:00
committed by Rainer Killinger
parent 65bc9a76b6
commit 8667603bd6
5 changed files with 19 additions and 13 deletions

View File

@@ -1,3 +1,5 @@
export const CORE_VERSION = process.env.CORE_VERSION!;
export * from './guards.js';
export * from './meta.js';
export * from './translator.js';