bpmn-moddle
Advanced tools
Comparing version 0.3.1 to 0.4.0
@@ -0,0 +0,0 @@ module.exports = function(grunt) { |
@@ -55,5 +55,3 @@ 'use strict'; | ||
reader.fromXML(xmlStr, rootHandler, function(err, result) { | ||
done(err, result, rootHandler.context); | ||
}); | ||
reader.fromXML(xmlStr, rootHandler, done); | ||
}; | ||
@@ -60,0 +58,0 @@ |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ var BpmnModdle = require('./bpmn-moddle'); |
{ | ||
"name": "bpmn-moddle", | ||
"version": "0.3.1", | ||
"version": "0.4.0", | ||
"description": "A moddle wrapper for BPMN 2.0", | ||
@@ -31,20 +31,20 @@ "scripts": { | ||
"chai": "^1.9.1", | ||
"cmof-parser": "0.0.3", | ||
"grunt": "~0.4.2", | ||
"grunt-contrib-jshint": "~0.7.2", | ||
"grunt-contrib-watch": "~0.5.0", | ||
"grunt-jsdoc": "~0.5.1", | ||
"cmof-parser": "^0.0.3", | ||
"grunt": "^0.4.2", | ||
"grunt-contrib-jshint": "^0.7.2", | ||
"grunt-contrib-watch": "^0.5.0", | ||
"grunt-jsdoc": "^0.5.1", | ||
"grunt-mocha-test": "^0.11.0", | ||
"grunt-release": "^0.7.0", | ||
"ids": "0.0.3", | ||
"jsondiffpatch": "~0.1.4", | ||
"load-grunt-tasks": "~0.3.0", | ||
"xsd-schema-validator": "0.0.3" | ||
"ids": "^0.0.3", | ||
"jsondiffpatch": "^0.1.4", | ||
"load-grunt-tasks": "^0.3.0", | ||
"xsd-schema-validator": "^0.0.3" | ||
}, | ||
"dependencies": { | ||
"lodash": "~2.4.0", | ||
"sax": "~0.6.0", | ||
"moddle": "~0.3.1", | ||
"moddle-xml": "~0.3.0" | ||
"lodash": "^2.4.0", | ||
"sax": "^0.6.0", | ||
"moddle": "^0.4.0", | ||
"moddle-xml": "^0.4.1" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # bpmn-moddle |
@@ -0,0 +0,0 @@ var chai = require('chai'); |
@@ -0,0 +0,0 @@ var fs = require('fs'), |
@@ -0,0 +0,0 @@ module.exports = function(chai, utils) { |
@@ -0,0 +0,0 @@ var _ = require('lodash'), |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ var Helper = require('../helper'); |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ var _ = require('lodash'); |
@@ -0,0 +0,0 @@ 'use strict'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
866699
4936
+ Addedmoddle@0.4.0(transitive)
+ Addedmoddle-xml@0.4.1(transitive)
- Removedmoddle@0.3.1(transitive)
- Removedmoddle-xml@0.3.0(transitive)
Updatedlodash@^2.4.0
Updatedmoddle@^0.4.0
Updatedmoddle-xml@^0.4.1
Updatedsax@^0.6.0