@2112-lab/central-plant 0.3.54 → 0.3.55

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.
@@ -41815,7 +41815,7 @@ var CentralPlant = /*#__PURE__*/function (_BaseDisposable) {
41815
41815
  * Initialize the CentralPlant manager
41816
41816
  *
41817
41817
  * @constructor
41818
- * @version 0.3.54
41818
+ * @version 0.3.55
41819
41819
  * @updated 2025-10-22
41820
41820
  *
41821
41821
  * @description Creates a new CentralPlant instance and initializes internal managers and utilities.
@@ -58,7 +58,7 @@ var CentralPlant = /*#__PURE__*/function (_BaseDisposable) {
58
58
  * Initialize the CentralPlant manager
59
59
  *
60
60
  * @constructor
61
- * @version 0.3.54
61
+ * @version 0.3.55
62
62
  * @updated 2025-10-22
63
63
  *
64
64
  * @description Creates a new CentralPlant instance and initializes internal managers and utilities.
@@ -34,7 +34,7 @@ var CentralPlant = /*#__PURE__*/function (_BaseDisposable) {
34
34
  * Initialize the CentralPlant manager
35
35
  *
36
36
  * @constructor
37
- * @version 0.3.54
37
+ * @version 0.3.55
38
38
  * @updated 2025-10-22
39
39
  *
40
40
  * @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.54",
3
+ "version": "0.3.55",
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",
@@ -31,7 +31,7 @@
31
31
  "author": "CentralPlant Team",
32
32
  "license": "MIT",
33
33
  "dependencies": {
34
- "@2112-lab/pathfinder": "file:../pathfinder",
34
+ "@2112-lab/pathfinder": "^1.0.40",
35
35
  "stats.js": "^0.17.0",
36
36
  "three": "^0.177.0"
37
37
  },