fix(build): migrate project metadata and tooling config to smartconfig

This commit is contained in:
2026-04-25 17:47:41 +00:00
parent 6bb28757e0
commit acbc27ed9a
10 changed files with 5477 additions and 4175 deletions
+2 -2
View File
@@ -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() {}