bulltrackers-module 1.0.7 → 1.0.8

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.
Files changed (2) hide show
  1. package/index.js +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -4,7 +4,8 @@
4
4
  * to be shared across multiple Cloud Functions.
5
5
  */
6
6
 
7
- const core = require('./functions/core/utils');
7
+ // TO:
8
+ const core = require('./functions/core');
8
9
  const Orchestrator = require('./functions/orchestrator');
9
10
  const TaskEngine = require('./functions/task-engine'); // <-- ADD THIS
10
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bulltrackers-module",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Helper Functions for Bulltrackers.",
5
5
  "main": "index.js",
6
6
  "files": [