fiftyone.pipeline.engines
Advanced tools
Comparing version 4.4.94 to 4.4.95
{ | ||
"name": "fiftyone.pipeline.engines", | ||
"version": "4.4.94", | ||
"version": "4.4.95", | ||
"description": "Shared base functionality for implementing engines for the 51Degrees Pipeline API", | ||
@@ -12,2 +12,3 @@ "keywords": [ | ||
"main": "index.js", | ||
"types": "types/index.d.ts", | ||
"directories": { | ||
@@ -14,0 +15,0 @@ "test": "tests" |
@@ -52,3 +52,3 @@ /* ********************************************************************* | ||
* @param {object} result of the track function | ||
* @returns {Boolen} whether a match has been made | ||
* @returns {boolean} whether a match has been made | ||
*/ | ||
@@ -55,0 +55,0 @@ match (result) { |
@@ -20,3 +20,3 @@ export = Tracker; | ||
* @param {object} result of the track function | ||
* @returns {Boolen} whether a match has been made | ||
* @returns {boolean} whether a match has been made | ||
*/ | ||
@@ -23,0 +23,0 @@ match(result: object): any; |
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
88148