isaacscript-common 6.1.0 → 6.1.1

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.
@@ -11,10 +11,9 @@ local ____exports = require("features.saveDataManager.exports")
11
11
  local saveDataManager = ____exports.saveDataManager
12
12
  local ____postCollectibleEmpty = require("callbacks.subscriptions.postCollectibleEmpty")
13
13
  local postCollectibleEmptyFire = ____postCollectibleEmpty.postCollectibleEmptyFire
14
- local ____postCollectibleInitFirst = require("callbacks.subscriptions.postCollectibleInitFirst")
15
- local postCollectibleInitFirstHasSubscriptions = ____postCollectibleInitFirst.postCollectibleInitFirstHasSubscriptions
14
+ local postCollectibleEmptyHasSubscriptions = ____postCollectibleEmpty.postCollectibleEmptyHasSubscriptions
16
15
  function hasSubscriptions(self)
17
- return postCollectibleInitFirstHasSubscriptions(nil)
16
+ return postCollectibleEmptyHasSubscriptions(nil)
18
17
  end
19
18
  function postPickupUpdateCollectible(self, pickup)
20
19
  local collectible = pickup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript-common",
3
- "version": "6.1.0",
3
+ "version": "6.1.1",
4
4
  "description": "Helper functions and features for IsaacScript mods.",
5
5
  "keywords": [
6
6
  "isaac",