@epoch-agent/plugin-web 0.3.1 → 0.3.2

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epoch-agent/plugin-web",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "private": false,
5
5
  "description": "Web 抓取插件 — URL 安全校验 + HTML→Markdown + SSRF 防护",
6
6
  "repository": {
@@ -22,8 +22,8 @@
22
22
  "dist"
23
23
  ],
24
24
  "dependencies": {
25
- "@epoch-agent/infra": "0.3.1",
26
- "@epoch-agent/protocol": "0.3.1"
25
+ "@epoch-agent/infra": "0.3.2",
26
+ "@epoch-agent/protocol": "0.3.2"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/node": "^22.0.0",