fix(core): update

This commit is contained in:
2023-07-13 09:49:37 +02:00
parent 3bcddff4ab
commit 1cc575d2c8
4 changed files with 9 additions and 9 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartdelay',
version: '3.0.3',
version: '3.0.4',
description: 'timeouts for the async/await era, written in TypeScript'
}

View File

@ -1,4 +1,4 @@
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartpromise from '@push.rocks/smartpromise';
/**
* delay something, works like setTimeout