dmn-moddle
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "dmn-moddle", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "A moddle wrapper for DMN 1.1", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dmn-io/dmn-moddle" | ||
"url": "https://github.com/bpmn-io/dmn-moddle" | ||
}, | ||
@@ -20,4 +20,4 @@ "keywords": [ | ||
{ | ||
"name": "dmn.io contributors", | ||
"url": "https://github.com/dmn-io" | ||
"name": "bpmn.io contributors", | ||
"url": "https://github.com/bpmn-io" | ||
} | ||
@@ -24,0 +24,0 @@ ], |
@@ -9,4 +9,4 @@ # dmn-moddle | ||
* [Issues](https://github.com/dmn-io/dmn-moddle/issues) | ||
* [Examples](https://github.com/dmn-io/dmn-moddle/tree/master/test/spec/xml) | ||
* [Issues](https://github.com/bpmn-io/dmn-moddle/issues) | ||
* [Examples](https://github.com/bpmn-io/dmn-moddle/tree/master/test/spec/xml) | ||
@@ -13,0 +13,0 @@ |
{ | ||
"name": "DMN", | ||
"uri": "http://www.omg.org/spec/DMN/20130901", | ||
"uri": "http://www.omg.org/spec/DMN/20151101/dmn11.xsd", | ||
"prefix": "dmn", | ||
@@ -5,0 +5,0 @@ "types": [ |
@@ -39,3 +39,3 @@ 'use strict'; | ||
var expectedXML = | ||
'<dmn:definitions xmlns:dmn="http://www.omg.org/spec/DMN/20130901" />'; | ||
'<dmn:definitions xmlns:dmn="http://www.omg.org/spec/DMN/20151101/dmn11.xsd" />'; | ||
@@ -42,0 +42,0 @@ // when |
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
64929