isaacscript-common 1.2.1 → 1.2.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.
@@ -248,4 +248,4 @@ export declare function setBlindfold(player: EntityPlayer, enabled: boolean, mod
248
248
  * Helper function to use an active item without showing an animation, keeping the item, or adding
249
249
  * any costumes.
250
250
  */
251
- export declare function useActiveItemTemp(player: EntityPlayer, collectibleType: CollectibleType): void;
251
+ export declare function useActiveItemTemp(player: EntityPlayer, collectibleType: CollectibleType | int): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript-common",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Helper functions for IsaacScript mods",
5
5
  "keywords": [
6
6
  "isaac",