bpmn-moddle
Advanced tools
Comparing version 5.1.5 to 5.1.6
@@ -9,5 +9,9 @@ # Changelog | ||
## 5.1.6 | ||
* `FIX`: correct `Choreography` model definitions ([#59](https://github.com/bpmn-io/bpmn-moddle/issues/59)) | ||
## 5.1.5 | ||
* `FIX`: correct `StandardLoopCharacteristics#loopMaximum` type [#56](https://github.com/bpmn-io/bpmn-moddle/issues/56) | ||
* `FIX`: correct `StandardLoopCharacteristics#loopMaximum` type ([#56](https://github.com/bpmn-io/bpmn-moddle/issues/56)) | ||
@@ -14,0 +18,0 @@ ## 5.1.4 |
{ | ||
"name": "bpmn-moddle", | ||
"version": "5.1.5", | ||
"version": "5.1.6", | ||
"description": "A moddle wrapper for BPMN 2.0", | ||
@@ -23,3 +23,3 @@ "scripts": { | ||
"name": "Nico Rehwaldt", | ||
"url": "https://github.com/Nikku" | ||
"url": "https://github.com/nikku" | ||
}, | ||
@@ -41,3 +41,3 @@ "contributors": [ | ||
"mocha": "^4.0.1", | ||
"npm-run-all": "^4.1.2", | ||
"npm-run-all": "^4.1.5", | ||
"xsd-schema-validator": "^0.5.0" | ||
@@ -44,0 +44,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
> As of version `5.0.0` this library exposes ES modules. Use [esm](https://github.com/standard-things/esm) to consume it or a ES module aware transpiler such as Webpack, Rollup or Browserify + babelify to bundle it for the browser. | ||
> As of version `5.0.0` this library exposes [ES modules](http://exploringjs.com/es6/ch_modules.html#sec_basics-of-es6-modules). Use [esm](https://github.com/standard-things/esm) to consume it or an ES module aware bundler such as [Webpack](https://webpack.js.org) or [Rollup](https://rollupjs.org) to bundle it for the browser. | ||
@@ -3,0 +3,0 @@ |
@@ -1391,3 +1391,3 @@ { | ||
{ | ||
"name": "participantRefs", | ||
"name": "participantRef", | ||
"type": "Participant", | ||
@@ -2065,3 +2065,3 @@ "isMany": true, | ||
{ | ||
"name": "participantRefs", | ||
"name": "participantRef", | ||
"type": "Participant", | ||
@@ -2140,4 +2140,4 @@ "isMany": true, | ||
"superClass": [ | ||
"FlowElementsContainer", | ||
"Collaboration" | ||
"Collaboration", | ||
"FlowElementsContainer" | ||
] | ||
@@ -2144,0 +2144,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
152025