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] **Custom actions and HITL**
- [ ] **Hooks and Events**
- [x] **lifecycle hooks**
- [ ] **lifecycle events**
- [x] **lifecycle hooks**
- [ ] **lifecycle events**
- [ ] **❗Pause and intervene**
- [ ] **❗Hijack `page_open/page_change/page_unload` behavior**
- [ ] **Custom knowledge base and instructions**

4
package-lock.json generated
View File

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

View File

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