Comparing version 5.0.1 to 6.0.1
{ | ||
"name": "aft-core", | ||
"version": "5.0.1", | ||
"version": "6.0.1", | ||
"description": "Automation Framework for Testing (AFT) package supporting JavaScript unit, integration and functional testing", | ||
@@ -45,5 +45,5 @@ "repository": { | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.2.4" | ||
"typescript": "^4.3.2" | ||
}, | ||
"gitHead": "a0ff18600383bfbee442c3fbb6dd1d1401339882" | ||
"gitHead": "87a7f91f381c80753a5f26e0d2b633e3fff81fad" | ||
} |
@@ -11,6 +11,6 @@ import { nameof } from "ts-simple-nameof"; | ||
} | ||
async getBuildName(): Promise<string> { | ||
override async getBuildName(): Promise<string> { | ||
return `MockBuildName-${rand.getInt(0, 99)}`; | ||
} | ||
async getBuildNumber(): Promise<string> { | ||
override async getBuildNumber(): Promise<string> { | ||
return `MockBuildNumber-${rand.getInt(100, 999)}`; | ||
@@ -17,0 +17,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
691692