@babylonjs/gui-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.
@@ -3364,10 +3364,10 @@ export type ModularBridgeOptions = {
3364
3364
  */
3365
3365
  name?: string;
3366
3366
  /**
3367
- * Whether the bridge should automatically start trying to connect.
3368
- * Defaults to false.
3367
+ * Whether the bridge should automatically enable trying to connect.
3368
+ * Defaults to true.
3369
3369
  */
3370
- autoStart?: boolean;
3370
+ autoEnable?: boolean;
3371
3371
  /**
3372
3372
  * Additional service definitions to register with the bridge container.
3373
3373
  */
@@ -4106,9 +4106,9 @@ export type BridgeServiceOptions = {
4106
4106
  */
4107
4107
  name: string;
4108
4108
  /**
4109
- * Whether to automatically start connecting when the service is created.
4109
+ * Whether to automatically enable connecting when the service is created.
4110
4110
  */
4111
- autoStart: boolean;
4111
+ autoEnable: boolean;
4112
4112
  };
4113
4113
  /**
4114
4114
  * Creates the service definition for the CLI Bridge Service.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/gui-editor",
3
- "version": "9.3.1",
3
+ "version": "9.3.3",
4
4
  "main": "dist/babylon.guiEditor.js",
5
5
  "module": "dist/babylon.guiEditor.js",
6
6
  "esnext": "dist/babylon.guiEditor.js",
@@ -24,8 +24,8 @@
24
24
  "@types/react-dom": ">=16.0.9"
25
25
  },
26
26
  "devDependencies": {
27
- "@babylonjs/core": "9.3.1",
28
- "@babylonjs/gui": "9.3.1",
27
+ "@babylonjs/core": "9.3.3",
28
+ "@babylonjs/gui": "9.3.3",
29
29
  "@tools/gui-editor": "1.0.0",
30
30
  "react": "^18.2.0",
31
31
  "react-dom": "^18.2.0"