fix(core): update dependencies

This commit is contained in:
2024-04-08 14:51:50 +02:00
parent 9122fe372d
commit be997344af
9 changed files with 1617 additions and 1499 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiclient.xyz/tink',
version: '3.1.10',
version: '3.1.11',
description: 'an unofficial api abstraction for tink.com'
}

View File

@ -1,7 +1,7 @@
// @pushrocks scope
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartrequest from '@pushrocks/smartrequest';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smarturl from '@pushrocks/smarturl';
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartrequest from '@push.rocks/smartrequest';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smarturl from '@push.rocks/smarturl';
export { smartdelay, smartrequest, smartpromise, smarturl };