babylonjs-node-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.
package/.npmignore ADDED
@@ -0,0 +1,5 @@
1
+ src
2
+ config.json
3
+ tsconfig*.*
4
+ .npmignore
5
+ webpack*.*
@@ -3859,7 +3859,7 @@ declare module BABYLON.NodeEditor {
3859
3859
  declare module BABYLON.NodeEditor.SharedUIComponents {
3860
3860
  export type FramePortData = {
3861
3861
  frame: BABYLON.NodeEditor.SharedUIComponents.GraphFrame;
3862
- port: FrameNodePort;
3862
+ port: BABYLON.NodeEditor.SharedUIComponents.FrameNodePort;
3863
3863
  };
3864
3864
 
3865
3865