page-agent 1.9.1 → 1.10.0

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -52,8 +52,8 @@ Fastest way to try PageAgent with our free Demo LLM:
52
52
 
53
53
  | Mirrors | URL |
54
54
  | ------- | ---------------------------------------------------------------------------------- |
55
- | Global | https://cdn.jsdelivr.net/npm/page-agent@1.9.1/dist/iife/page-agent.demo.js |
56
- | China | https://registry.npmmirror.com/page-agent/1.9.1/files/dist/iife/page-agent.demo.js |
55
+ | Global | https://cdn.jsdelivr.net/npm/page-agent@1.10.0/dist/iife/page-agent.demo.js |
56
+ | China | https://registry.npmmirror.com/page-agent/1.10.0/files/dist/iife/page-agent.demo.js |
57
57
 
58
58
  Add `?autoInit=false` to load the script without creating the demo agent automatically. You can then instantiate it with `new window.PageAgent(...)`.
59
59
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "page-agent",
3
3
  "private": false,
4
- "version": "1.9.1",
4
+ "version": "1.10.0",
5
5
  "type": "module",
6
6
  "main": "./dist/esm/page-agent.js",
7
7
  "types": "./dist/esm/PageAgent.d.ts",
@@ -43,10 +43,10 @@
43
43
  "postpublish": "node ../../scripts/post-publish.js"
44
44
  },
45
45
  "dependencies": {
46
- "@page-agent/core": "1.9.1",
47
- "@page-agent/llms": "1.9.1",
48
- "@page-agent/page-controller": "1.9.1",
49
- "@page-agent/ui": "1.9.1",
46
+ "@page-agent/core": "1.10.0",
47
+ "@page-agent/llms": "1.10.0",
48
+ "@page-agent/page-controller": "1.10.0",
49
+ "@page-agent/ui": "1.10.0",
50
50
  "chalk": "^5.6.2"
51
51
  },
52
52
  "peerDependencies": {