behave-graph
Advanced tools
Comparing version 0.9.6 to 0.9.7
@@ -16,3 +16,3 @@ import { Assert } from '../../../Diagnostics/Assert.js'; | ||
}; | ||
this.lifecycleEventEmitter.endEvent.removeListener(this.onEndEvent); | ||
this.lifecycleEventEmitter.endEvent.addListener(this.onEndEvent); | ||
} | ||
@@ -19,0 +19,0 @@ dispose(engine) { |
{ | ||
"name": "behave-graph", | ||
"version": "0.9.6", | ||
"version": "0.9.7", | ||
"description": "Simple, extensible behavior graph engine", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -36,3 +36,3 @@ import { Assert } from '../../../Diagnostics/Assert.js'; | ||
this.lifecycleEventEmitter.endEvent.removeListener(this.onEndEvent); | ||
this.lifecycleEventEmitter.endEvent.addListener(this.onEndEvent); | ||
} | ||
@@ -39,0 +39,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3241158