@unified-product-graph/mcp-server 0.8.12 → 0.8.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -24371,7 +24371,7 @@ function serializePortfolioWithHeader(doc, opts) {
24371
24371
  header.integrity = { algorithm: INTEGRITY_ALGORITHM, body: computeBodyChecksum(doc) };
24372
24372
  return JSON.stringify({ $upg: header, ...body }, null, 2) + "\n";
24373
24373
  }
24374
- var UPG_VERSION = "0.8.12";
24374
+ var UPG_VERSION = "0.8.13";
24375
24375
  var MARKDOWN_FORMAT_VERSION = "0.1";
24376
24376
  var UPG_TYPES = getTypes();
24377
24377
  var UPG_TYPES_SET = new Set(UPG_TYPES);