@babylonjs/node-editor 7.20.1 → 7.21.1

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.
@@ -564,6 +564,7 @@ export class BlockNodeData implements INodeData {
564
564
  get outputs(): IPortData[];
565
565
  get comments(): string;
566
566
  set comments(value: string);
567
+ get executionTime(): number;
567
568
  getPortByName(name: string): IPortData | null;
568
569
  dispose(): void;
569
570
  prepareHeaderIcon(iconDiv: HTMLDivElement, img: HTMLImageElement): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/node-editor",
3
- "version": "7.20.1",
3
+ "version": "7.21.1",
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,7 +23,7 @@
23
23
  "@types/react-dom": ">=16.0.9"
24
24
  },
25
25
  "devDependencies": {
26
- "@babylonjs/core": "^7.20.1",
26
+ "@babylonjs/core": "^7.21.1",
27
27
  "react": "^17.0.2",
28
28
  "react-dom": "^17.0.2"
29
29
  },