@esengine/behavior-tree 4.1.1 → 4.1.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4739,6 +4739,7 @@ export {
4739
4739
  InverterExecutor,
4740
4740
  LogAction,
4741
4741
  ModifyBlackboardValue,
4742
+ NodeExecutorMetadata,
4742
4743
  NodeExecutorRegistry,
4743
4744
  NodeMetadataRegistry,
4744
4745
  NodePropertyType,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esengine/behavior-tree",
3
- "version": "4.1.1",
3
+ "version": "4.1.2",
4
4
  "description": "ECS-based AI behavior tree system - works with any ECS framework (ESEngine, Cocos, Laya, etc.)",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",