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

@@ -0,0 +1,7 @@
# @rrweb/utils
## 2.0.0-alpha.17
### Patch Changes
- [#1509](https://github.com/rrweb-io/rrweb/pull/1509) [`be6bf52`](https://github.com/rrweb-io/rrweb/commit/be6bf52c248c35de1b3491e3a3440ff61f876414) Thanks [@Juice10](https://github.com/Juice10)! - Reverse monkey patch built in methods to support LWC (and other frameworks like angular which monkey patch built in methods).

View File

@@ -1,6 +1,6 @@
{
"name": "@rrweb/utils",
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.17",
"publishConfig": {
"access": "public"
},