Version Packages (alpha) (#1526)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-08-02 13:30:46 +02:00
committed by GitHub
parent be6bf52c24
commit 8837fe39aa
39 changed files with 270 additions and 60 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@rrweb/rrweb-plugin-console-record",
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.17",
"description": "",
"type": "module",
"main": "./dist/rrweb-plugin-console-record.umd.cjs",
@@ -45,7 +45,7 @@
},
"homepage": "https://github.com/rrweb-io/rrweb#readme",
"devDependencies": {
"rrweb": "^2.0.0-alpha.16",
"rrweb": "^2.0.0-alpha.17",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1",
@@ -53,6 +53,6 @@
"puppeteer": "^20.9.0"
},
"peerDependencies": {
"rrweb": "^2.0.0-alpha.16"
"rrweb": "^2.0.0-alpha.17"
}
}