fix(core): update
This commit is contained in:
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@pushrocks/webjwt',
|
||||
version: '1.0.3',
|
||||
version: '1.0.4',
|
||||
description: 'a package to handle jwt in the web'
|
||||
}
|
||||
|
@ -13,4 +13,4 @@ export const getDataFromJwtString = <T = any>(jwtString: string): T => {
|
||||
plainJsonString = buff.toString('ascii');
|
||||
}
|
||||
return JSON.parse(plainJsonString);
|
||||
}
|
||||
};
|
||||
|
@ -1,5 +1,3 @@
|
||||
import * as smartenv from '@pushrocks/smartenv';
|
||||
|
||||
export {
|
||||
smartenv
|
||||
}
|
||||
export { smartenv };
|
||||
|
Reference in New Issue
Block a user