fix(import): handle dots in attribute names

This commit is contained in:
Nico Rehwaldt 2018-03-26 23:19:33 +02:00
parent d885b99cb4
commit 50faf637cb
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View File

@ -607,13 +607,13 @@
"integrity": "sha512-j8u5k7EcGkmg7WkPgObxyvMEccr0qyiCuvXGnM5G2Q+kza119vVq3gblt0Rro/UDjl7i3VmfG3ojeZ04VHeVFg=="
},
"bpmn-moddle": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/bpmn-moddle/-/bpmn-moddle-3.0.1.tgz",
"integrity": "sha512-NvOr7NCp2W4H8sZxP5VdlvUG01vYmVYrdQF3FLmTuRgnPQix4KmWJYBQHiATIBdDCqAJhdF3naM7ku0mfo3X9w==",
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/bpmn-moddle/-/bpmn-moddle-3.0.2.tgz",
"integrity": "sha512-5Lj9TMuSPgh5Zep9lIom2QRnSsHdyJ1EJ0AMGVIuPoL97AdLt3+QRpo/TR1IsyW8eX6UdMWOg8S53ubd26bdfg==",
"requires": {
"min-dash": "2.3.0",
"moddle": "3.0.0",
"moddle-xml": "5.0.1"
"moddle-xml": "5.0.2"
}
},
"brace-expansion": {
@ -5461,13 +5461,13 @@
}
},
"moddle-xml": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/moddle-xml/-/moddle-xml-5.0.1.tgz",
"integrity": "sha512-K6hfUO1RfZSVFmbzX/CPLR+r+1YKFAVkvh4pA2Qo5AiK7gea3Lluam4yEXLYc3RHH7b/QY+DGiyWcvJKA9KIiQ==",
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/moddle-xml/-/moddle-xml-5.0.2.tgz",
"integrity": "sha512-7HRK0mG+keO7AOj8BDPZ5M+HmK5OLHBta181cTCcd2cMHV321t7KK0ixP0iJBbFCFB2O1/8Q3fGHOM+IKo7EbA==",
"requires": {
"min-dash": "2.3.0",
"moddle": "3.0.0",
"saxen": "7.0.0",
"saxen": "7.0.1",
"tiny-stack": "0.1.0"
}
},
@ -6676,9 +6676,9 @@
"dev": true
},
"saxen": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/saxen/-/saxen-7.0.0.tgz",
"integrity": "sha512-wUadfN97NMWCPYBxFcFg8yHDAUC8cnwqGm0U3Cnne/yrVkQupgjoITHJDOc5+mc+ruUTcmevdhJKhsUHFHPU8A=="
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/saxen/-/saxen-7.0.1.tgz",
"integrity": "sha512-KK6BKJHHodZs7X3dnO6hZyX1zfAjC2e9snLWtN8ZB5++bjjNtPlh5TsOaBZzeSJRc1+d+TV80/KY2bHzkpsznA=="
},
"scope-analyzer": {
"version": "1.3.0",

View File

@ -76,7 +76,7 @@
},
"dependencies": {
"bpmn-font": "^0.8.0",
"bpmn-moddle": "^3.0.1",
"bpmn-moddle": "^3.0.2",
"diagram-js": "^0.29.1",
"diagram-js-direct-editing": "^0.23.0",
"ids": "^0.2.0",