add meta event and fix childList observer, also update related replayer

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent cd0889e9c5
commit 487f1d0c9a
7 changed files with 164 additions and 189 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "rrweb",
"version": "0.3.0",
"version": "0.4.0",
"description": "record and replay the web",
"main": "dist/index.js",
"module": "dist/module.js",
@@ -40,6 +40,6 @@
},
"dependencies": {
"mitt": "^1.1.3",
"rrweb-snapshot": "^0.4.3"
"rrweb-snapshot": "^0.5.2"
}
}