@2112-lab/central-plant 0.1.72 → 0.1.73

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.
@@ -19434,7 +19434,8 @@ var ComponentDataManager = /*#__PURE__*/function (_BaseDisposable) {
19434
19434
  tags: component.tags || [],
19435
19435
  // Preserve S3 metadata
19436
19436
  isS3Component: component.isS3Component,
19437
- s3Path: component.s3Path
19437
+ s3Path: component.s3Path,
19438
+ preLoad: component.preLoad
19438
19439
  };
19439
19440
  return _objectSpread2(_objectSpread2({}, baseData), {}, {
19440
19441
  metadata: component.metadata || {},
@@ -34693,7 +34694,7 @@ var CentralPlant = /*#__PURE__*/function (_BaseDisposable) {
34693
34694
  * Initialize the CentralPlant manager
34694
34695
  *
34695
34696
  * @constructor
34696
- * @version 0.1.72
34697
+ * @version 0.1.73
34697
34698
  * @updated 2025-10-22
34698
34699
  *
34699
34700
  * @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.72
22
+ * @version 0.1.73
23
23
  * @updated 2025-10-22
24
24
  *
25
25
  * @description Creates a new CentralPlant instance and initializes internal managers and utilities.
@@ -852,7 +852,8 @@ var ComponentDataManager = /*#__PURE__*/function (_BaseDisposable) {
852
852
  tags: component.tags || [],
853
853
  // Preserve S3 metadata
854
854
  isS3Component: component.isS3Component,
855
- s3Path: component.s3Path
855
+ s3Path: component.s3Path,
856
+ preLoad: component.preLoad
856
857
  };
857
858
  return _rollupPluginBabelHelpers.objectSpread2(_rollupPluginBabelHelpers.objectSpread2({}, baseData), {}, {
858
859
  metadata: component.metadata || {},
@@ -15,7 +15,7 @@ var CentralPlant = /*#__PURE__*/function (_BaseDisposable) {
15
15
  * Initialize the CentralPlant manager
16
16
  *
17
17
  * @constructor
18
- * @version 0.1.72
18
+ * @version 0.1.73
19
19
  * @updated 2025-10-22
20
20
  *
21
21
  * @description Creates a new CentralPlant instance and initializes internal managers and utilities.
@@ -828,7 +828,8 @@ var ComponentDataManager = /*#__PURE__*/function (_BaseDisposable) {
828
828
  tags: component.tags || [],
829
829
  // Preserve S3 metadata
830
830
  isS3Component: component.isS3Component,
831
- s3Path: component.s3Path
831
+ s3Path: component.s3Path,
832
+ preLoad: component.preLoad
832
833
  };
833
834
  return _objectSpread2(_objectSpread2({}, baseData), {}, {
834
835
  metadata: component.metadata || {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2112-lab/central-plant",
3
- "version": "0.1.72",
3
+ "version": "0.1.73",
4
4
  "description": "Utility modules for the Central Plant Application",
5
5
  "main": "dist/bundle/index.js",
6
6
  "module": "dist/esm/index.js",