fix(core): update

This commit is contained in:
2023-10-03 18:54:51 +02:00
parent 299815838c
commit c6bc433a73
7 changed files with 2358 additions and 1310 deletions

View File

@ -2,7 +2,7 @@
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/smartenv',
version: '5.0.6',
name: '@push.rocks/smartenv',
version: '5.0.7',
description: 'store things about your environment and let them travel across modules'
}

View File

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