diagram-js-direct-editing
Advanced tools
Comparing version 1.6.3 to 1.6.4
@@ -9,2 +9,6 @@ # Changelog | ||
## 1.6.4 | ||
* `DEPS`: support diagram-js@8 | ||
## 1.6.3 | ||
@@ -16,15 +20,15 @@ | ||
* `CHORE`: support diagram-js@7 | ||
* `DEPS`: support diagram-js@7 | ||
## 1.6.1 | ||
* `CHORE`: support diagram-js@6 | ||
* `DEPS`: support diagram-js@6 | ||
## 1.6.0 | ||
* `CHORE`: support diagram-js@5 | ||
* `DEPS`: support diagram-js@5 | ||
## 1.5.0 | ||
* `CHORE`: support diagram-js@4 | ||
* `DEPS`: support diagram-js@4 | ||
@@ -31,0 +35,0 @@ ## 1.4.3 |
{ | ||
"name": "diagram-js-direct-editing", | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"description": "Direct editing support for diagram-js", | ||
@@ -23,3 +23,3 @@ "scripts": { | ||
"chai": "^2.3.0", | ||
"diagram-js": "^7.0.0", | ||
"diagram-js": "^8.0.0", | ||
"eslint": "^4.12.0", | ||
@@ -49,3 +49,3 @@ "eslint-plugin-bpmn-io": "^0.5.2", | ||
"peerDependencies": { | ||
"diagram-js": "^0.x || ^1.x || ^2.x || ^3.x || ^4.x || ^5.x || ^6.x || ^7.x" | ||
"diagram-js": "^0.x || ^1.x || ^2.x || ^3.x || ^4.x || ^5.x || ^6.x || ^7.x || ^8.x" | ||
}, | ||
@@ -52,0 +52,0 @@ "files": [ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
19900