@rian8337/osu-base 1.4.2 → 1.4.8

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rian8337/osu-base",
3
- "version": "1.4.2",
3
+ "version": "1.4.8",
4
4
  "description": "Base module for all osu! related modules.",
5
5
  "keywords": [
6
6
  "osu",
@@ -41,5 +41,5 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "5dee4c74e815dfee236e912ce40a6a7d363d62be"
44
+ "gitHead": "dd3ffd562dcdd8da4f2b48548b936a6012fdff1a"
45
45
  }
@@ -354,10 +354,6 @@ declare module "@rian8337/osu-base" {
354
354
  * Returns the hitobject type.
355
355
  */
356
356
  typeStr(): string;
357
- /**
358
- * Calculates the stacked position of the hitobject.
359
- */
360
- calculateStackedPosition(scale: number): void;
361
357
  /**
362
358
  * Returns the string representative of the class.
363
359
  */