fix(core): update

This commit is contained in:
2023-08-19 09:45:00 +02:00
parent 05f8e6812b
commit e88deb1b5f
5 changed files with 2328 additions and 923 deletions

View File

@ -2,7 +2,7 @@
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/smartjson',
version: '5.0.6',
name: '@push.rocks/smartjson',
version: '5.0.7',
description: 'typed json handlers'
}

View File

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