isaacscript-common 31.12.1 → 32.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
|
|
3
|
+
isaacscript-common 32.0.0
|
|
4
4
|
|
|
5
5
|
This is the "isaacscript-common" library, which was created with the IsaacScript tool.
|
|
6
6
|
|
|
@@ -10053,8 +10053,8 @@ ____exports.PoopGridEntityVariant.NORMAL = 0
|
|
|
10053
10053
|
____exports.PoopGridEntityVariant[____exports.PoopGridEntityVariant.NORMAL] = "NORMAL"
|
|
10054
10054
|
____exports.PoopGridEntityVariant.RED = 1
|
|
10055
10055
|
____exports.PoopGridEntityVariant[____exports.PoopGridEntityVariant.RED] = "RED"
|
|
10056
|
-
____exports.PoopGridEntityVariant.
|
|
10057
|
-
____exports.PoopGridEntityVariant[____exports.PoopGridEntityVariant.
|
|
10056
|
+
____exports.PoopGridEntityVariant.CORNY = 2
|
|
10057
|
+
____exports.PoopGridEntityVariant[____exports.PoopGridEntityVariant.CORNY] = "CORNY"
|
|
10058
10058
|
____exports.PoopGridEntityVariant.GOLDEN = 3
|
|
10059
10059
|
____exports.PoopGridEntityVariant[____exports.PoopGridEntityVariant.GOLDEN] = "GOLDEN"
|
|
10060
10060
|
____exports.PoopGridEntityVariant.RAINBOW = 4
|
|
@@ -13943,8 +13943,8 @@ ____exports.GridEntityXMLType.POOP_RED = 1490
|
|
|
13943
13943
|
____exports.GridEntityXMLType[____exports.GridEntityXMLType.POOP_RED] = "POOP_RED"
|
|
13944
13944
|
____exports.GridEntityXMLType.POOP_RAINBOW = 1494
|
|
13945
13945
|
____exports.GridEntityXMLType[____exports.GridEntityXMLType.POOP_RAINBOW] = "POOP_RAINBOW"
|
|
13946
|
-
____exports.GridEntityXMLType.
|
|
13947
|
-
____exports.GridEntityXMLType[____exports.GridEntityXMLType.
|
|
13946
|
+
____exports.GridEntityXMLType.POOP_CORNY = 1495
|
|
13947
|
+
____exports.GridEntityXMLType[____exports.GridEntityXMLType.POOP_CORNY] = "POOP_CORNY"
|
|
13948
13948
|
____exports.GridEntityXMLType.POOP_GOLDEN = 1496
|
|
13949
13949
|
____exports.GridEntityXMLType[____exports.GridEntityXMLType.POOP_GOLDEN] = "POOP_GOLDEN"
|
|
13950
13950
|
____exports.GridEntityXMLType.POOP_BLACK = 1497
|
|
@@ -26527,7 +26527,7 @@ ____exports.GRID_ENTITY_XML_MAP = __TS__New(ReadonlyMap, {
|
|
|
26527
26527
|
{GridEntityXMLType.TNT, {GridEntityType.TNT, 0}},
|
|
26528
26528
|
{GridEntityXMLType.POOP_RED, {GridEntityType.POOP, PoopGridEntityVariant.RED}},
|
|
26529
26529
|
{GridEntityXMLType.POOP_RAINBOW, {GridEntityType.POOP, PoopGridEntityVariant.RAINBOW}},
|
|
26530
|
-
{GridEntityXMLType.
|
|
26530
|
+
{GridEntityXMLType.POOP_CORNY, {GridEntityType.POOP, PoopGridEntityVariant.CORNY}},
|
|
26531
26531
|
{GridEntityXMLType.POOP_GOLDEN, {GridEntityType.POOP, PoopGridEntityVariant.GOLDEN}},
|
|
26532
26532
|
{GridEntityXMLType.POOP_BLACK, {GridEntityType.POOP, PoopGridEntityVariant.BLACK}},
|
|
26533
26533
|
{GridEntityXMLType.POOP_WHITE, {GridEntityType.POOP, PoopGridEntityVariant.WHITE}},
|
|
@@ -26582,7 +26582,7 @@ local ReadonlySet = ____ReadonlySet.ReadonlySet
|
|
|
26582
26582
|
____exports.POOP_GRID_ENTITY_XML_TYPES_SET = __TS__New(ReadonlySet, {
|
|
26583
26583
|
GridEntityXMLType.POOP_RED,
|
|
26584
26584
|
GridEntityXMLType.POOP_RAINBOW,
|
|
26585
|
-
GridEntityXMLType.
|
|
26585
|
+
GridEntityXMLType.POOP_CORNY,
|
|
26586
26586
|
GridEntityXMLType.POOP_GOLDEN,
|
|
26587
26587
|
GridEntityXMLType.POOP_BLACK,
|
|
26588
26588
|
GridEntityXMLType.POOP_WHITE,
|
|
@@ -28,7 +28,7 @@ ____exports.GRID_ENTITY_XML_MAP = __TS__New(ReadonlyMap, {
|
|
|
28
28
|
{GridEntityXMLType.TNT, {GridEntityType.TNT, 0}},
|
|
29
29
|
{GridEntityXMLType.POOP_RED, {GridEntityType.POOP, PoopGridEntityVariant.RED}},
|
|
30
30
|
{GridEntityXMLType.POOP_RAINBOW, {GridEntityType.POOP, PoopGridEntityVariant.RAINBOW}},
|
|
31
|
-
{GridEntityXMLType.
|
|
31
|
+
{GridEntityXMLType.POOP_CORNY, {GridEntityType.POOP, PoopGridEntityVariant.CORNY}},
|
|
32
32
|
{GridEntityXMLType.POOP_GOLDEN, {GridEntityType.POOP, PoopGridEntityVariant.GOLDEN}},
|
|
33
33
|
{GridEntityXMLType.POOP_BLACK, {GridEntityType.POOP, PoopGridEntityVariant.BLACK}},
|
|
34
34
|
{GridEntityXMLType.POOP_WHITE, {GridEntityType.POOP, PoopGridEntityVariant.WHITE}},
|
|
@@ -8,7 +8,7 @@ local ReadonlySet = ____ReadonlySet.ReadonlySet
|
|
|
8
8
|
____exports.POOP_GRID_ENTITY_XML_TYPES_SET = __TS__New(ReadonlySet, {
|
|
9
9
|
GridEntityXMLType.POOP_RED,
|
|
10
10
|
GridEntityXMLType.POOP_RAINBOW,
|
|
11
|
-
GridEntityXMLType.
|
|
11
|
+
GridEntityXMLType.POOP_CORNY,
|
|
12
12
|
GridEntityXMLType.POOP_GOLDEN,
|
|
13
13
|
GridEntityXMLType.POOP_BLACK,
|
|
14
14
|
GridEntityXMLType.POOP_WHITE,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "isaacscript-common",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "32.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": "^
|
|
28
|
+
"isaac-typescript-definitions": "^15.0.1"
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -70,8 +70,8 @@ export const GRID_ENTITY_XML_MAP = new ReadonlyMap<
|
|
|
70
70
|
|
|
71
71
|
// 1495
|
|
72
72
|
[
|
|
73
|
-
GridEntityXMLType.
|
|
74
|
-
[GridEntityType.POOP, PoopGridEntityVariant.
|
|
73
|
+
GridEntityXMLType.POOP_CORNY,
|
|
74
|
+
[GridEntityType.POOP, PoopGridEntityVariant.CORNY],
|
|
75
75
|
],
|
|
76
76
|
|
|
77
77
|
// 1496
|
|
@@ -5,7 +5,7 @@ export const POOP_GRID_ENTITY_XML_TYPES_SET =
|
|
|
5
5
|
new ReadonlySet<GridEntityXMLType>([
|
|
6
6
|
GridEntityXMLType.POOP_RED, // 1490
|
|
7
7
|
GridEntityXMLType.POOP_RAINBOW, // 1494
|
|
8
|
-
GridEntityXMLType.
|
|
8
|
+
GridEntityXMLType.POOP_CORNY, // 1495
|
|
9
9
|
GridEntityXMLType.POOP_GOLDEN, // 1496
|
|
10
10
|
GridEntityXMLType.POOP_BLACK, // 1497
|
|
11
11
|
GridEntityXMLType.POOP_WHITE, // 1498
|