diff --git a/scripts/publish-manifest.json b/scripts/publish-manifest.json index bf789b204..637c6869b 100644 --- a/scripts/publish-manifest.json +++ b/scripts/publish-manifest.json @@ -1,8 +1,8 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Single source of truth for PEAC Protocol npm publish order", - "version": "0.12.13", - "lastUpdated": "2026-04-20", + "version": "0.12.14", + "lastUpdated": "2026-04-22", "totalPackages": 37, "packages": [ "@peac/kernel", @@ -13,7 +13,6 @@ "@peac/capture-node", "@peac/protocol", "@peac/control", - "@peac/disc", "@peac/audit", "@peac/middleware-core", "@peac/middleware-express", @@ -21,6 +20,7 @@ "@peac/http-signatures", "@peac/jwks-cache", "@peac/policy-kit", + "@peac/disc", "@peac/adapter-core", "@peac/mappings-mcp", "@peac/mappings-acp", @@ -50,7 +50,6 @@ "2.5-telemetry": ["@peac/telemetry"], "2.5-capture": ["@peac/capture-core", "@peac/capture-node"], "3-protocol": ["@peac/protocol", "@peac/control"], - "3-disc": ["@peac/disc"], "3-audit": ["@peac/audit"], "3.5-middleware": ["@peac/middleware-core", "@peac/middleware-express"], "4-infra": [ @@ -58,6 +57,7 @@ "@peac/http-signatures", "@peac/jwks-cache", "@peac/policy-kit", + "@peac/disc", "@peac/adapter-core" ], "5-adapters": [