@assemblyline-agents/ffmpeg 4.0.2 → 5.0.1

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.ts CHANGED
@@ -7,6 +7,6 @@ export interface FfmpegConnectionOptions extends StdioMcpPluginConnectionOptions
7
7
  /** Trusted FFprobe executable selected by the deployment owner. */
8
8
  ffprobeCommand?: string;
9
9
  }
10
- export declare function defineFfmpegConnection(options: FfmpegConnectionOptions): import("@assemblyline-agents/core").McpStdioClientConnectionDefinition;
10
+ export declare function defineFfmpegConnection(options: FfmpegConnectionOptions): import("@assemblyline-agents/core").ConnectionDefinitionFactory<import("@assemblyline-agents/core").McpStdioClientConnectionDefinition>;
11
11
  export declare const assemblyLinePlugin: import("@assemblyline-agents/core").PluginModule;
12
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAIL,KAAK,+BAA+B,EACrC,MAAM,2BAA2B,CAAC;AAKnC,MAAM,WAAW,uBAAwB,SAAQ,+BAA+B;IAC9E,qEAAqE;IACrE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,kEAAkE;IAClE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,mEAAmE;IACnE,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,wBAAgB,sBAAsB,CAAC,OAAO,EAAE,uBAAuB,0EAuBtE;AAED,eAAO,MAAM,kBAAkB,kDAA0C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAIL,KAAK,+BAA+B,EACrC,MAAM,2BAA2B,CAAC;AAKnC,MAAM,WAAW,uBAAwB,SAAQ,+BAA+B;IAC9E,qEAAqE;IACrE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,kEAAkE;IAClE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,mEAAmE;IACnE,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,wBAAgB,sBAAsB,CAAC,OAAO,EAAE,uBAAuB,2IAuBtE;AAED,eAAO,MAAM,kBAAkB,kDAA0C,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@assemblyline-agents/ffmpeg",
3
- "version": "4.0.2",
3
+ "version": "5.0.1",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "@modelcontextprotocol/sdk": "^1.30.0",
13
- "@assemblyline-agents/core": "4.0.2"
13
+ "@assemblyline-agents/core": "5.0.1"
14
14
  },
15
15
  "description": "Official Assembly Line workspace-scoped FFmpeg connection plugin.",
16
16
  "files": [