fix(core): update

This commit is contained in:
2023-07-13 01:33:17 +02:00
parent 1577265f6b
commit 2f5374be50
5 changed files with 241 additions and 83 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@gitzone/tsrun',
version: '1.2.42',
version: '1.2.43',
description: 'run typescript programs efficiently'
}

View File

@ -5,7 +5,7 @@ import * as url from 'url';
export { path, url };
// @pushrocks scope
import * as smartshell from '@pushrocks/smartshell';
import * as smartshell from '@push.rocks/smartshell';
export { smartshell };