@hestia-earth/aggregation-engine 0.23.0 → 0.23.1

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.
@@ -124,7 +124,7 @@
124
124
  },
125
125
  {
126
126
  "symbol": "v_i",
127
- "description": "the value contributed by the underlying Cycle or sub-aggregation $i$",
127
+ "description": "the value contributed by the underlying Cycle or sub-aggregation $i$, stored for a sub-aggregation but not for a Cycle",
128
128
  "key": "weights",
129
129
  "column": "value"
130
130
  },
@@ -180,7 +180,7 @@
180
180
  },
181
181
  {
182
182
  "symbol": "v_i",
183
- "description": "the value reported for the term",
183
+ "description": "the value reported for the term, stored for a sub-aggregation but not for a Cycle",
184
184
  "key": "reporting",
185
185
  "column": "value"
186
186
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/aggregation-engine",
3
- "version": "0.23.0",
3
+ "version": "0.23.1",
4
4
  "description": "HESTIA Aggregation Engine",
5
5
  "main": "cjs/index.js",
6
6
  "directories": {