isaacscript-common 73.1.0 → 73.1.1
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 73.1.
|
|
3
|
+
isaacscript-common 73.1.1
|
|
4
4
|
|
|
5
5
|
This is the "isaacscript-common" library, which was created with the IsaacScript tool.
|
|
6
6
|
|
|
@@ -5470,8 +5470,6 @@ ____exports.PrideVariant.PRIDE = 0
|
|
|
5470
5470
|
____exports.PrideVariant[____exports.PrideVariant.PRIDE] = "PRIDE"
|
|
5471
5471
|
____exports.PrideVariant.SUPER_PRIDE = 1
|
|
5472
5472
|
____exports.PrideVariant[____exports.PrideVariant.SUPER_PRIDE] = "SUPER_PRIDE"
|
|
5473
|
-
____exports.PrideVariant.ULTRA_PRIDE = 2
|
|
5474
|
-
____exports.PrideVariant[____exports.PrideVariant.ULTRA_PRIDE] = "ULTRA_PRIDE"
|
|
5475
5473
|
--- For `EntityType.DOPLE` (53).
|
|
5476
5474
|
____exports.DopleVariant = {}
|
|
5477
5475
|
____exports.DopleVariant.DOPLE = 0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "isaacscript-common",
|
|
3
|
-
"version": "73.1.
|
|
3
|
+
"version": "73.1.1",
|
|
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": "^37.0.
|
|
28
|
+
"isaac-typescript-definitions": "^37.0.1"
|
|
29
29
|
}
|
|
30
30
|
}
|