fix(core): update

This commit is contained in:
2023-07-27 13:45:48 +02:00
parent 26d4753ddf
commit c64de19815
11 changed files with 751 additions and 14979 deletions

View File

@ -2,7 +2,7 @@
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/smartgit',
version: '3.0.0',
name: '@push.rocks/smartgit',
version: '3.0.1',
description: 'smart wrapper for nodegit'
}

View File

@ -3,11 +3,11 @@ import * as path from 'path';
export { path };
import * as smartenv from '@pushrocks/smartenv';
import * as smartfile from '@pushrocks/smartfile';
import * as smartpath from '@pushrocks/smartpath';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartstring from '@pushrocks/smartstring';
import * as smartenv from '@push.rocks/smartenv';
import * as smartfile from '@push.rocks/smartfile';
import * as smartpath from '@push.rocks/smartpath';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartstring from '@push.rocks/smartstring';
export { smartenv, smartfile, smartpath, smartpromise, smartstring };