fiftyone.pipeline.engines
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -85,3 +85,5 @@ /* ********************************************************************* | ||
} | ||
//! [constructor] | ||
//! [refresh] | ||
// A function called when the datafile is updated / refreshed. In this | ||
@@ -117,2 +119,3 @@ // case it simply loads the JSON from the file into the engine's memory. | ||
} | ||
//! [refresh] | ||
@@ -168,3 +171,5 @@ // Internal processing function | ||
} | ||
//! [class] | ||
//! [usage] | ||
const astrologyElement = new Astrology( | ||
@@ -219,1 +224,2 @@ { datafile: (process.env.directory || __dirname) + '/astrology.json' } | ||
server.listen(portNum); | ||
//! [usage] |
{ | ||
"name": "fiftyone.pipeline.engines", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "Shared base functionality for implementing engines for the 51Degrees Pipeline API", | ||
@@ -14,3 +14,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"fiftyone.pipeline.core": "^4.2.0" | ||
"fiftyone.pipeline.core": "^4.2.1" | ||
}, | ||
@@ -17,0 +17,0 @@ "devDependencies": { |
@@ -1,4 +0,4 @@ | ||
![51Degrees](https://51degrees.com/DesktopModules/FiftyOne/Distributor/Logo.ashx?utm_source=github&utm_medium=repository&utm_content=readme_main&utm_campaign=node-open-source "Data rewards the curious") **51Degrees Pipeline Engines** | ||
![51Degrees](https://51degrees.com/img/logo.png?utm_source=github&utm_medium=repository&utm_content=readme_main&utm_campaign=node-open-source "Data rewards the curious") **51Degrees Pipeline Engines** | ||
[Developer Documentation](https://docs.51degrees.com?utm_source=github&utm_medium=repository&utm_content=documentation&utm_campaign=node-open-source "developer documentation") | ||
[Developer Documentation](https://51degrees.com/pipeline-node/4.2/index.html?utm_source=github&utm_medium=repository&utm_content=documentation&utm_campaign=node-open-source "developer documentation") | ||
@@ -5,0 +5,0 @@ ## Introduction |
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
62252
1637