@postmcp/types 0.1.30 → 0.1.31

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/dist/index.d.mts CHANGED
@@ -343,6 +343,7 @@ interface RunCommandOptions {
343
343
  header?: string[];
344
344
  bearer?: string;
345
345
  apiKey?: string;
346
+ basicAuth?: string;
346
347
  jit?: boolean;
347
348
  hotToolKeywords?: string;
348
349
  dryRun?: boolean;
package/dist/index.d.ts CHANGED
@@ -343,6 +343,7 @@ interface RunCommandOptions {
343
343
  header?: string[];
344
344
  bearer?: string;
345
345
  apiKey?: string;
346
+ basicAuth?: string;
346
347
  jit?: boolean;
347
348
  hotToolKeywords?: string;
348
349
  dryRun?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@postmcp/types",
3
- "version": "0.1.30",
3
+ "version": "0.1.31",
4
4
  "description": "Unified TypeScript types and interfaces for the PostMCP ecosystem",
5
5
  "license": "MIT",
6
6
  "author": "PostMCP Contributors",