@portal-hq/utils
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@portal-hq/utils", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"main": "lib/commonjs/index", | ||
@@ -29,3 +29,3 @@ "module": "lib/esm/index", | ||
}, | ||
"gitHead": "46c6408b260c034fbbc736ea84aa05ea50a3e1ae" | ||
"gitHead": "acac6640bcad15621912376d95c0bd09509387e1" | ||
} |
@@ -10,2 +10,4 @@ import { | ||
export abstract class KeychainAdapter { | ||
public api?: PortalApi | ||
deleteAddress(): Promise<boolean> { | ||
@@ -12,0 +14,0 @@ throw new Error( |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
125320
3657