fix(build): migrate project metadata and tooling config to smartconfig
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/smartjwt',
|
||||
version: '2.2.1',
|
||||
version: '2.2.2',
|
||||
description: 'A JavaScript package for creating and verifying JWTs with strong typing support.'
|
||||
}
|
||||
|
||||
@@ -8,8 +8,8 @@ export type IObjectWithJwt<T extends object> = T & { jwt: string };
|
||||
*/
|
||||
export class SmartJwt<T extends object = any> {
|
||||
public smartcryptoInstance = new plugins.smartcrypto.Smartcrypto();
|
||||
public publicKey: plugins.smartcrypto.PublicKey;
|
||||
public privateKey: plugins.smartcrypto.PrivateKey;
|
||||
public publicKey!: plugins.smartcrypto.PublicKey;
|
||||
public privateKey!: plugins.smartcrypto.PrivateKey;
|
||||
|
||||
constructor() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user