isaacscript-common 51.11.1 → 51.11.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 51.11.
|
|
3
|
+
isaacscript-common 51.11.2
|
|
4
4
|
|
|
5
5
|
This is the "isaacscript-common" library, which was created with the IsaacScript tool.
|
|
6
6
|
|
|
@@ -49945,6 +49945,7 @@ local IGNORE_EFFECT_VARIANTS = __TS__New(ReadonlySet, {
|
|
|
49945
49945
|
EffectVariant.TINY_BUG,
|
|
49946
49946
|
EffectVariant.TINY_FLY,
|
|
49947
49947
|
EffectVariant.WATER_DROPLET,
|
|
49948
|
+
EffectVariant.WORM,
|
|
49948
49949
|
EffectVariant.WALL_BUG,
|
|
49949
49950
|
EffectVariant.FALLING_EMBER,
|
|
49950
49951
|
EffectVariant.LIGHT,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logEntities.d.ts","sourceRoot":"","sources":["../../../src/functions/logEntities.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,UAAU,EAEV,cAAc,EAOf,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"logEntities.d.ts","sourceRoot":"","sources":["../../../src/functions/logEntities.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,UAAU,EAEV,cAAc,EAOf,MAAM,8BAA8B,CAAC;AAmBtC,8FAA8F;AAC9F,wBAAgB,cAAc,CAC5B,IAAI,EAAE,IAAI,EACV,wBAAwB,EAAE,OAAO,EACjC,gBAAgB,CAAC,EAAE,UAAU,GAC5B,IAAI,CA2CN;AAED;;;;;;GAMG;AACH,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,IAAI,EACV,YAAY,UAAQ,EACpB,oBAAoB,CAAC,EAAE,cAAc,GACpC,IAAI,CA+CN;AAED,iEAAiE;AACjE,wBAAgB,WAAW,CAAC,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,GAAG,IAAI,CAIhE;AAED,kEAAkE;AAClE,wBAAgB,SAAS,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,GAAG,IAAI,CAG1D;AA8ID,sEAAsE;AACtE,wBAAgB,eAAe,CAAC,IAAI,EAAE,IAAI,EAAE,YAAY,EAAE,UAAU,EAAE,GAAG,IAAI,CAI5E;AAED,wEAAwE;AACxE,wBAAgB,aAAa,CAAC,IAAI,EAAE,IAAI,EAAE,UAAU,EAAE,UAAU,GAAG,IAAI,CAGtE;AA+DD;;;GAGG;AACH,wBAAgB,UAAU,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,GAAG,IAAI,CAQ7D;AAED;;;GAGG;AACH,wBAAgB,YAAY,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,GAAG,IAAI,CAInE"}
|
|
@@ -190,6 +190,7 @@ local IGNORE_EFFECT_VARIANTS = __TS__New(ReadonlySet, {
|
|
|
190
190
|
EffectVariant.TINY_BUG,
|
|
191
191
|
EffectVariant.TINY_FLY,
|
|
192
192
|
EffectVariant.WATER_DROPLET,
|
|
193
|
+
EffectVariant.WORM,
|
|
193
194
|
EffectVariant.WALL_BUG,
|
|
194
195
|
EffectVariant.FALLING_EMBER,
|
|
195
196
|
EffectVariant.LIGHT,
|
package/package.json
CHANGED
|
@@ -22,6 +22,7 @@ const IGNORE_EFFECT_VARIANTS = new ReadonlySet<EffectVariant>([
|
|
|
22
22
|
EffectVariant.TINY_BUG, // 21
|
|
23
23
|
EffectVariant.TINY_FLY, // 33
|
|
24
24
|
EffectVariant.WATER_DROPLET, // 41
|
|
25
|
+
EffectVariant.WORM, // 63
|
|
25
26
|
EffectVariant.WALL_BUG, // 68
|
|
26
27
|
EffectVariant.FALLING_EMBER, // 87
|
|
27
28
|
EffectVariant.LIGHT, // 121
|