babylonjs-editor 5.4.1-rc.3 → 5.4.1-rc.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.
@@ -5,6 +5,7 @@ export declare class SoundNode extends TransformNode {
5
5
  */
6
6
  sound: StaticSound | null;
7
7
  soundRelativePath: string | null;
8
+ autoUpdateSpatial: boolean;
8
9
  private _volume;
9
10
  private _spatial;
10
11
  private _maxDistance;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babylonjs-editor",
3
- "version": "5.4.1-rc.3",
3
+ "version": "5.4.1-rc.5",
4
4
  "description": "Babylon.js Editor is a Web Application helping artists to work with Babylon.js",
5
5
  "productName": "Babylon.js Editor",
6
6
  "main": "build/src/index.js",
@@ -74,7 +74,7 @@
74
74
  "@xterm/addon-fit": "0.11.0",
75
75
  "@xterm/xterm": "6.1.0-beta.22",
76
76
  "assimpjs": "0.0.10",
77
- "axios": "1.15.0",
77
+ "axios": "1.15.2",
78
78
  "babylonjs": "9.4.1",
79
79
  "babylonjs-addons": "9.4.1",
80
80
  "babylonjs-editor-cli": "latest",