bulltrackers-module 1.0.722 → 1.0.724
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +0 -4
- package/package.json +1 -3
package/index.js
CHANGED
|
@@ -51,8 +51,6 @@ const computationUtils = require('./functions
|
|
|
51
51
|
const { createApiV2App } = require('./functions/api-v2/index');
|
|
52
52
|
|
|
53
53
|
// Maintenance & Data Acquisition
|
|
54
|
-
const { runCleanup } = require('./functions/speculator-cleanup-orchestrator/helpers/cleanup_helpers');
|
|
55
|
-
const { handleInvalidSpeculator } = require('./functions/invalid-speculator-handler/helpers/handler_helpers');
|
|
56
54
|
const { fetchAndStoreInsights } = require('./functions/fetch-insights/helpers/handler_helpers');
|
|
57
55
|
const { fetchAndStorePrices } = require('./functions/etoro-price-fetcher/helpers/handler_helpers');
|
|
58
56
|
const { runSocialOrchestrator } = require('./functions/social-orchestrator/helpers/orchestrator_helpers');
|
|
@@ -128,8 +126,6 @@ const api = {
|
|
|
128
126
|
};
|
|
129
127
|
|
|
130
128
|
const maintenance = {
|
|
131
|
-
runSpeculatorCleanup: runCleanup,
|
|
132
|
-
handleInvalidSpeculator,
|
|
133
129
|
runFetchInsights: fetchAndStoreInsights,
|
|
134
130
|
runFetchPrices: fetchAndStorePrices,
|
|
135
131
|
runSocialOrchestrator,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bulltrackers-module",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.724",
|
|
4
4
|
"description": "Helper Functions for Bulltrackers.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -11,8 +11,6 @@
|
|
|
11
11
|
"functions/computation-system/",
|
|
12
12
|
"functions/api-v2/",
|
|
13
13
|
"functions/dispatcher/",
|
|
14
|
-
"functions/invalid-speculator-handler/",
|
|
15
|
-
"functions/speculator-cleanup-orchestrator/",
|
|
16
14
|
"functions/fetch-insights/",
|
|
17
15
|
"functions/etoro-price-fetcher/",
|
|
18
16
|
"functions/appscript-api/",
|