@openclaw/whatsapp 2026.5.27 → 2026.5.28-beta.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/{access-control-tKMSybhe.js → access-control-Z0fYaWrx.js} +11 -3
- package/dist/{action-runtime-ClWX76J7.js → action-runtime-BdhkGtaP.js} +1 -2
- package/dist/action-runtime-api.js +1 -1
- package/dist/action-runtime.runtime.js +1 -1
- package/dist/{active-listener-B4SDebQ6.js → active-listener-CFwkn3ho.js} +1 -1
- package/dist/{agent-tools-login-BDzvb3ee.js → agent-tools-login-BX7eHgDm.js} +5 -3
- package/dist/api.js +7 -9
- package/dist/{approval-handler.runtime-CnM8rqpB.js → approval-handler.runtime-C25wPeBf.js} +6 -23
- package/dist/{channel-DeRnX7Dx.js → channel-CeSu_mqS.js} +149 -108
- package/dist/channel-plugin-api.js +1 -1
- package/dist/{channel-react-action-Bo_hIjzN.js → channel-react-action-Cd2qkLqp.js} +2 -2
- package/dist/{channel.runtime-C08TFa-d.js → channel.runtime-S9MB6sub.js} +4 -4
- package/dist/{channel.setup-CtTHpu8o.js → channel.setup-BNqtW-u1.js} +1 -1
- package/dist/{connection-controller-ja6z4F_k.js → connection-controller-BZuzYCGM.js} +2 -3
- package/dist/contract-api.js +1 -2
- package/dist/light-runtime-api.js +3 -3
- package/dist/{login-1rs_uPW-.js → login-1yyBrXTL.js} +3 -3
- package/dist/{login-qr-CdhkC9Ij.js → login-qr-6DdwGlkz.js} +2 -2
- package/dist/login-qr-runtime.js +1 -1
- package/dist/{monitor-BdKlBuaK.js → monitor-CzL4sZSN.js} +9 -9
- package/dist/runtime-api.js +9 -9
- package/dist/{send-D0iPQBMX.js → send-C4LG-Cl6.js} +199 -11
- package/dist/{send-api-3hUuzYv1.js → send-api-C66vkRl9.js} +1 -1
- package/dist/{session-CDgpDc0l.js → session-D8UW2Vbn.js} +13 -10
- package/dist/{session-errors-BAj9D2La.js → session-errors-CbsoQqoy.js} +22 -1
- package/dist/{setup-core-cgB2JDjU.js → setup-core-C2os03mR.js} +2 -2
- package/dist/{setup-finalize-CCZdGnko.js → setup-finalize-IDTrWXtX.js} +2 -2
- package/dist/setup-plugin-api.js +1 -1
- package/dist/{setup-surface-BouY1WI8.js → setup-surface-BOhQVZqy.js} +1 -1
- package/npm-shrinkwrap.json +3 -26
- package/openclaw.plugin.json +18 -0
- package/package.json +4 -6
- package/dist/connection-controller-registry-TSX_udJp.js +0 -22
- package/dist/outbound-adapter-CcNeZvD_.js +0 -30
- package/dist/outbound-base-MHdfVWvv.js +0 -125
- package/dist/outbound-media-contract-B3Y-9slb.js +0 -184
- package/dist/outbound-payload-test-api.js +0 -2
- package/dist/reaction-level-BF3d5IgO.js +0 -16
- package/dist/runtime-group-policy-DeSRFXEV.js +0 -11
- package/dist/test-api.js +0 -3
- package/node_modules/agent-base/LICENSE +0 -22
- package/node_modules/agent-base/README.md +0 -69
- package/node_modules/agent-base/dist/helpers.d.ts +0 -10
- package/node_modules/agent-base/dist/helpers.d.ts.map +0 -1
- package/node_modules/agent-base/dist/helpers.js +0 -37
- package/node_modules/agent-base/dist/helpers.js.map +0 -1
- package/node_modules/agent-base/dist/index.d.ts +0 -37
- package/node_modules/agent-base/dist/index.d.ts.map +0 -1
- package/node_modules/agent-base/dist/index.js +0 -146
- package/node_modules/agent-base/dist/index.js.map +0 -1
- package/node_modules/agent-base/package.json +0 -46
- package/node_modules/https-proxy-agent/LICENSE +0 -22
- package/node_modules/https-proxy-agent/README.md +0 -70
- package/node_modules/https-proxy-agent/dist/index.d.ts +0 -43
- package/node_modules/https-proxy-agent/dist/index.d.ts.map +0 -1
- package/node_modules/https-proxy-agent/dist/index.js +0 -150
- package/node_modules/https-proxy-agent/dist/index.js.map +0 -1
- package/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts +0 -12
- package/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts.map +0 -1
- package/node_modules/https-proxy-agent/dist/parse-proxy-response.js +0 -94
- package/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map +0 -1
- package/node_modules/https-proxy-agent/package.json +0 -50
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "https-proxy-agent",
|
|
3
|
-
"version": "9.0.0",
|
|
4
|
-
"type": "module",
|
|
5
|
-
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
|
|
6
|
-
"exports": {
|
|
7
|
-
"types": "./dist/index.d.ts",
|
|
8
|
-
"default": "./dist/index.js"
|
|
9
|
-
},
|
|
10
|
-
"files": [
|
|
11
|
-
"dist"
|
|
12
|
-
],
|
|
13
|
-
"repository": {
|
|
14
|
-
"type": "git",
|
|
15
|
-
"url": "https://github.com/TooTallNate/proxy-agents.git",
|
|
16
|
-
"directory": "packages/https-proxy-agent"
|
|
17
|
-
},
|
|
18
|
-
"keywords": [
|
|
19
|
-
"https",
|
|
20
|
-
"proxy",
|
|
21
|
-
"endpoint",
|
|
22
|
-
"agent"
|
|
23
|
-
],
|
|
24
|
-
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
|
|
25
|
-
"license": "MIT",
|
|
26
|
-
"dependencies": {
|
|
27
|
-
"debug": "^4.3.4",
|
|
28
|
-
"agent-base": "9.0.0"
|
|
29
|
-
},
|
|
30
|
-
"devDependencies": {
|
|
31
|
-
"@types/async-retry": "^1.4.5",
|
|
32
|
-
"@types/debug": "^4.1.7",
|
|
33
|
-
"@types/node": "^22.13.0",
|
|
34
|
-
"async-listen": "^3.0.0",
|
|
35
|
-
"async-retry": "^1.3.3",
|
|
36
|
-
"typescript": "^5.1.6",
|
|
37
|
-
"proxy": "4.0.0",
|
|
38
|
-
"tsconfig": "0.0.0"
|
|
39
|
-
},
|
|
40
|
-
"engines": {
|
|
41
|
-
"node": ">= 20"
|
|
42
|
-
},
|
|
43
|
-
"scripts": {
|
|
44
|
-
"build": "tsc",
|
|
45
|
-
"test": "vitest --exclude test/e2e.test.ts",
|
|
46
|
-
"test-e2e": "vitest run test/e2e.test.ts",
|
|
47
|
-
"lint": "eslint --ext .ts",
|
|
48
|
-
"pack": "node ../../scripts/pack.mjs"
|
|
49
|
-
}
|
|
50
|
-
}
|