dmn-js-drd
Advanced tools
Comparing version 7.4.0 to 7.4.1
import CreateConnectionBehavior from './CreateConnectionBehavior'; | ||
import ReplaceConnectionBehavior from './ReplaceConnectionBehavior'; | ||
import ReplaceElementBehavior from './ReplaceElementBehavior'; | ||
import IdChangeBehavior from 'dmn-js-shared/lib/features/modeling/behavior/IdChangeBehavior'; | ||
export default { | ||
__init__: ['createConnectionBehavior', 'replaceConnectionBehavior', 'replaceElementBehavior'], | ||
__init__: ['createConnectionBehavior', 'idChangeBehavior', 'replaceConnectionBehavior', 'replaceElementBehavior'], | ||
createConnectionBehavior: ['type', CreateConnectionBehavior], | ||
idChangeBehavior: ['type', IdChangeBehavior], | ||
replaceConnectionBehavior: ['type', ReplaceConnectionBehavior], | ||
@@ -8,0 +10,0 @@ replaceElementBehavior: ['type', ReplaceElementBehavior] |
{ | ||
"name": "dmn-js-drd", | ||
"description": "A decision requirements diagram view for dmn-js", | ||
"version": "7.4.0", | ||
"version": "7.4.1", | ||
"scripts": { | ||
@@ -27,3 +27,3 @@ "test": "karma start", | ||
"diagram-js-direct-editing": "^1.5.0", | ||
"dmn-js-shared": "^7.3.0", | ||
"dmn-js-shared": "^7.4.1", | ||
"inherits": "^2.0.1", | ||
@@ -34,3 +34,3 @@ "min-dash": "^3.0.0", | ||
}, | ||
"gitHead": "d1a98757d1e0e538a960ba22bec3d101d858f732" | ||
"gitHead": "0a1d9b5ad366b1e829cd4eace296180fefb314f5" | ||
} |
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
349420
3175
Updateddmn-js-shared@^7.4.1