@babylonjs/node-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.
|
@@ -3240,10 +3240,10 @@ export type ModularBridgeOptions = {
|
|
|
3240
3240
|
*/
|
|
3241
3241
|
name?: string;
|
|
3242
3242
|
/**
|
|
3243
|
-
* Whether the bridge should automatically
|
|
3244
|
-
* Defaults to
|
|
3243
|
+
* Whether the bridge should automatically enable trying to connect.
|
|
3244
|
+
* Defaults to true.
|
|
3245
3245
|
*/
|
|
3246
|
-
|
|
3246
|
+
autoEnable?: boolean;
|
|
3247
3247
|
/**
|
|
3248
3248
|
* Additional service definitions to register with the bridge container.
|
|
3249
3249
|
*/
|
|
@@ -3982,9 +3982,9 @@ export type BridgeServiceOptions = {
|
|
|
3982
3982
|
*/
|
|
3983
3983
|
name: string;
|
|
3984
3984
|
/**
|
|
3985
|
-
* Whether to automatically
|
|
3985
|
+
* Whether to automatically enable connecting when the service is created.
|
|
3986
3986
|
*/
|
|
3987
|
-
|
|
3987
|
+
autoEnable: boolean;
|
|
3988
3988
|
};
|
|
3989
3989
|
/**
|
|
3990
3990
|
* Creates the service definition for the CLI Bridge Service.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@babylonjs/node-editor",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.3",
|
|
4
4
|
"main": "dist/babylon.nodeEditor.js",
|
|
5
5
|
"module": "dist/babylon.nodeEditor.js",
|
|
6
6
|
"esnext": "dist/babylon.nodeEditor.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@types/react-dom": ">=16.0.9"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@babylonjs/core": "9.3.
|
|
26
|
+
"@babylonjs/core": "9.3.3",
|
|
27
27
|
"@tools/node-editor": "1.0.0",
|
|
28
28
|
"react": "^18.2.0",
|
|
29
29
|
"react-dom": "^18.2.0"
|