bulltrackers-module 1.0.531 → 1.0.532

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.
@@ -252,6 +252,7 @@ function buildManifest(productLinesToRun = [], calculations) {
252
252
  type: metadata.type,
253
253
  isHistorical: metadata.isHistorical !== undefined ? metadata.isHistorical : false,
254
254
  rootDataDependencies: metadata.rootDataDependencies || [],
255
+ canHaveMissingRoots: metadata.canHaveMissingRoots || false,
255
256
  userType: metadata.userType,
256
257
  dependencies: dependencies,
257
258
  pass: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bulltrackers-module",
3
- "version": "1.0.531",
3
+ "version": "1.0.532",
4
4
  "description": "Helper Functions for Bulltrackers.",
5
5
  "main": "index.js",
6
6
  "files": [