fix(core): update

This commit is contained in:
2023-08-18 13:12:25 +02:00
parent 64d85e711a
commit 707e31d517
17 changed files with 168 additions and 338 deletions

View File

@ -2,7 +2,7 @@
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/smartstring',
version: '4.0.7',
name: '@push.rocks/smartstring',
version: '4.0.8',
description: 'handle strings in smart ways. TypeScript ready.'
}

View File

@ -1,7 +1,7 @@
// node native
import * as smartenv from '@pushrocks/smartenv';
import * as smartenv from '@push.rocks/smartenv';
const smartenvInstance = new smartenv.Smartenv();
import * as isounique from '@pushrocks/isounique';
import * as isounique from '@push.rocks/isounique';
export { isounique };