babylonjs-node-editor 6.8.1 → 6.10.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 +5 -0
- package/babylon.nodeEditor.d.ts +1 -1
- package/babylon.nodeEditor.js.map +1 -1
- package/babylon.nodeEditor.max.js.map +1 -1
- package/babylon.nodeEditor.module.d.ts +1 -2
- package/config.json +7 -0
- package/package.json +2 -2
- package/src/index.ts +3 -0
- package/tsconfig.build.json +10 -0
- package/tsconfig.json +3 -0
- package/webpack.config.js +17 -0
package/.npmignore
ADDED
package/babylon.nodeEditor.d.ts
CHANGED
|
@@ -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
|
|