@rian8337/osu-droid-replay-analyzer 1.2.1 → 1.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.
|
@@ -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.
|
|
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
|
+
"version": "1.2.5",
|
|
4
4
|
"description": "A replay analyzer for analyzing osu!droid replay files.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"osu",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@rian8337/osu-base": "^1.2.1",
|
|
35
|
-
"@rian8337/osu-difficulty-calculator": "^1.2.
|
|
36
|
-
"@rian8337/osu-rebalance-difficulty-calculator": "^1.2.
|
|
35
|
+
"@rian8337/osu-difficulty-calculator": "^1.2.3",
|
|
36
|
+
"@rian8337/osu-rebalance-difficulty-calculator": "^1.2.5",
|
|
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": "
|
|
48
|
+
"gitHead": "61d7f194d379f06f49fc38e2934c88e8f58f64a1"
|
|
49
49
|
}
|