fix(core): update

This commit is contained in:
2024-03-16 11:18:53 +01:00
parent 18cfa3e16a
commit e7cf3bcb5e
8 changed files with 1459 additions and 1125 deletions

View File

@ -2,7 +2,7 @@
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/smartshell',
version: '3.0.3',
name: '@push.rocks/smartshell',
version: '3.0.4',
description: 'shell actions designed as promises'
}

View File

@ -1,6 +1,6 @@
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartexit from '@pushrocks/smartexit';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartexit from '@push.rocks/smartexit';
import * as smartpromise from '@push.rocks/smartpromise';
import which from 'which';
export { smartdelay, smartexit, smartpromise, which };