isaacscript-common 2.0.27 → 2.0.28

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.
@@ -19,7 +19,7 @@ export declare function getKeys(matchingSubType?: number): EntityPickupKey[];
19
19
  /** Helper function to get all of the pill entities in the room. */
20
20
  export declare function getPills(matchingSubType?: number): EntityPickupPill[];
21
21
  /** Helper function to get all of the red heart pickup entities in the room. */
22
- export declare function getRedHearts(): EntityPickup[];
22
+ export declare function getRedHearts(): EntityPickupHeart[];
23
23
  /** Helper function to get all of the sack (i.e. grab bag) entities in the room. */
24
24
  export declare function getSacks(matchingSubType?: number): EntityPickupSack[];
25
25
  /** Helper function to get all of the trinket entities in the room. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript-common",
3
- "version": "2.0.27",
3
+ "version": "2.0.28",
4
4
  "description": "Helper functions for IsaacScript mods",
5
5
  "keywords": [
6
6
  "isaac",