@babylonjs/node-editor 6.8.0 → 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.
@@ -4016,7 +4016,6 @@ export type FramePortData = {
4016
4016
  frame: GraphFrame;
4017
4017
  port: FrameNodePort;
4018
4018
  };
4019
- export {};
4020
4019
 
4021
4020
  }
4022
4021
  declare module "@babylonjs/node-editor/propertyChangedEvent" {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/node-editor",
3
- "version": "6.8.0",
3
+ "version": "6.9.0",
4
4
  "main": "dist/babylon.nodeEditor.max.js",
5
5
  "module": "dist/babylon.nodeEditor.max.js",
6
6
  "esnext": "dist/babylon.nodeEditor.max.js",
@@ -23,11 +23,9 @@
23
23
  "@types/react-dom": ">=16.0.9"
24
24
  },
25
25
  "devDependencies": {
26
- "@babylonjs/core": "^6.8.0",
26
+ "@babylonjs/core": "^6.9.0",
27
27
  "react": "^17.0.2",
28
- "react-dom": "^17.0.2",
29
- "rimraf": "^3.0.2",
30
- "typescript": "^4.4.4"
28
+ "react-dom": "^17.0.2"
31
29
  },
32
30
  "keywords": [
33
31
  "3D",