fix(core): update

This commit is contained in:
2023-08-08 18:06:23 +02:00
parent db6b2aa8c1
commit 6d12041154
10 changed files with 1783 additions and 19317 deletions

View File

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