isaacscript-common 47.5.4 → 48.0.0

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 47.5.4
3
+ isaacscript-common 48.0.0
4
4
 
5
5
  This is the "isaacscript-common" library, which was created with the IsaacScript tool.
6
6
 
@@ -9595,8 +9595,8 @@ ____exports.BossID.CHUB = 3
9595
9595
  ____exports.BossID[____exports.BossID.CHUB] = "CHUB"
9596
9596
  ____exports.BossID.GURDY = 4
9597
9597
  ____exports.BossID[____exports.BossID.GURDY] = "GURDY"
9598
- ____exports.BossID.MONSTRO_II = 5
9599
- ____exports.BossID[____exports.BossID.MONSTRO_II] = "MONSTRO_II"
9598
+ ____exports.BossID.MONSTRO_2 = 5
9599
+ ____exports.BossID[____exports.BossID.MONSTRO_2] = "MONSTRO_2"
9600
9600
  ____exports.BossID.MOM = 6
9601
9601
  ____exports.BossID[____exports.BossID.MOM] = "MOM"
9602
9602
  ____exports.BossID.SCOLEX = 7
@@ -44571,7 +44571,7 @@ ____exports.BOSS_NAME_PNG_FILE_NAMES = {
44571
44571
  [BossID.LARRY_JR] = "bossname_19.0_larryjr.png",
44572
44572
  [BossID.CHUB] = "bossname_28.0_chub.png",
44573
44573
  [BossID.GURDY] = "bossname_36.0_gurdy.png",
44574
- [BossID.MONSTRO_II] = "bossname_43.0_monstro2.png",
44574
+ [BossID.MONSTRO_2] = "bossname_43.0_monstro2.png",
44575
44575
  [BossID.MOM] = "bossname_45.0_mom.png",
44576
44576
  [BossID.SCOLEX] = "bossname_62.1_scolex.png",
44577
44577
  [BossID.MOMS_HEART] = "bossname_78.0_momsheart.png",
@@ -44680,7 +44680,7 @@ ____exports.BOSS_PORTRAIT_PNG_FILE_NAMES = {
44680
44680
  [BossID.LARRY_JR] = "portrait_19.0_larryjr.png",
44681
44681
  [BossID.CHUB] = "portrait_28.0_chub.png",
44682
44682
  [BossID.GURDY] = "portrait_36.0_gurdy.png",
44683
- [BossID.MONSTRO_II] = "portrait_43.0_monstro2.png",
44683
+ [BossID.MONSTRO_2] = "portrait_43.0_monstro2.png",
44684
44684
  [BossID.MOM] = "portrait_45.0_mom.png",
44685
44685
  [BossID.SCOLEX] = "portrait_62.1_scolex.png",
44686
44686
  [BossID.MOMS_HEART] = "portrait_78.0_momsheart.png",
@@ -7,7 +7,7 @@ ____exports.BOSS_NAME_PNG_FILE_NAMES = {
7
7
  [BossID.LARRY_JR] = "bossname_19.0_larryjr.png",
8
8
  [BossID.CHUB] = "bossname_28.0_chub.png",
9
9
  [BossID.GURDY] = "bossname_36.0_gurdy.png",
10
- [BossID.MONSTRO_II] = "bossname_43.0_monstro2.png",
10
+ [BossID.MONSTRO_2] = "bossname_43.0_monstro2.png",
11
11
  [BossID.MOM] = "bossname_45.0_mom.png",
12
12
  [BossID.SCOLEX] = "bossname_62.1_scolex.png",
13
13
  [BossID.MOMS_HEART] = "bossname_78.0_momsheart.png",
@@ -7,7 +7,7 @@ ____exports.BOSS_PORTRAIT_PNG_FILE_NAMES = {
7
7
  [BossID.LARRY_JR] = "portrait_19.0_larryjr.png",
8
8
  [BossID.CHUB] = "portrait_28.0_chub.png",
9
9
  [BossID.GURDY] = "portrait_36.0_gurdy.png",
10
- [BossID.MONSTRO_II] = "portrait_43.0_monstro2.png",
10
+ [BossID.MONSTRO_2] = "portrait_43.0_monstro2.png",
11
11
  [BossID.MOM] = "portrait_45.0_mom.png",
12
12
  [BossID.SCOLEX] = "portrait_62.1_scolex.png",
13
13
  [BossID.MOMS_HEART] = "portrait_78.0_momsheart.png",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript-common",
3
- "version": "47.5.4",
3
+ "version": "48.0.0",
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": "^17.0.5"
28
+ "isaac-typescript-definitions": "^18.0.0"
29
29
  }
30
30
  }
@@ -8,7 +8,7 @@ export const BOSS_NAME_PNG_FILE_NAMES = {
8
8
  [BossID.LARRY_JR]: "bossname_19.0_larryjr.png", // 2
9
9
  [BossID.CHUB]: "bossname_28.0_chub.png", // 3
10
10
  [BossID.GURDY]: "bossname_36.0_gurdy.png", // 4
11
- [BossID.MONSTRO_II]: "bossname_43.0_monstro2.png", // 5
11
+ [BossID.MONSTRO_2]: "bossname_43.0_monstro2.png", // 5
12
12
  [BossID.MOM]: "bossname_45.0_mom.png", // 6
13
13
  [BossID.SCOLEX]: "bossname_62.1_scolex.png", // 7
14
14
  [BossID.MOMS_HEART]: "bossname_78.0_momsheart.png", // 8
@@ -8,7 +8,7 @@ export const BOSS_PORTRAIT_PNG_FILE_NAMES = {
8
8
  [BossID.LARRY_JR]: "portrait_19.0_larryjr.png", // 2
9
9
  [BossID.CHUB]: "portrait_28.0_chub.png", // 3
10
10
  [BossID.GURDY]: "portrait_36.0_gurdy.png", // 4
11
- [BossID.MONSTRO_II]: "portrait_43.0_monstro2.png", // 5
11
+ [BossID.MONSTRO_2]: "portrait_43.0_monstro2.png", // 5
12
12
  [BossID.MOM]: "portrait_45.0_mom.png", // 6
13
13
  [BossID.SCOLEX]: "portrait_62.1_scolex.png", // 7
14
14
  [BossID.MOMS_HEART]: "portrait_78.0_momsheart.png", // 8