isaacscript-common 2.3.1 → 2.3.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.
Files changed (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -107,6 +107,7 @@ export * from "./functions/ui";
107
107
  export * from "./functions/utils";
108
108
  export * from "./functions/vector";
109
109
  export * from "./interfaces/AddCallbackParameterCustom";
110
+ export * from "./interfaces/ChargeBarSprites";
110
111
  export * from "./interfaces/JSONDoor";
111
112
  export * from "./interfaces/JSONEntity";
112
113
  export * from "./interfaces/JSONRoom";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript-common",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "Helper functions and features for IsaacScript mods.",
5
5
  "keywords": [
6
6
  "isaac",