@rian8337/osu-droid-replay-analyzer 1.2.3 → 1.2.4

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.
@@ -636,7 +636,7 @@ class ThreeFingerChecker {
636
636
  return b - a;
637
637
  })
638
638
  .reduce((acc, value) => acc +
639
- value / ThreeFingerChecker.strainThreshold, 0), 0.75);
639
+ value / ThreeFingerChecker.strainThreshold, 0), 0.85);
640
640
  // We can ignore the first 3 (2 for drag) filled cursor instances
641
641
  // since they are guaranteed not 3 finger.
642
642
  const threeFingerCursorAmounts = cursorAmounts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rian8337/osu-droid-replay-analyzer",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "A replay analyzer for analyzing osu!droid replay files.",
5
5
  "keywords": [
6
6
  "osu",
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@rian8337/osu-base": "^1.2.1",
35
35
  "@rian8337/osu-difficulty-calculator": "^1.2.3",
36
- "@rian8337/osu-rebalance-difficulty-calculator": "^1.2.3",
36
+ "@rian8337/osu-rebalance-difficulty-calculator": "^1.2.4",
37
37
  "java-deserialization": "^0.1.0",
38
38
  "unzipper": "^0.10.11"
39
39
  },
@@ -45,5 +45,5 @@
45
45
  "publishConfig": {
46
46
  "access": "public"
47
47
  },
48
- "gitHead": "e2d1f9bef01c9b12954a78683c3b8dcddabc7b1d"
48
+ "gitHead": "90937c938a4e4bf022835a43b289d69a19da1efd"
49
49
  }