babylonjs-node-render-graph-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.
@@ -2670,10 +2670,10 @@ declare namespace BABYLON.NodeRenderGraphEditor.SharedUIComponents {
2670
2670
  */
2671
2671
  name?: string;
2672
2672
  /**
2673
- * Whether the bridge should automatically start trying to connect.
2674
- * Defaults to false.
2673
+ * Whether the bridge should automatically enable trying to connect.
2674
+ * Defaults to true.
2675
2675
  */
2676
- autoStart?: boolean;
2676
+ autoEnable?: boolean;
2677
2677
  /**
2678
2678
  * Additional service definitions to register with the bridge container.
2679
2679
  */
@@ -3459,9 +3459,9 @@ declare namespace BABYLON.NodeRenderGraphEditor.SharedUIComponents {
3459
3459
  */
3460
3460
  name: string;
3461
3461
  /**
3462
- * Whether to automatically start connecting when the service is created.
3462
+ * Whether to automatically enable connecting when the service is created.
3463
3463
  */
3464
- autoStart: boolean;
3464
+ autoEnable: boolean;
3465
3465
  };
3466
3466
  /**
3467
3467
  * Creates the service definition for the CLI Bridge Service.
@@ -2796,10 +2796,10 @@ export type ModularBridgeOptions = {
2796
2796
  */
2797
2797
  name?: string;
2798
2798
  /**
2799
- * Whether the bridge should automatically start trying to connect.
2800
- * Defaults to false.
2799
+ * Whether the bridge should automatically enable trying to connect.
2800
+ * Defaults to true.
2801
2801
  */
2802
- autoStart?: boolean;
2802
+ autoEnable?: boolean;
2803
2803
  /**
2804
2804
  * Additional service definitions to register with the bridge container.
2805
2805
  */
@@ -3538,9 +3538,9 @@ export type BridgeServiceOptions = {
3538
3538
  */
3539
3539
  name: string;
3540
3540
  /**
3541
- * Whether to automatically start connecting when the service is created.
3541
+ * Whether to automatically enable connecting when the service is created.
3542
3542
  */
3543
- autoStart: boolean;
3543
+ autoEnable: boolean;
3544
3544
  };
3545
3545
  /**
3546
3546
  * Creates the service definition for the CLI Bridge Service.
@@ -10990,10 +10990,10 @@ declare namespace BABYLON.NodeRenderGraphEditor.SharedUIComponents {
10990
10990
  */
10991
10991
  name?: string;
10992
10992
  /**
10993
- * Whether the bridge should automatically start trying to connect.
10994
- * Defaults to false.
10993
+ * Whether the bridge should automatically enable trying to connect.
10994
+ * Defaults to true.
10995
10995
  */
10996
- autoStart?: boolean;
10996
+ autoEnable?: boolean;
10997
10997
  /**
10998
10998
  * Additional service definitions to register with the bridge container.
10999
10999
  */
@@ -11779,9 +11779,9 @@ declare namespace BABYLON.NodeRenderGraphEditor.SharedUIComponents {
11779
11779
  */
11780
11780
  name: string;
11781
11781
  /**
11782
- * Whether to automatically start connecting when the service is created.
11782
+ * Whether to automatically enable connecting when the service is created.
11783
11783
  */
11784
- autoStart: boolean;
11784
+ autoEnable: boolean;
11785
11785
  };
11786
11786
  /**
11787
11787
  * Creates the service definition for the CLI Bridge Service.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babylonjs-node-render-graph-editor",
3
- "version": "9.3.1",
3
+ "version": "9.3.3",
4
4
  "main": "babylon.nodeRenderGraphEditor.js",
5
5
  "types": "babylon.nodeRenderGraphEditor.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",