fix(core): update

This commit is contained in:
2023-08-21 08:29:27 +02:00
parent 4e88c65901
commit 52ca7c298b
21 changed files with 2621 additions and 1097 deletions

View File

@ -2,7 +2,7 @@
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/smartcrypto',
version: '2.0.1',
name: '@push.rocks/smartcrypto',
version: '2.0.2',
description: 'easy crypto methods'
}

View File

@ -1,5 +1,5 @@
// @pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartpromise from '@push.rocks/smartpromise';
export { smartpromise };