@unified-product-graph/mcp-server 0.8.12 → 0.8.14
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/tools-manifest.json +1 -1
- package/package.json +3 -3
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.
|
|
24374
|
+
var UPG_VERSION = "0.8.14";
|
|
24375
24375
|
var MARKDOWN_FORMAT_VERSION = "0.1";
|
|
24376
24376
|
var UPG_TYPES = getTypes();
|
|
24377
24377
|
var UPG_TYPES_SET = new Set(UPG_TYPES);
|