fix(core): update

This commit is contained in:
2023-08-08 19:08:25 +02:00
parent 3988887a37
commit 1e6b9779b8
12 changed files with 694 additions and 14985 deletions

View File

@ -2,7 +2,7 @@
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/qenv',
version: '5.0.2',
name: '@push.rocks/qenv',
version: '5.0.3',
description: 'easy promised environments'
}

View File

@ -4,7 +4,7 @@ import * as path from 'path';
export { path };
// @pushrocks scope
import * as smartfile from '@pushrocks/smartfile';
import * as smartlog from '@pushrocks/smartlog';
import * as smartfile from '@push.rocks/smartfile';
import * as smartlog from '@push.rocks/smartlog';
export { smartfile, smartlog };