@babylonjs/node-geometry-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.
|
@@ -2868,10 +2868,10 @@ export type ModularBridgeOptions = {
|
|
|
2868
2868
|
*/
|
|
2869
2869
|
name?: string;
|
|
2870
2870
|
/**
|
|
2871
|
-
* Whether the bridge should automatically
|
|
2872
|
-
* Defaults to
|
|
2871
|
+
* Whether the bridge should automatically enable trying to connect.
|
|
2872
|
+
* Defaults to true.
|
|
2873
2873
|
*/
|
|
2874
|
-
|
|
2874
|
+
autoEnable?: boolean;
|
|
2875
2875
|
/**
|
|
2876
2876
|
* Additional service definitions to register with the bridge container.
|
|
2877
2877
|
*/
|
|
@@ -3610,9 +3610,9 @@ export type BridgeServiceOptions = {
|
|
|
3610
3610
|
*/
|
|
3611
3611
|
name: string;
|
|
3612
3612
|
/**
|
|
3613
|
-
* Whether to automatically
|
|
3613
|
+
* Whether to automatically enable connecting when the service is created.
|
|
3614
3614
|
*/
|
|
3615
|
-
|
|
3615
|
+
autoEnable: boolean;
|
|
3616
3616
|
};
|
|
3617
3617
|
/**
|
|
3618
3618
|
* Creates the service definition for the CLI Bridge Service.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@babylonjs/node-geometry-editor",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.3",
|
|
4
4
|
"main": "dist/babylon.nodeGeometryEditor.js",
|
|
5
5
|
"module": "dist/babylon.nodeGeometryEditor.js",
|
|
6
6
|
"esnext": "dist/babylon.nodeGeometryEditor.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-geometry-editor": "1.0.0",
|
|
28
28
|
"react": "^18.2.0",
|
|
29
29
|
"react-dom": "^18.2.0"
|