@api-components/amf-helper-mixin
Advanced tools
Comparing version 4.1.8 to 4.1.9
{ | ||
"name": "@api-components/amf-helper-mixin", | ||
"description": "A mixin with common functions user by most AMF components to compyte AMF values", | ||
"version": "4.1.8", | ||
"version": "4.1.9", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -140,2 +140,5 @@ | ||
ns.aml.vocabularies.apiContract.operationId = `${contractKey}operationId`; | ||
ns.aml.vocabularies.apiContract.protocol = `${contractKey}protocol`; | ||
ns.aml.vocabularies.apiContract.protocolVersion = `${contractKey}protocolVersion`; | ||
ns.aml.vocabularies.apiContract.Message = `${contractKey}Message`; | ||
ns.aml.vocabularies.shapes = {}; | ||
@@ -142,0 +145,0 @@ ns.aml.vocabularies.shapes.key = `${ns.aml.vocabularies.key}shapes#`; |
Sorry, the diff of this file is too big to display
281719
2235