@sentry-internal/rrweb-types
Advanced tools
Comparing version 2.15.0 to 2.16.0
@@ -284,4 +284,4 @@ import type { serializedNodeWithId, Mirror, INode, DataURLOptions } from '@sentry-internal/rrweb-snapshot'; | ||
id: number; | ||
x: number; | ||
y: number; | ||
x?: number; | ||
y?: number; | ||
pointerType?: PointerTypes; | ||
@@ -288,0 +288,0 @@ }; |
{ | ||
"name": "@sentry-internal/rrweb-types", | ||
"version": "2.15.0", | ||
"version": "2.16.0", | ||
"publishConfig": { | ||
@@ -34,2 +34,3 @@ "access": "public" | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/rrweb-types.js", | ||
@@ -48,3 +49,3 @@ "require": "./dist/rrweb-types.umd.cjs" | ||
"dependencies": { | ||
"@sentry-internal/rrweb-snapshot": "2.15.0" | ||
"@sentry-internal/rrweb-snapshot": "2.16.0" | ||
}, | ||
@@ -51,0 +52,0 @@ "browserslist": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
62750
+ Added@sentry-internal/rrweb-snapshot@2.16.0(transitive)
- Removed@sentry-internal/rrweb-snapshot@2.15.0(transitive)