@rian8337/osu-droid-replay-analyzer 1.2.9 → 1.4.2

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.
@@ -226,6 +226,7 @@ class TwoHandChecker {
226
226
  starRating.objects[0].object.startTime -
227
227
  this.indexedHitObjects[0].object.object.startTime;
228
228
  starRating.objects[0].strainTime = Math.max(50, starRating.objects[0].deltaTime);
229
+ //@ts-expect-error: Collision with rebalance star rating, but this works fine.
229
230
  this.map.objects.push(...starRating.objects);
230
231
  });
231
232
  this.map.objects.sort((a, b) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rian8337/osu-droid-replay-analyzer",
3
- "version": "1.2.9",
3
+ "version": "1.4.2",
4
4
  "description": "A replay analyzer for analyzing osu!droid replay files.",
5
5
  "keywords": [
6
6
  "osu",
@@ -31,9 +31,9 @@
31
31
  "url": "https://github.com/Rian8337/osu-droid-module/issues"
32
32
  },
33
33
  "dependencies": {
34
- "@rian8337/osu-base": "^1.2.9",
35
- "@rian8337/osu-difficulty-calculator": "^1.2.9",
36
- "@rian8337/osu-rebalance-difficulty-calculator": "^1.2.9",
34
+ "@rian8337/osu-base": "^1.4.2",
35
+ "@rian8337/osu-difficulty-calculator": "^1.4.2",
36
+ "@rian8337/osu-rebalance-difficulty-calculator": "^1.4.2",
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": "4bb4b0c00cf07d5624e1af644a01685697b2832c"
48
+ "gitHead": "5dee4c74e815dfee236e912ce40a6a7d363d62be"
49
49
  }