@aclymatepackages/modules 2.0.12 → 2.0.14

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.
@@ -96,7 +96,7 @@ const AccountingChart = _ref2 => {
96
96
  pledgeYears,
97
97
  baselineDate,
98
98
  pledgeTons,
99
- baselineTons,
99
+ baselineTonsCo2e,
100
100
  convertCarbonUnits = tons => tons,
101
101
  displayUnitLabel = "tons",
102
102
  card
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aclymatepackages/modules",
3
- "version": "2.0.12",
3
+ "version": "2.0.14",
4
4
  "description": "Aclymate modules",
5
5
  "author": "William Loopesko",
6
6
  "main": "dist/index.js",
@@ -100,7 +100,7 @@ const AccountingChart = ({
100
100
  pledgeYears,
101
101
  baselineDate,
102
102
  pledgeTons,
103
- baselineTons,
103
+ baselineTonsCo2e,
104
104
  convertCarbonUnits = (tons) => tons,
105
105
  displayUnitLabel = "tons",
106
106
  card,