@babylonjs/node-editor 7.32.1 → 7.32.3

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.
@@ -1400,6 +1400,10 @@ export class HistoryStack implements IDisposable {
1400
1400
  private _locked;
1401
1401
  private _dataProvider;
1402
1402
  private _applyUpdate;
1403
+ /**
1404
+ * Gets or sets a boolean indicating if the stack is enabled
1405
+ */
1406
+ isEnabled: boolean;
1403
1407
  /**
1404
1408
  * Constructor
1405
1409
  * @param dataProvider defines the data provider function
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/node-editor",
3
- "version": "7.32.1",
3
+ "version": "7.32.3",
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.32.1",
26
+ "@babylonjs/core": "^7.32.3",
27
27
  "react": "^17.0.2",
28
28
  "react-dom": "^17.0.2"
29
29
  },