@babylonjs/node-editor 9.16.1 → 9.17.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.
@@ -2395,7 +2395,7 @@ export interface IOverrideEntry {
2395
2395
  /**
2396
2396
  * The types of scene objects that can be targeted by overrides.
2397
2397
  */
2398
- export type OverrideTargetType = "meshes" | "materials" | "textures" | "lights" | "cameras" | "animationGroups" | "scene";
2398
+ export type OverrideTargetType = "meshes" | "transformNodes" | "materials" | "textures" | "lights" | "cameras" | "animationGroups" | "scene";
2399
2399
  /**
2400
2400
  * An override value. Supports scalars, color/vector arrays, object references,
2401
2401
  * and null (used to clear a slot, e.g. removing a material assignment).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/node-editor",
3
- "version": "9.16.1",
3
+ "version": "9.17.0",
4
4
  "main": "dist/babylon.nodeEditor.js",
5
5
  "module": "dist/babylon.nodeEditor.js",
6
6
  "esnext": "dist/babylon.nodeEditor.js",
@@ -23,7 +23,7 @@
23
23
  "@types/react-dom": ">=16.0.9"
24
24
  },
25
25
  "devDependencies": {
26
- "@babylonjs/core": "9.16.1",
26
+ "@babylonjs/core": "9.17.0",
27
27
  "@tools/node-editor": "1.0.0",
28
28
  "react": "^18.2.0",
29
29
  "react-dom": "^18.2.0"