fix(core): update

This commit is contained in:
2023-11-03 01:36:11 +01:00
parent 410c16a717
commit 8bc939173a
9 changed files with 3061 additions and 1415 deletions

View File

@ -2,7 +2,7 @@
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/smartbucket',
version: '2.0.2',
name: '@push.rocks/smartbucket',
version: '2.0.3',
description: 'simple cloud independent object storage'
}

View File

@ -3,10 +3,10 @@ import * as path from 'path';
export { path };
import * as smartpath from '@pushrocks/smartpath';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartrx from '@pushrocks/smartrx';
import * as smartstream from '@pushrocks/smartstream';
import * as smartpath from '@push.rocks/smartpath';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrx from '@push.rocks/smartrx';
import * as smartstream from '@push.rocks/smartstream';
export { smartpath, smartpromise, smartrx, smartstream };