@agent-infra/browser 0.2.1 → 0.2.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.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <div align="right">
2
- <a href="README.zh-CN.md">简体中文</a> | <b>English</b>
2
+ <a href="https://github.com/agent-infra/browser/blob/main/packages/browser/README.zh-CN.md">简体中文</a> | <b>English</b>
3
3
  </div>
4
4
 
5
5
  # @agent-infra/browser
@@ -43,7 +43,7 @@ await browser.close();
43
43
 
44
44
  ## Complete Documentation
45
45
 
46
- For detailed API documentation and advanced usage examples, please refer to our [complete documentation](../../docs/browser.md).
46
+ For detailed API documentation and advanced usage examples, please refer to our [complete documentation](https://github.com/agent-infra/browser/blob/main/docs/browser.md).
47
47
 
48
48
  ## License
49
49
 
package/README.zh-CN.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <div align="right">
2
- <b>简体中文</b> | <a href="README.md">English</a>
2
+ <b>简体中文</b> | <a href="./README.md">English</a>
3
3
  </div>
4
4
 
5
5
  # @agent-infra/browser
@@ -43,7 +43,7 @@ await browser.close();
43
43
 
44
44
  ## 完整文档
45
45
 
46
- 有关详细的 API 文档和高级使用示例,请参考我们的[完整文档](../../docs/browser.zh-CN.md)。
46
+ 有关详细的 API 文档和高级使用示例,请参考我们的[完整文档](https://github.com/agent-infra/browser/blob/main/docs/browser.zh-CN.md)。
47
47
 
48
48
  ## 许可证
49
49
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@agent-infra/browser",
3
3
  "description": "agent-infra browser",
4
- "version": "0.2.1",
4
+ "version": "0.2.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
@@ -22,7 +22,7 @@
22
22
  ],
23
23
  "repository": {
24
24
  "type": "git",
25
- "url": "git@github.com:agent-infra/browser.git"
25
+ "url": "https://github.com/web-infra-dev/agent-browser-sdk.git"
26
26
  },
27
27
  "publishConfig": {
28
28
  "access": "public"
@@ -33,8 +33,8 @@
33
33
  "delay": "6.0.0",
34
34
  "valtio": "2.1.8",
35
35
  "eventemitter3": "5.0.1",
36
- "@agent-infra/browser-finder": "0.2.1",
37
- "@agent-infra/media-utils": "0.2.1"
36
+ "@agent-infra/browser-finder": "0.2.2",
37
+ "@agent-infra/media-utils": "0.2.2"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/node": "24.7.1",