@babylonjs/node-editor 7.20.0 → 7.21.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.0",
3
+ "version": "7.21.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,7 +23,7 @@
23
23
  "@types/react-dom": ">=16.0.9"
24
24
  },
25
25
  "devDependencies": {
26
- "@babylonjs/core": "^7.20.0",
26
+ "@babylonjs/core": "^7.21.0",
27
27
  "react": "^17.0.2",
28
28
  "react-dom": "^17.0.2"
29
29
  },