@unified-product-graph/mcp-server 0.8.9 → 0.8.10
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/CHANGELOG.md +4 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/tools-manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to `@unified-product-graph/mcp-server` are documented in this file. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|
4
4
|
|
|
5
|
+
## [0.8.10] - 2026-06-03
|
|
6
|
+
|
|
7
|
+
Co-versioned 0.8.10 release, in lockstep with the package train. No changes to `@unified-product-graph/mcp-server` itself; it inherits the core framework-score validation fix (Kano sum-denominator false positive) via its `@unified-product-graph/core` dependency.
|
|
8
|
+
|
|
5
9
|
## [0.8.9] - 2026-06-03
|
|
6
10
|
|
|
7
11
|
### Added
|
package/dist/index.js
CHANGED
|
@@ -24365,7 +24365,7 @@ function serializePortfolioWithHeader(doc, opts) {
|
|
|
24365
24365
|
header.integrity = { algorithm: INTEGRITY_ALGORITHM, body: computeBodyChecksum(doc) };
|
|
24366
24366
|
return JSON.stringify({ $upg: header, ...body }, null, 2) + "\n";
|
|
24367
24367
|
}
|
|
24368
|
-
var UPG_VERSION = "0.8.
|
|
24368
|
+
var UPG_VERSION = "0.8.10";
|
|
24369
24369
|
var MARKDOWN_FORMAT_VERSION = "0.1";
|
|
24370
24370
|
var UPG_TYPES = getTypes();
|
|
24371
24371
|
var UPG_TYPES_SET = new Set(UPG_TYPES);
|