fix(core): update

This commit is contained in:
2024-01-08 14:35:34 +01:00
parent 2c8f550830
commit 60a2efaecb
5 changed files with 277 additions and 179 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@api.global/typedserver',
version: '3.0.10',
version: '3.0.11',
description: 'easy serving of static files'
}

View File

@ -33,6 +33,7 @@ import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrequest from '@push.rocks/smartrequest';
import * as smartrx from '@push.rocks/smartrx';
import * as smartsitemap from '@push.rocks/smartsitemap';
import * as smartstream from '@push.rocks/smartstream';
import * as smarttime from '@push.rocks/smarttime';
export {
@ -48,6 +49,7 @@ export {
smartpromise,
smartrequest,
smartsitemap,
smartstream,
smarttime,
smartrx,
};