@wayward/types 2.13.0-beta.dev.20230505.2 → 2.13.0-beta.dev.20230507.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.
@@ -22,7 +22,7 @@ export default abstract class BindableManager {
22
22
  static MANAGERS: Map<string, BindableManager>;
23
23
  static registerManager(name: string, manager: BindableManager): boolean;
24
24
  static deregisterManager(name: string): boolean;
25
- private static setNeedsUpdate;
25
+ static setNeedsUpdate(): void;
26
26
  private static BINDABLES;
27
27
  private static BINDABLES_BY_VALUE;
28
28
  private static needsUpdate;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wayward/types",
3
3
  "description": "TypeScript declarations for Wayward, used for modding.",
4
- "version": "2.13.0-beta.dev.20230505.2",
4
+ "version": "2.13.0-beta.dev.20230507.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",