fix(core): update

This commit is contained in:
2024-01-28 02:50:41 +01:00
parent 8cda69b3c2
commit ab870af0bb
5 changed files with 2832 additions and 1919 deletions

View File

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

View File

@ -1,5 +1,5 @@
// @apiglobal scope
import * as typedserver from '@apiglobal/typedserver';
import * as typedserver from '@api.global/typedserver';
export { typedserver };