babylonjs-node-geometry-editor 9.3.1 → 9.3.3

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.
@@ -2678,10 +2678,10 @@ declare namespace BABYLON.NodeGeometryEditor.SharedUIComponents {
2678
2678
  */
2679
2679
  name?: string;
2680
2680
  /**
2681
- * Whether the bridge should automatically start trying to connect.
2682
- * Defaults to false.
2681
+ * Whether the bridge should automatically enable trying to connect.
2682
+ * Defaults to true.
2683
2683
  */
2684
- autoStart?: boolean;
2684
+ autoEnable?: boolean;
2685
2685
  /**
2686
2686
  * Additional service definitions to register with the bridge container.
2687
2687
  */
@@ -3467,9 +3467,9 @@ declare namespace BABYLON.NodeGeometryEditor.SharedUIComponents {
3467
3467
  */
3468
3468
  name: string;
3469
3469
  /**
3470
- * Whether to automatically start connecting when the service is created.
3470
+ * Whether to automatically enable connecting when the service is created.
3471
3471
  */
3472
- autoStart: boolean;
3472
+ autoEnable: boolean;
3473
3473
  };
3474
3474
  /**
3475
3475
  * Creates the service definition for the CLI Bridge Service.
@@ -2868,10 +2868,10 @@ export type ModularBridgeOptions = {
2868
2868
  */
2869
2869
  name?: string;
2870
2870
  /**
2871
- * Whether the bridge should automatically start trying to connect.
2872
- * Defaults to false.
2871
+ * Whether the bridge should automatically enable trying to connect.
2872
+ * Defaults to true.
2873
2873
  */
2874
- autoStart?: boolean;
2874
+ autoEnable?: boolean;
2875
2875
  /**
2876
2876
  * Additional service definitions to register with the bridge container.
2877
2877
  */
@@ -3610,9 +3610,9 @@ export type BridgeServiceOptions = {
3610
3610
  */
3611
3611
  name: string;
3612
3612
  /**
3613
- * Whether to automatically start connecting when the service is created.
3613
+ * Whether to automatically enable connecting when the service is created.
3614
3614
  */
3615
- autoStart: boolean;
3615
+ autoEnable: boolean;
3616
3616
  };
3617
3617
  /**
3618
3618
  * Creates the service definition for the CLI Bridge Service.
@@ -11070,10 +11070,10 @@ declare namespace BABYLON.NodeGeometryEditor.SharedUIComponents {
11070
11070
  */
11071
11071
  name?: string;
11072
11072
  /**
11073
- * Whether the bridge should automatically start trying to connect.
11074
- * Defaults to false.
11073
+ * Whether the bridge should automatically enable trying to connect.
11074
+ * Defaults to true.
11075
11075
  */
11076
- autoStart?: boolean;
11076
+ autoEnable?: boolean;
11077
11077
  /**
11078
11078
  * Additional service definitions to register with the bridge container.
11079
11079
  */
@@ -11859,9 +11859,9 @@ declare namespace BABYLON.NodeGeometryEditor.SharedUIComponents {
11859
11859
  */
11860
11860
  name: string;
11861
11861
  /**
11862
- * Whether to automatically start connecting when the service is created.
11862
+ * Whether to automatically enable connecting when the service is created.
11863
11863
  */
11864
- autoStart: boolean;
11864
+ autoEnable: boolean;
11865
11865
  };
11866
11866
  /**
11867
11867
  * Creates the service definition for the CLI Bridge Service.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babylonjs-node-geometry-editor",
3
- "version": "9.3.1",
3
+ "version": "9.3.3",
4
4
  "main": "babylon.nodeGeometryEditor.js",
5
5
  "types": "babylon.nodeGeometryEditor.module.d.ts",
6
6
  "files": [
@@ -14,7 +14,7 @@
14
14
  "clean": "rimraf dist && rimraf babylon*.* -g"
15
15
  },
16
16
  "dependencies": {
17
- "babylonjs": "9.3.1"
17
+ "babylonjs": "9.3.3"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@dev/build-tools": "1.0.0",