fix(tracker): update fflate and changelogs (#1956)

This commit is contained in:
Delirium 2024-03-14 14:48:13 +01:00 committed by GitHub
parent a453256f23
commit da186650a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
# 12.0.4
- patch for email sanitizer (supports + now)
- update fflate version for better compression
- `disableCanvas` option to disable canvas capture
- better check for adopted stylesheets in doc (old browser support)
# 12.0.3
- fixed scaling option for canvas (to ignore window.devicePixelRatio and always render the canvas as 1)

Binary file not shown.

View file

@ -1,7 +1,7 @@
{
"name": "@openreplay/tracker",
"description": "The OpenReplay tracker main package",
"version": "12.0.3",
"version": "12.0.4",
"keywords": [
"logging",
"replay"
@ -53,7 +53,7 @@
"dependencies": {
"@medv/finder": "^3.1.0",
"error-stack-parser": "^2.0.6",
"fflate": "^0.8.1"
"fflate": "^0.8.2"
},
"engines": {
"node": ">=14.0"