@aclymatepackages/modules 2.2.3 → 2.2.5

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/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@aclymatepackages/modules",
3
- "version": "2.2.3",
3
+ "version": "2.2.5",
4
4
  "description": "Aclymate modules",
5
5
  "author": "William Loopesko",
6
6
  "main": "dist/index.js",
7
7
  "dependencies": {
8
8
  "@aclymatepackages/array-immutability-helpers": "^1.0.0",
9
9
  "@aclymatepackages/atoms": "^3.0.8",
10
- "@aclymatepackages/chart-helpers": "^2.0.5",
10
+ "@aclymatepackages/chart-helpers": "^2.0.7",
11
11
  "@aclymatepackages/converters": "^1.0.0",
12
12
  "@aclymatepackages/emissions-calcs": "^1.1.1",
13
13
  "@aclymatepackages/fetch-aclymate-api": "^2.1.6",
@@ -204,7 +204,6 @@ const EmissionsChart = ({
204
204
  subcategoriesArray,
205
205
  groupedEmissions,
206
206
  } = buildEmissionGroupData(emissions, graphPeriod, startDate, branding);
207
-
208
207
  const buildRealDataObj =
209
208
  viewMode === "subcategories"
210
209
  ? buildSubcategoriesDataObj