@vornrun/connector-x 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-x`.
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
@@ -254,7 +254,7 @@ var SAMPLE_ITEM = {
254
254
  // package.json
255
255
  var package_default = {
256
256
  name: "@vornrun/connector-x",
257
- version: "0.1.0",
257
+ version: "0.1.1",
258
258
  description: "Trigger workflows from new mentions or posts matching a search on X, and create, reply to, delete, read and search posts from a step.",
259
259
  type: "module",
260
260
  license: "MIT",
@@ -268,8 +268,7 @@ var package_default = {
268
268
  "vorn",
269
269
  "connector",
270
270
  "x",
271
- "twitter",
272
- "mcp"
271
+ "twitter"
273
272
  ],
274
273
  bin: {
275
274
  "vorn-connector-x": "dist/index.js"
@@ -293,7 +292,7 @@ var package_default = {
293
292
  test: "vitest run"
294
293
  },
295
294
  dependencies: {
296
- "@vornrun/connector-sdk": "^0.7.0-beta.14"
295
+ "@vornrun/connector-sdk": "^0.7.1-beta.3"
297
296
  },
298
297
  devDependencies: {
299
298
  "@types/node": "^22.10.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vornrun/connector-x",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Trigger workflows from new mentions or posts matching a search on X, and create, reply to, delete, read and search posts from a step.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -14,8 +14,7 @@
14
14
  "vorn",
15
15
  "connector",
16
16
  "x",
17
- "twitter",
18
- "mcp"
17
+ "twitter"
19
18
  ],
20
19
  "bin": {
21
20
  "vorn-connector-x": "dist/index.js"
@@ -39,7 +38,7 @@
39
38
  "test": "vitest run"
40
39
  },
41
40
  "dependencies": {
42
- "@vornrun/connector-sdk": "^0.7.0-beta.14"
41
+ "@vornrun/connector-sdk": "^0.7.1-beta.3"
43
42
  },
44
43
  "devDependencies": {
45
44
  "@types/node": "^22.10.2",