fix(core): update

This commit is contained in:
2024-01-28 16:08:32 +01:00
parent 016b93ea3a
commit e3974b3bb1
4 changed files with 42 additions and 41 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartacme',
version: '4.0.7',
version: '4.0.8',
description: 'acme with an easy yet powerful interface in TypeScript'
}

View File

@ -1 +1,2 @@
export * from './smartacme.classes.smartacme.js';
export { Cert } from './smartacme.classes.cert.js';