@2112-lab/central-plant 0.3.43 → 0.3.44

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.
@@ -40774,7 +40774,7 @@ var CentralPlant = /*#__PURE__*/function (_BaseDisposable) {
40774
40774
  * Initialize the CentralPlant manager
40775
40775
  *
40776
40776
  * @constructor
40777
- * @version 0.3.43
40777
+ * @version 0.3.44
40778
40778
  * @updated 2025-10-22
40779
40779
  *
40780
40780
  * @description Creates a new CentralPlant instance and initializes internal managers and utilities.
@@ -37,7 +37,7 @@ var CentralPlant = /*#__PURE__*/function (_BaseDisposable) {
37
37
  * Initialize the CentralPlant manager
38
38
  *
39
39
  * @constructor
40
- * @version 0.3.43
40
+ * @version 0.3.44
41
41
  * @updated 2025-10-22
42
42
  *
43
43
  * @description Creates a new CentralPlant instance and initializes internal managers and utilities.
@@ -33,7 +33,7 @@ var CentralPlant = /*#__PURE__*/function (_BaseDisposable) {
33
33
  * Initialize the CentralPlant manager
34
34
  *
35
35
  * @constructor
36
- * @version 0.3.43
36
+ * @version 0.3.44
37
37
  * @updated 2025-10-22
38
38
  *
39
39
  * @description Creates a new CentralPlant instance and initializes internal managers and utilities.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2112-lab/central-plant",
3
- "version": "0.3.43",
3
+ "version": "0.3.44",
4
4
  "description": "Utility modules for the Central Plant Application",
5
5
  "main": "dist/bundle/index.js",
6
6
  "module": "dist/esm/src/index.js",