@assemblyline-agents/resend 4.0.1 → 5.0.0
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 +1 -1
- package/dist/index.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type McpPluginConnectionOptions } from "@assemblyline-agents/core";
|
|
2
2
|
export type ResendConnectionOptions = McpPluginConnectionOptions;
|
|
3
|
-
export declare function defineResendConnection(options: ResendConnectionOptions): import("@assemblyline-agents/core").McpHttpClientConnectionDefinition
|
|
3
|
+
export declare function defineResendConnection(options: ResendConnectionOptions): import("@assemblyline-agents/core").ConnectionDefinitionFactory<import("@assemblyline-agents/core").McpHttpClientConnectionDefinition>;
|
|
4
4
|
export declare const assemblyLinePlugin: import("@assemblyline-agents/core").PluginModule;
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,0BAA0B,EAChC,MAAM,2BAA2B,CAAC;AAKnC,MAAM,MAAM,uBAAuB,GAAG,0BAA0B,CAAC;AAEjE,wBAAgB,sBAAsB,CAAC,OAAO,EAAE,uBAAuB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,0BAA0B,EAChC,MAAM,2BAA2B,CAAC;AAKnC,MAAM,MAAM,uBAAuB,GAAG,0BAA0B,CAAC;AAEjE,wBAAgB,sBAAsB,CAAC,OAAO,EAAE,uBAAuB,0IAKtE;AAED,eAAO,MAAM,kBAAkB,kDAA0C,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@assemblyline-agents/resend",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@assemblyline-agents/core": "
|
|
12
|
+
"@assemblyline-agents/core": "5.0.0"
|
|
13
13
|
},
|
|
14
14
|
"description": "Official Assembly Line Resend connection plugin.",
|
|
15
15
|
"files": [
|