bpmn-moddle
Advanced tools
Comparing version 6.0.1 to 6.0.2
@@ -9,2 +9,6 @@ # Changelog | ||
## 6.0.2 | ||
* `FIX`: correct `DataAssociation#assignment` serialization ([#68](https://github.com/bpmn-io/bpmn-moddle/pull/68)) | ||
## 6.0.1 | ||
@@ -11,0 +15,0 @@ |
@@ -1025,7 +1025,2 @@ import { isString, isFunction, assign } from 'min-dash'; | ||
{ | ||
name: "assignment", | ||
type: "Assignment", | ||
isMany: true | ||
}, | ||
{ | ||
name: "sourceRef", | ||
@@ -1047,2 +1042,7 @@ type: "ItemAwareElement", | ||
} | ||
}, | ||
{ | ||
name: "assignment", | ||
type: "Assignment", | ||
isMany: true | ||
} | ||
@@ -1049,0 +1049,0 @@ ] |
@@ -1027,7 +1027,2 @@ 'use strict'; | ||
{ | ||
name: "assignment", | ||
type: "Assignment", | ||
isMany: true | ||
}, | ||
{ | ||
name: "sourceRef", | ||
@@ -1049,2 +1044,7 @@ type: "ItemAwareElement", | ||
} | ||
}, | ||
{ | ||
name: "assignment", | ||
type: "Assignment", | ||
isMany: true | ||
} | ||
@@ -1051,0 +1051,0 @@ ] |
{ | ||
"name": "bpmn-moddle", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "A moddle wrapper for BPMN 2.0", | ||
@@ -9,3 +9,3 @@ "scripts": { | ||
"dev": "npm test -- --watch", | ||
"test": "mocha -r esm --reporter=spec --recursive test/spec test/integration test/adapter", | ||
"test": "mocha -r esm --reporter=spec --recursive test/spec test/integration", | ||
"distro": "run-s build test:build", | ||
@@ -12,0 +12,0 @@ "build": "rollup -c", |
@@ -948,7 +948,2 @@ { | ||
{ | ||
"name": "assignment", | ||
"type": "Assignment", | ||
"isMany": true | ||
}, | ||
{ | ||
"name": "sourceRef", | ||
@@ -970,2 +965,7 @@ "type": "ItemAwareElement", | ||
} | ||
}, | ||
{ | ||
"name": "assignment", | ||
"type": "Assignment", | ||
"isMany": true | ||
} | ||
@@ -972,0 +972,0 @@ ] |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
476233