@vornrun/connector-anthropic 0.1.0 → 0.1.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/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  All notable changes to `@vornrun/connector-anthropic`.
4
4
 
5
+ ## 0.1.1
6
+
7
+ Speaks Vorn's own connector protocol instead of MCP, so it needs Vorn 0.7.1-beta.3 or later. Action arguments arrive as typed values.
8
+
5
9
  ## 0.1.0
6
10
 
7
11
  First release.
package/dist/index.js CHANGED
@@ -315,7 +315,7 @@ function modelToItem(model) {
315
315
  // package.json
316
316
  var package_default = {
317
317
  name: "@vornrun/connector-anthropic",
318
- version: "0.1.0",
318
+ version: "0.1.1",
319
319
  description: "Trigger workflows when an Anthropic message batch finishes or a model becomes available, and create messages, count tokens, list models and run message batches from a step.",
320
320
  type: "module",
321
321
  license: "MIT",
@@ -328,8 +328,7 @@ var package_default = {
328
328
  "vorn",
329
329
  "connector",
330
330
  "anthropic",
331
- "claude",
332
- "mcp"
331
+ "claude"
333
332
  ],
334
333
  bin: {
335
334
  "vorn-connector-anthropic": "dist/index.js"
@@ -353,7 +352,7 @@ var package_default = {
353
352
  test: "vitest run"
354
353
  },
355
354
  dependencies: {
356
- "@vornrun/connector-sdk": "^0.7.0-beta.14"
355
+ "@vornrun/connector-sdk": "^0.7.1-beta.3"
357
356
  },
358
357
  devDependencies: {
359
358
  "@types/node": "^22.10.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vornrun/connector-anthropic",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Trigger workflows when an Anthropic message batch finishes or a model becomes available, and create messages, count tokens, list models and run message batches from a step.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -13,8 +13,7 @@
13
13
  "vorn",
14
14
  "connector",
15
15
  "anthropic",
16
- "claude",
17
- "mcp"
16
+ "claude"
18
17
  ],
19
18
  "bin": {
20
19
  "vorn-connector-anthropic": "dist/index.js"
@@ -38,7 +37,7 @@
38
37
  "test": "vitest run"
39
38
  },
40
39
  "dependencies": {
41
- "@vornrun/connector-sdk": "^0.7.0-beta.14"
40
+ "@vornrun/connector-sdk": "^0.7.1-beta.3"
42
41
  },
43
42
  "devDependencies": {
44
43
  "@types/node": "^22.10.2",