serverwatcher 2.2.3__tar.gz → 2.2.4__tar.gz

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
  Metadata-Version: 2.4
2
2
  Name: serverwatcher
3
- Version: 2.2.3
3
+ Version: 2.2.4
4
4
  Summary: A HungerLib-powered Minecraft server automation engine.
5
5
  Author: iFamished
6
6
  License: MIT
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
7
 
8
8
  [project]
9
9
  name = "serverwatcher"
10
- version = "2.2.3"
10
+ version = "2.2.4"
11
11
  description = "A HungerLib-powered Minecraft server automation engine."
12
12
  readme = "README.md"
13
13
  requires-python = ">=3.10"
@@ -10,8 +10,10 @@ from hungerlib.addons import (
10
10
  waitForOnline,
11
11
  validateAll,
12
12
  runCountdownEvents,
13
+ ensure_yaml,
14
+ load_yaml,
15
+ map_to_dataclass
13
16
  )
14
- from hungerlib.addons import configloader
15
17
 
16
18
  from .config import WatcherConfig
17
19
  from .messages import WatcherMessages
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: serverwatcher
3
- Version: 2.2.3
3
+ Version: 2.2.4
4
4
  Summary: A HungerLib-powered Minecraft server automation engine.
5
5
  Author: iFamished
6
6
  License: MIT
File without changes
File without changes
File without changes