isaacscript-common 82.0.1 → 82.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 82.0.
|
|
3
|
+
isaacscript-common 82.0.1
|
|
4
4
|
|
|
5
5
|
This is the "isaacscript-common" library, which was created with the IsaacScript tool.
|
|
6
6
|
|
|
@@ -10043,6 +10043,9 @@ ____exports.TreasureRoomSubType[____exports.TreasureRoomSubType.KNIFE_PIECE] = "
|
|
|
10043
10043
|
-- The enum is named `BossID` instead of `BossRoomSubType` in order to match the `Entity.GetBossID`,
|
|
10044
10044
|
-- `Room.GetBossID` and `Room.GetSecondBossID` methods.
|
|
10045
10045
|
--
|
|
10046
|
+
-- There is no BossID with a value of 0 because this is the default return value for "no boss ID"
|
|
10047
|
+
-- when using the `Room.GetBossID` method.
|
|
10048
|
+
--
|
|
10046
10049
|
-- This enum is contiguous. (Every value is satisfied between 1 and 102, inclusive.)
|
|
10047
10050
|
--
|
|
10048
10051
|
-- Also see the `MinibossID` enum.
|
package/dist/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "isaacscript-common",
|
|
3
|
-
"version": "82.0.
|
|
3
|
+
"version": "82.0.2",
|
|
4
4
|
"description": "Helper functions and features for IsaacScript mods.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"isaac",
|
|
@@ -37,6 +37,6 @@
|
|
|
37
37
|
"lint": "tsx --tsconfig ./scripts/tsconfig.json ./scripts/lint.mts"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"isaac-typescript-definitions": "^39.1.
|
|
40
|
+
"isaac-typescript-definitions": "^39.1.1"
|
|
41
41
|
}
|
|
42
42
|
}
|