@forge/manifest

12.6.0-next.112.6.0-next.2
out/processor/index.js
~out/processor/index.jsModified
+1
Index: package/out/processor/index.js
===================================================================
--- package/out/processor/index.js
+++ package/out/processor/index.js
@@ -1,8 +1,9 @@
 "use strict";
 Object.defineProperty(exports, "__esModule", { value: true });
 const tslib_1 = require("tslib");
 tslib_1.__exportStar(require("./abstract-validation-processor"), exports);
+tslib_1.__exportStar(require("./agent-product-context-validation-processor"), exports);
 tslib_1.__exportStar(require("./basic-validation-processor"), exports);
 tslib_1.__exportStar(require("./full-validation-processor"), exports);
 tslib_1.__exportStar(require("./processor-interface"), exports);
 tslib_1.__exportStar(require("./product-trigger-validation-processor"), exports);