dmn-js-literal-expression
Advanced tools
Comparing version 2.0.0-alpha6 to 2.0.0-alpha7
@@ -1,2 +0,4 @@ | ||
import forEach from 'lodash/collection/forEach'; | ||
import { | ||
forEach | ||
} from 'min-dash'; | ||
@@ -3,0 +5,0 @@ import UpdatePropertiesHandler |
import BaseViewer from 'dmn-js-shared/lib/base/viewer/Viewer'; | ||
import assign from 'lodash/object/assign'; | ||
import { | ||
assign | ||
} from 'min-dash'; | ||
import domify from 'min-dom/lib/domify'; | ||
import domRemove from 'min-dom/lib/remove'; | ||
import { | ||
domify, | ||
remove as domRemove | ||
} from 'min-dom'; | ||
@@ -8,0 +12,0 @@ import DecisionPropertiesModule from './features/decision-properties'; |
{ | ||
"name": "dmn-js-literal-expression", | ||
"description": "A literal expression view for dmn-js", | ||
"version": "2.0.0-alpha6", | ||
"version": "2.0.0-alpha7", | ||
"scripts": { | ||
@@ -24,8 +24,9 @@ "test": "karma start", | ||
"dependencies": { | ||
"diagram-js": "^0.28.2", | ||
"dmn-js-shared": "^2.0.0-alpha6", | ||
"diagram-js": "^0.29.0", | ||
"dmn-js-shared": "^2.0.0-alpha7", | ||
"escape-html": "^1.0.3", | ||
"inferno": "^4.0.0", | ||
"min-dom": "^1.0.0" | ||
"min-dash": "^2.2.0", | ||
"min-dom": "^2.0.0" | ||
} | ||
} |
'use strict'; | ||
var uniq = require('lodash/array/uniq'), | ||
assign = require('lodash/object/assign'), | ||
isFunction = require('lodash/lang/isFunction'), | ||
forEach = require('lodash/collection/forEach'); | ||
import { | ||
assign, | ||
isFunction, | ||
forEach | ||
} from 'min-dash'; | ||
var TestContainer = require('mocha-test-container-support'); | ||
import TestContainer from 'mocha-test-container-support'; | ||
@@ -104,3 +105,3 @@ import LiteralExpressionViewer from './LiteralExpressionViewer'; | ||
literalExpression: assign({ | ||
modules: _modules && uniq(_modules) || undefined | ||
modules: _modules || undefined | ||
}, OPTIONS || {}, _options || {}) | ||
@@ -107,0 +108,0 @@ }; |
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
1358
44416
6
+ Addedmin-dash@^2.2.0
- Removeddiagram-js@0.28.3(transitive)
- Removeddidi@0.1.1(transitive)
- Removedlodash@3.10.1(transitive)
- Removedmin-dom@1.0.0(transitive)
Updateddiagram-js@^0.29.0
Updateddmn-js-shared@^2.0.0-alpha7
Updatedmin-dom@^2.0.0