@kya-os/consent 0.1.36 → 0.1.38

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.
@@ -1 +1 @@
1
- {"version":3,"file":"inline.js","sourceRoot":"","sources":["../../../src/bundle/inline.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG;;;AAEH;;;GAGG;AACU,QAAA,cAAc,GAAW,8y8NAA8y8N,CAAC;AAEr18N;;GAEG;AACU,QAAA,mBAAmB,GAAW,MAAM,CAAC"}
1
+ {"version":3,"file":"inline.js","sourceRoot":"","sources":["../../../src/bundle/inline.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG;;;AAEH;;;GAGG;AACU,QAAA,cAAc,GAAW,q08NAAq08N,CAAC;AAE528N;;GAEG;AACU,QAAA,mBAAmB,GAAW,MAAM,CAAC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ * MCP App Consent Module
4
+ *
5
+ * Exports the self-contained consent HTML for serving via MCP Apps
6
+ * resources/read, plus supporting types.
7
+ *
8
+ * @module @kya-os/consent/mcp-app
9
+ */
10
+ Object.defineProperty(exports, "__esModule", { value: true });
11
+ exports.CONSENT_MCP_APP_HTML_SIZE = exports.CONSENT_MCP_APP_HTML = void 0;
12
+ var inline_js_1 = require("./inline.js");
13
+ Object.defineProperty(exports, "CONSENT_MCP_APP_HTML", { enumerable: true, get: function () { return inline_js_1.CONSENT_MCP_APP_HTML; } });
14
+ Object.defineProperty(exports, "CONSENT_MCP_APP_HTML_SIZE", { enumerable: true, get: function () { return inline_js_1.CONSENT_MCP_APP_HTML_SIZE; } });
15
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/mcp-app/index.ts"],"names":[],"mappings":";AAAA;;;;;;;GAOG;;;AAEH,yCAA8E;AAArE,iHAAA,oBAAoB,OAAA;AAAE,sHAAA,yBAAyB,OAAA"}