isaacscript-common 52.1.0 → 53.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 53.0.0
|
|
4
4
|
|
|
5
5
|
This is the "isaacscript-common" library, which was created with the IsaacScript tool.
|
|
6
6
|
|
|
@@ -7248,8 +7248,8 @@ ____exports.CollectibleType.BOOK_OF_BELIAL_BIRTHRIGHT = 59
|
|
|
7248
7248
|
____exports.CollectibleType[____exports.CollectibleType.BOOK_OF_BELIAL_BIRTHRIGHT] = "BOOK_OF_BELIAL_BIRTHRIGHT"
|
|
7249
7249
|
____exports.CollectibleType.LADDER = 60
|
|
7250
7250
|
____exports.CollectibleType[____exports.CollectibleType.LADDER] = "LADDER"
|
|
7251
|
-
____exports.CollectibleType.
|
|
7252
|
-
____exports.CollectibleType[____exports.CollectibleType.
|
|
7251
|
+
____exports.CollectibleType.CHARM_OF_THE_VAMPIRE = 62
|
|
7252
|
+
____exports.CollectibleType[____exports.CollectibleType.CHARM_OF_THE_VAMPIRE] = "CHARM_OF_THE_VAMPIRE"
|
|
7253
7253
|
____exports.CollectibleType.BATTERY = 63
|
|
7254
7254
|
____exports.CollectibleType[____exports.CollectibleType.BATTERY] = "BATTERY"
|
|
7255
7255
|
____exports.CollectibleType.STEAM_SALE = 64
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "isaacscript-common",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "53.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": "^23.0.0"
|
|
29
29
|
}
|
|
30
30
|
}
|