fix(core): update

This commit is contained in:
2023-08-21 08:53:14 +02:00
parent b6519fed73
commit c2e6bac6a7
9 changed files with 2521 additions and 962 deletions

View File

@ -2,7 +2,7 @@
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/smartjwt',
version: '2.0.2',
name: '@push.rocks/smartjwt',
version: '2.0.3',
description: 'a package for handling jwt'
}

View File

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