chore: version

This commit is contained in:
Simon
2025-10-22 16:32:40 +08:00
parent 0eee49988d
commit 931709b336
3 changed files with 5 additions and 5 deletions

View File

@@ -17,8 +17,8 @@ The development progress and future plans for PageAgent.
- [x] **Free evaluation plan?** - [x] **Free evaluation plan?**
- [x] **Custom actions and HITL** - [x] **Custom actions and HITL**
- [ ] **Hooks and Events** - [ ] **Hooks and Events**
- [x] **lifecycle hooks** - [x] **lifecycle hooks**
- [ ] **lifecycle events** - [ ] **lifecycle events**
- [ ] **❗Pause and intervene** - [ ] **❗Pause and intervene**
- [ ] **❗Hijack `page_open/page_change/page_unload` behavior** - [ ] **❗Hijack `page_open/page_change/page_unload` behavior**
- [ ] **Custom knowledge base and instructions** - [ ] **Custom knowledge base and instructions**

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "page-agent", "name": "page-agent",
"version": "0.0.2", "version": "0.0.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "page-agent", "name": "page-agent",
"version": "0.0.2", "version": "0.0.3",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"ai-motion": "^0.4.7", "ai-motion": "^0.4.7",

View File

@@ -1,7 +1,7 @@
{ {
"name": "page-agent", "name": "page-agent",
"private": false, "private": false,
"version": "0.0.2", "version": "0.0.3",
"type": "module", "type": "module",
"main": "./dist/lib/page-agent.js", "main": "./dist/lib/page-agent.js",
"module": "./dist/lib/page-agent.js", "module": "./dist/lib/page-agent.js",