@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.
@@ -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.
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": "dist/babylon.nodeRenderGraphEditor.js",
5
5
  "module": "dist/babylon.nodeRenderGraphEditor.js",
6
6
  "esnext": "dist/babylon.nodeRenderGraphEditor.js",
@@ -23,7 +23,7 @@
23
23
  "@types/react-dom": ">=16.0.9"
24
24
  },
25
25
  "devDependencies": {
26
- "@babylonjs/core": "9.3.1",
26
+ "@babylonjs/core": "9.3.3",
27
27
  "@tools/node-render-graph-editor": "1.0.0",
28
28
  "react": "^18.2.0",
29
29
  "react-dom": "^18.2.0"