isaacscript-common 31.12.0 → 31.12.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.
@@ -1,6 +1,6 @@
1
1
  --[[
2
2
 
3
- isaacscript-common 31.12.0
3
+ isaacscript-common 31.12.1
4
4
 
5
5
  This is the "isaacscript-common" library, which was created with the IsaacScript tool.
6
6
 
@@ -5777,8 +5777,8 @@ ____exports.PoopEntityVariant.STINKY = 14
5777
5777
  ____exports.PoopEntityVariant[____exports.PoopEntityVariant.STINKY] = "STINKY"
5778
5778
  ____exports.PoopEntityVariant.BLACK = 15
5779
5779
  ____exports.PoopEntityVariant[____exports.PoopEntityVariant.BLACK] = "BLACK"
5780
- ____exports.PoopEntityVariant.HOLY = 16
5781
- ____exports.PoopEntityVariant[____exports.PoopEntityVariant.HOLY] = "HOLY"
5780
+ ____exports.PoopEntityVariant.WHITE = 16
5781
+ ____exports.PoopEntityVariant[____exports.PoopEntityVariant.WHITE] = "WHITE"
5782
5782
  --- For `EntityType.RAGLING` (246).
5783
5783
  ____exports.RaglingVariant = {}
5784
5784
  ____exports.RaglingVariant.RAGLING = 0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript-common",
3
- "version": "31.12.0",
3
+ "version": "31.12.1",
4
4
  "description": "Helper functions and features for IsaacScript mods.",
5
5
  "keywords": [
6
6
  "isaac",
@@ -25,6 +25,6 @@
25
25
  "main": "dist/src/index",
26
26
  "types": "dist/index.rollup.d.ts",
27
27
  "dependencies": {
28
- "isaac-typescript-definitions": "^13.0.36"
28
+ "isaac-typescript-definitions": "^14.0.0"
29
29
  }
30
30
  }