@2112-lab/central-plant 0.1.67 → 0.1.68

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.
@@ -34605,7 +34605,7 @@ var CentralPlant = /*#__PURE__*/function (_BaseDisposable) {
34605
34605
  * Initialize the CentralPlant manager
34606
34606
  *
34607
34607
  * @constructor
34608
- * @version 0.1.67
34608
+ * @version 0.1.68
34609
34609
  * @updated 2025-10-22
34610
34610
  *
34611
34611
  * @description Creates a new CentralPlant instance and initializes internal managers and utilities.
@@ -19,7 +19,7 @@ var CentralPlant = /*#__PURE__*/function (_BaseDisposable) {
19
19
  * Initialize the CentralPlant manager
20
20
  *
21
21
  * @constructor
22
- * @version 0.1.67
22
+ * @version 0.1.68
23
23
  * @updated 2025-10-22
24
24
  *
25
25
  * @description Creates a new CentralPlant instance and initializes internal managers and utilities.
@@ -15,7 +15,7 @@ var CentralPlant = /*#__PURE__*/function (_BaseDisposable) {
15
15
  * Initialize the CentralPlant manager
16
16
  *
17
17
  * @constructor
18
- * @version 0.1.67
18
+ * @version 0.1.68
19
19
  * @updated 2025-10-22
20
20
  *
21
21
  * @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.1.67",
3
+ "version": "0.1.68",
4
4
  "description": "Utility modules for the Central Plant Application",
5
5
  "main": "dist/bundle/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -31,7 +31,7 @@
31
31
  "author": "CentralPlant Team",
32
32
  "license": "MIT",
33
33
  "dependencies": {
34
- "@2112-lab/pathfinder": "^1.0.34",
34
+ "@2112-lab/pathfinder": "^1.0.37",
35
35
  "stats.js": "^0.17.0",
36
36
  "three": "^0.177.0"
37
37
  },