@onerjs/inspector 8.50.4 → 8.50.5

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.
@@ -6720,10 +6720,10 @@ export type ModularBridgeOptions = {
6720
6720
  */
6721
6721
  name?: string;
6722
6722
  /**
6723
- * Whether the bridge should automatically start trying to connect.
6724
- * Defaults to false.
6723
+ * Whether the bridge should automatically enable trying to connect.
6724
+ * Defaults to true.
6725
6725
  */
6726
- autoStart?: boolean;
6726
+ autoEnable?: boolean;
6727
6727
  /**
6728
6728
  * Additional service definitions to register with the bridge container.
6729
6729
  */
@@ -7462,9 +7462,9 @@ export type BridgeServiceOptions = {
7462
7462
  */
7463
7463
  name: string;
7464
7464
  /**
7465
- * Whether to automatically start connecting when the service is created.
7465
+ * Whether to automatically enable connecting when the service is created.
7466
7466
  */
7467
- autoStart: boolean;
7467
+ autoEnable: boolean;
7468
7468
  };
7469
7469
  /**
7470
7470
  * Creates the service definition for the CLI Bridge Service.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onerjs/inspector",
3
- "version": "8.50.4",
3
+ "version": "8.50.5",
4
4
  "module": "dist/babylon.inspector.bundle.js",
5
5
  "main": "dist/babylon.inspector.bundle.js",
6
6
  "esnext": "dist/babylon.inspector.bundle.js",
@@ -34,13 +34,13 @@
34
34
  "@types/react-dom": ">=16.0.9"
35
35
  },
36
36
  "devDependencies": {
37
- "@onerjs/addons": "8.50.4",
38
- "@onerjs/core": "8.50.4",
39
- "@onerjs/gui": "8.50.4",
40
- "@onerjs/gui-editor": "8.50.4",
41
- "@onerjs/loaders": "8.50.4",
42
- "@onerjs/materials": "8.50.4",
43
- "@onerjs/serializers": "8.50.4",
37
+ "@onerjs/addons": "8.50.5",
38
+ "@onerjs/core": "8.50.5",
39
+ "@onerjs/gui": "8.50.5",
40
+ "@onerjs/gui-editor": "8.50.5",
41
+ "@onerjs/loaders": "8.50.5",
42
+ "@onerjs/materials": "8.50.5",
43
+ "@onerjs/serializers": "8.50.5",
44
44
  "@dev/gui": "1.0.0",
45
45
  "react": "^18.2.0",
46
46
  "react-dom": "^18.2.0"