@kya-os/contracts 1.5.2-canary.3 → 1.5.2-canary.5

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.
@@ -47,4 +47,3 @@ export declare function getDefaultConfigForPlatform(platform: "node" | "cloudfla
47
47
  * ```
48
48
  */
49
49
  export declare function mergeWithDefaults(partial: Partial<MCPIServerConfig>): MCPIServerConfig;
50
- //# sourceMappingURL=default-config.d.ts.map
@@ -238,4 +238,3 @@ function deepMerge(target, source) {
238
238
  function mergeWithDefaults(partial) {
239
239
  return deepMerge(exports.defaultConfig, partial);
240
240
  }
241
- //# sourceMappingURL=default-config.js.map
@@ -8,4 +8,3 @@
8
8
  export type { MCPIServerConfig, GetServerConfigRequest, GetServerConfigResponse, UpdateServerConfigRequest, UpdateServerConfigResponse, ValidateServerConfigRequest, ValidateServerConfigResponse, } from './types.js';
9
9
  export { identityConfigSchema, proofingConfigSchema, delegationConfigSchema, toolProtectionConfigSchema, auditConfigSchema, sessionConfigSchema, platformConfigSchema, cloudflarePlatformConfigSchema, nodePlatformConfigSchema, vercelPlatformConfigSchema, configMetadataSchema, mcpIServerConfigSchema, getServerConfigRequestSchema, getServerConfigResponseSchema, updateServerConfigRequestSchema, updateServerConfigResponseSchema, validateServerConfigRequestSchema, validateServerConfigResponseSchema, } from './schemas.js';
10
10
  export { defaultConfig, getDefaultConfigForPlatform, mergeWithDefaults, } from './default-config.js';
11
- //# sourceMappingURL=index.d.ts.map
@@ -33,4 +33,3 @@ var default_config_js_1 = require("./default-config.js");
33
33
  Object.defineProperty(exports, "defaultConfig", { enumerable: true, get: function () { return default_config_js_1.defaultConfig; } });
34
34
  Object.defineProperty(exports, "getDefaultConfigForPlatform", { enumerable: true, get: function () { return default_config_js_1.getDefaultConfigForPlatform; } });
35
35
  Object.defineProperty(exports, "mergeWithDefaults", { enumerable: true, get: function () { return default_config_js_1.mergeWithDefaults; } });
36
- //# sourceMappingURL=index.js.map