@aigne/example-mcp-puppeteer 1.19.6 → 1.19.7-beta

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": "@aigne/example-mcp-puppeteer",
3
- "version": "1.19.6",
3
+ "version": "1.19.7-beta",
4
4
  "description": "A demonstration of using AIGNE Framework and Puppeteer MCP Server to extract content from websites using Puppeteer",
5
5
  "author": "Arcblock <blocklet@arcblock.io> https://github.com/blocklet",
6
6
  "homepage": "https://github.com/AIGNE-io/aigne-framework/tree/main/examples/mcp-puppeteer",
@@ -17,9 +17,9 @@
17
17
  ],
18
18
  "dependencies": {
19
19
  "@aigne/agent-library": "^1.24.0",
20
- "@aigne/cli": "^1.59.0",
21
- "@aigne/core": "^1.72.0",
20
+ "@aigne/cli": "^1.59.1-beta",
22
21
  "@aigne/default-memory": "^1.4.0",
22
+ "@aigne/core": "^1.72.0",
23
23
  "@aigne/openai": "^0.16.16"
24
24
  },
25
25
  "devDependencies": {