@babylonjs/gui-editor 6.8.1 → 6.9.0

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.
@@ -4181,7 +4181,6 @@ export type FramePortData = {
4181
4181
  frame: GraphFrame;
4182
4182
  port: FrameNodePort;
4183
4183
  };
4184
- export {};
4185
4184
 
4186
4185
  }
4187
4186
  declare module "@babylonjs/gui-editor/propertyChangedEvent" {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/gui-editor",
3
- "version": "6.8.1",
3
+ "version": "6.9.0",
4
4
  "main": "dist/babylon.guiEditor.max.js",
5
5
  "module": "dist/babylon.guiEditor.max.js",
6
6
  "esnext": "dist/babylon.guiEditor.max.js",
@@ -24,8 +24,8 @@
24
24
  "@types/react-dom": ">=16.0.9"
25
25
  },
26
26
  "devDependencies": {
27
- "@babylonjs/core": "^6.8.1",
28
- "@babylonjs/gui": "^6.8.1",
27
+ "@babylonjs/core": "^6.9.0",
28
+ "@babylonjs/gui": "^6.9.0",
29
29
  "react": "^17.0.2",
30
30
  "react-dom": "^17.0.2"
31
31
  },