isaacscript-common 1.0.594 → 1.0.595

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.
@@ -30,7 +30,6 @@ function ____exports.getHeartsUIWidth(self)
30
30
  if curses == LevelCurse.CURSE_OF_THE_UNKNOWN then
31
31
  heartRowLength = 1
32
32
  end
33
- Isaac.DebugString("HEART ROW LENGTH: " .. tostring(heartRowLength))
34
33
  local width = heartRowLength * UI_HEART_WIDTH
35
34
  if extraLives > 9 then
36
35
  width = width + 20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript-common",
3
- "version": "1.0.594",
3
+ "version": "1.0.595",
4
4
  "description": "Helper functions for IsaacScript mods",
5
5
  "keywords": [
6
6
  "isaac",