@fileverse-dev/fortune-core 1.1.77 → 1.1.79

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.
@@ -1935,9 +1935,6 @@ export function calcSelectionInfo(ctx) {
1935
1935
  }
1936
1936
  }
1937
1937
  var average = String(sum / numberC);
1938
- sum = sum;
1939
- max = max;
1940
- min = min;
1941
1938
  return {
1942
1939
  numberC: numberC,
1943
1940
  count: count,
@@ -1970,9 +1970,6 @@ function calcSelectionInfo(ctx) {
1970
1970
  }
1971
1971
  }
1972
1972
  var average = String(sum / numberC);
1973
- sum = sum;
1974
- max = max;
1975
- min = min;
1976
1973
  return {
1977
1974
  numberC: numberC,
1978
1975
  count: count,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-core",
3
- "version": "1.1.77",
3
+ "version": "1.1.79",
4
4
  "main": "lib/index.js",
5
5
  "module": "es/index.js",
6
6
  "typings": "lib/index.d.ts",