fix(core): update

This commit is contained in:
2023-08-21 08:26:47 +02:00
parent 8e0838e872
commit 7c750e8179
10 changed files with 1194 additions and 688 deletions

View File

@ -2,7 +2,7 @@
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/webjwt',
version: '1.0.6',
name: '@push.rocks/webjwt',
version: '1.0.7',
description: 'a package to handle jwt in the web'
}

View File

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