fiftyone.pipeline.core
Advanced tools
Comparing version 4.1.0-beta.7 to 4.1.0-beta.9
@@ -23,4 +23,4 @@ /* ********************************************************************* | ||
/* | ||
@example simpleEvidenceFlowElement.js | ||
/** | ||
@example 1-simpleEvidenceFlowElement.js | ||
@@ -27,0 +27,0 @@ This example demonstrates the creation of a custom flow element which takes a birth date as evidence and uses it to check a lookup table for a starsign. |
@@ -23,4 +23,4 @@ /* ********************************************************************* | ||
/* | ||
@example clientSideEvidenceFlowElement.js | ||
/** | ||
@example 2-clientSideEvidenceFlowElement.js | ||
@@ -27,0 +27,0 @@ This example demonstrates the creation of a custom flow element whcih takes the results of a client side form collecting date of birth, setting this as evidence on a flowData object to calculate a person's starsign. The flowElement also serves additional JavaScript which gets a user's geolocation and saves the latitude as a cookie. This latitude is also then passed in to the flowData to calculate if a person is in the northern or southern hemispheres. |
@@ -23,3 +23,3 @@ /* ********************************************************************* | ||
/* | ||
/** | ||
@example pipelines.js | ||
@@ -26,0 +26,0 @@ |
{ | ||
"name": "fiftyone.pipeline.core", | ||
"version": "4.1.0-beta.7", | ||
"version": "4.1.0-beta.9", | ||
"description": "Core library for the 51Degrees Pipeline API", | ||
@@ -5,0 +5,0 @@ "directories": { |
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
74615