@babylonjs/node-render-graph-editor 7.24.0 → 7.24.2

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.
@@ -1639,6 +1639,7 @@ export class NodeLink {
1639
1639
  private _onSelectionChangedObserver;
1640
1640
  private _isVisible;
1641
1641
  private _isTargetCandidate;
1642
+ private _gradient;
1642
1643
  onDisposedObservable: Observable<NodeLink>;
1643
1644
  get isTargetCandidate(): boolean;
1644
1645
  set isTargetCandidate(value: boolean);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/node-render-graph-editor",
3
- "version": "7.24.0",
3
+ "version": "7.24.2",
4
4
  "main": "dist/babylon.nodeRenderGraphEditor.max.js",
5
5
  "module": "dist/babylon.nodeRenderGraphEditor.max.js",
6
6
  "esnext": "dist/babylon.nodeRenderGraphEditor.max.js",
@@ -23,7 +23,7 @@
23
23
  "@types/react-dom": ">=16.0.9"
24
24
  },
25
25
  "devDependencies": {
26
- "@babylonjs/core": "^7.35.0",
26
+ "@babylonjs/core": "^7.35.2",
27
27
  "react": "^17.0.2",
28
28
  "react-dom": "^17.0.2"
29
29
  },