fix(core): update

This commit is contained in:
2024-03-01 00:26:06 +01:00
parent b003da7f59
commit 8a9c2c1505
5 changed files with 28 additions and 21 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@api.global/typedrequest',
version: '3.0.17',
version: '3.0.18',
description: 'make typed requests towards apis'
}

View File

@ -10,6 +10,6 @@ import * as smartbuffer from '@push.rocks/smartbuffer';
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartpromise from '@push.rocks/smartpromise';
import * as webrequest from '@push.rocks/webrequest';
import * as webstream from '@push.rocks/webstream';
export { isounique, lik, smartbuffer, smartdelay, smartpromise, webrequest, webstream };
export { isounique, lik, smartbuffer, smartdelay, smartpromise, webrequest };