dmn-js-drd
Advanced tools
Comparing version 14.6.0 to 14.7.0
@@ -20,2 +20,3 @@ import inherits from 'inherits-browser'; | ||
import MoveModule from 'diagram-js/lib/features/move'; | ||
import OutlineProvider from './features/outline'; | ||
import PaletteModule from './features/palette'; | ||
@@ -113,4 +114,4 @@ import ResizeModule from 'diagram-js/lib/features/resize'; | ||
// modeling components | ||
AlignElementsModule, AutoPlaceModule, AutoScrollModule, BendpointsModule, ContextPadModule, ConnectPreviewModule, DefinitionPropertiesModule, DistributeElementsModule, EditorActionsModule, GenerateDiModule, GridSnappingModule, KeyboardModule, KeyboardMoveModule, KeyboardMoveSelectionModule, LabelEditingModule, ModelingModule, MoveModule, PaletteModule, ResizeModule, SnappingModule]; | ||
AlignElementsModule, AutoPlaceModule, AutoScrollModule, BendpointsModule, ContextPadModule, ConnectPreviewModule, DefinitionPropertiesModule, DistributeElementsModule, EditorActionsModule, GenerateDiModule, GridSnappingModule, KeyboardModule, KeyboardMoveModule, KeyboardMoveSelectionModule, LabelEditingModule, ModelingModule, MoveModule, OutlineProvider, PaletteModule, ResizeModule, SnappingModule]; | ||
Modeler.prototype._modules = [].concat(Modeler.prototype._modules, Modeler.prototype._modelingModules); | ||
//# sourceMappingURL=Modeler.js.map |
{ | ||
"name": "dmn-js-drd", | ||
"description": "A decision requirements diagram view for dmn-js", | ||
"version": "14.6.0", | ||
"version": "14.7.0", | ||
"files": [ | ||
@@ -29,5 +29,5 @@ "assets", | ||
"dependencies": { | ||
"diagram-js": "^12.0.0", | ||
"diagram-js": "^12.7.1", | ||
"diagram-js-direct-editing": "^2.0.0", | ||
"dmn-js-shared": "^14.5.0", | ||
"dmn-js-shared": "^14.7.0", | ||
"inherits-browser": "^0.1.0", | ||
@@ -42,3 +42,3 @@ "min-dash": "^4.0.0", | ||
}, | ||
"gitHead": "01ea4d0518722b5f036ef7c04c04e34fb8ab82c8" | ||
"gitHead": "941112dbc0c2080f28242b415783b4e79752c01c" | ||
} |
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
465188
141
4357
Updateddiagram-js@^12.7.1
Updateddmn-js-shared@^14.7.0