isaacscript-common 31.0.1 → 31.0.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.
@@ -1,6 +1,6 @@
1
1
  --[[
2
2
 
3
- isaacscript-common 31.0.1
3
+ isaacscript-common 31.0.2
4
4
 
5
5
  This is the "isaacscript-common" library, which was created with the IsaacScript tool.
6
6
 
@@ -13280,6 +13280,20 @@ ____exports.LevelStage.THE_VOID = 12
13280
13280
  ____exports.LevelStage[____exports.LevelStage.THE_VOID] = "THE_VOID"
13281
13281
  ____exports.LevelStage.HOME = 13
13282
13282
  ____exports.LevelStage[____exports.LevelStage.HOME] = "HOME"
13283
+ ____exports.LevelStage.BASEMENT_GREED_MODE = 1
13284
+ ____exports.LevelStage[____exports.LevelStage.BASEMENT_GREED_MODE] = "BASEMENT_GREED_MODE"
13285
+ ____exports.LevelStage.CAVES_GREED_MODE = 2
13286
+ ____exports.LevelStage[____exports.LevelStage.CAVES_GREED_MODE] = "CAVES_GREED_MODE"
13287
+ ____exports.LevelStage.DEPTHS_GREED_MODE = 3
13288
+ ____exports.LevelStage[____exports.LevelStage.DEPTHS_GREED_MODE] = "DEPTHS_GREED_MODE"
13289
+ ____exports.LevelStage.WOMB_GREED_MODE = 4
13290
+ ____exports.LevelStage[____exports.LevelStage.WOMB_GREED_MODE] = "WOMB_GREED_MODE"
13291
+ ____exports.LevelStage.SHEOL_GREED_MODE = 5
13292
+ ____exports.LevelStage[____exports.LevelStage.SHEOL_GREED_MODE] = "SHEOL_GREED_MODE"
13293
+ ____exports.LevelStage.SHOP_GREED_MODE = 6
13294
+ ____exports.LevelStage[____exports.LevelStage.SHOP_GREED_MODE] = "SHOP_GREED_MODE"
13295
+ ____exports.LevelStage.ULTRA_GREED_GREED_MODE = 7
13296
+ ____exports.LevelStage[____exports.LevelStage.ULTRA_GREED_GREED_MODE] = "ULTRA_GREED_GREED_MODE"
13283
13297
  return ____exports
13284
13298
  end,
13285
13299
  ["lua_modules.isaac-typescript-definitions.dist.src.enums.LaserOffset"] = function(...)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript-common",
3
- "version": "31.0.1",
3
+ "version": "31.0.2",
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.24"
28
+ "isaac-typescript-definitions": "^13.0.25"
29
29
  }
30
30
  }