@atlas-engine/process_model_parser
Advanced tools
Comparing version 1.0.2-feature-3a906f-k9tnqm0z to 1.0.2-feature-452627-k9toh6p7
@@ -14,3 +14,3 @@ define(["require", "exports", "@atlas-engine/process_model", "../type_factory", "./index", "./flow_node_parsers/activity_parsers/extension_property_parser"], function (require, exports, process_model_1, type_factory_1, index_1, extension_property_parser_1) { | ||
definitions.processes = index_1.parseProcesses(parsedXml); | ||
definitions.displayName = (_a = extension_property_parser_1.findExtensionPropertyByName('DisplayName', definitions.extensionElements.camundaExtensionProperties)) === null || _a === void 0 ? void 0 : _a.value; | ||
definitions.displayName = (_a = extension_property_parser_1.findExtensionPropertyByName('displayName', definitions.extensionElements.camundaExtensionProperties)) === null || _a === void 0 ? void 0 : _a.value; | ||
return definitions; | ||
@@ -17,0 +17,0 @@ } |
@@ -17,3 +17,3 @@ "use strict"; | ||
definitions.processes = index_1.parseProcesses(parsedXml); | ||
definitions.displayName = (_a = extension_property_parser_1.findExtensionPropertyByName('DisplayName', definitions.extensionElements.camundaExtensionProperties)) === null || _a === void 0 ? void 0 : _a.value; | ||
definitions.displayName = (_a = extension_property_parser_1.findExtensionPropertyByName('displayName', definitions.extensionElements.camundaExtensionProperties)) === null || _a === void 0 ? void 0 : _a.value; | ||
return definitions; | ||
@@ -20,0 +20,0 @@ } |
{ | ||
"name": "@atlas-engine/process_model_parser", | ||
"version": "1.0.2-feature-3a906f-k9tnqm0z", | ||
"version": "1.0.2-feature-452627-k9toh6p7", | ||
"description": "Parses BPMN xml files into the ProcessModel object employed by the AtlasEngine.", | ||
@@ -26,3 +26,3 @@ "license": "MIT", | ||
"@atlas-engine/iam.contracts": "^1.0.0", | ||
"@atlas-engine/process_model": "feature~add_display-name", | ||
"@atlas-engine/process_model": "1.0.2-alpha.1", | ||
"bluebird": "3.7.2", | ||
@@ -29,0 +29,0 @@ "clone": "2.1.2", |
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
275327
+ Added@atlas-engine/process_model@1.0.2-alpha.1(transitive)