@webmcp-bridge/adapter-x 0.4.3 → 0.5.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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAGjE,eAAO,MAAM,QAAQ,EAAE,eAQtB,CAAC;AAEF,wBAAgB,aAAa,oDAE5B;AAED,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAGjE,eAAO,MAAM,QAAQ,EAAE,eAYtB,CAAC;AAEF,wBAAgB,aAAa,oDAE5B;AAED,cAAc,cAAc,CAAC"}
package/dist/index.js CHANGED
@@ -6,11 +6,15 @@ import { createXAdapter } from "./adapter.js";
6
6
  export const manifest = {
7
7
  id: "x.com",
8
8
  displayName: "X",
9
- version: "0.4.0",
9
+ version: "0.5.0",
10
10
  bridgeApiVersion: "1.0.0",
11
11
  defaultUrl: "https://x.com/home",
12
12
  hostPatterns: ["x.com", "www.x.com", "*.x.com"],
13
- authProbeTool: "auth.get",
13
+ authPolicy: {
14
+ mode: "bootstrap_then_attach",
15
+ authProbeTool: "auth.get",
16
+ allowAnonymousTools: true,
17
+ },
14
18
  };
15
19
  export function createAdapter() {
16
20
  return createXAdapter();
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAE9C,MAAM,CAAC,MAAM,QAAQ,GAAoB;IACvC,EAAE,EAAE,OAAO;IACX,WAAW,EAAE,GAAG;IAChB,OAAO,EAAE,OAAO;IAChB,gBAAgB,EAAE,OAAO;IACzB,UAAU,EAAE,oBAAoB;IAChC,YAAY,EAAE,CAAC,OAAO,EAAE,WAAW,EAAE,SAAS,CAAC;IAC/C,aAAa,EAAE,UAAU;CAC1B,CAAC;AAEF,MAAM,UAAU,aAAa;IAC3B,OAAO,cAAc,EAAE,CAAC;AAC1B,CAAC;AAED,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAE9C,MAAM,CAAC,MAAM,QAAQ,GAAoB;IACvC,EAAE,EAAE,OAAO;IACX,WAAW,EAAE,GAAG;IAChB,OAAO,EAAE,OAAO;IAChB,gBAAgB,EAAE,OAAO;IACzB,UAAU,EAAE,oBAAoB;IAChC,YAAY,EAAE,CAAC,OAAO,EAAE,WAAW,EAAE,SAAS,CAAC;IAC/C,UAAU,EAAE;QACV,IAAI,EAAE,uBAAuB;QAC7B,aAAa,EAAE,UAAU;QACzB,mBAAmB,EAAE,IAAI;KAC1B;CACF,CAAC;AAEF,MAAM,UAAU,aAAa;IAC3B,OAAO,cAAc,EAAE,CAAC;AAC1B,CAAC;AAED,cAAc,cAAc,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webmcp-bridge/adapter-x",
3
- "version": "0.4.3",
3
+ "version": "0.5.1",
4
4
  "type": "module",
5
5
  "description": "Fallback WebMCP adapter for X/Twitter when native WebMCP is unavailable.",
6
6
  "main": "dist/index.js",
@@ -14,6 +14,10 @@
14
14
  "files": [
15
15
  "dist"
16
16
  ],
17
+ "publishConfig": {
18
+ "access": "public",
19
+ "provenance": true
20
+ },
17
21
  "homepage": "https://github.com/holon-run/webmcp-bridge/tree/main/packages/adapter-x",
18
22
  "repository": {
19
23
  "type": "git",
@@ -33,8 +37,9 @@
33
37
  ],
34
38
  "dependencies": {
35
39
  "playwright": "^1.58.2",
36
- "@webmcp-bridge/core": "0.4.3",
37
- "@webmcp-bridge/playwright": "0.4.3"
40
+ "@webmcp-bridge/adapter-utils": "0.5.1",
41
+ "@webmcp-bridge/core": "0.5.1",
42
+ "@webmcp-bridge/playwright": "0.5.1"
38
43
  },
39
44
  "license": "MIT",
40
45
  "scripts": {