@sentry-internal/rrweb-types
Advanced tools
Comparing version 2.16.0 to 2.17.0
@@ -80,2 +80,3 @@ import type { serializedNodeWithId, Mirror, INode, DataURLOptions } from '@sentry-internal/rrweb-snapshot'; | ||
positions: mousePosition[]; | ||
pointerId?: number; | ||
}; | ||
@@ -288,2 +289,3 @@ export type mouseInteractionData = { | ||
pointerType?: PointerTypes; | ||
pointerId?: number; | ||
}; | ||
@@ -290,0 +292,0 @@ export type mouseInteractionCallBack = (d: mouseInteractionParam) => void; |
{ | ||
"name": "@sentry-internal/rrweb-types", | ||
"version": "2.16.0", | ||
"version": "2.17.0", | ||
"publishConfig": { | ||
@@ -48,3 +48,3 @@ "access": "public" | ||
"dependencies": { | ||
"@sentry-internal/rrweb-snapshot": "2.16.0" | ||
"@sentry-internal/rrweb-snapshot": "2.17.0" | ||
}, | ||
@@ -51,0 +51,0 @@ "browserslist": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
62890
686
+ Added@sentry-internal/rrweb-snapshot@2.17.0(transitive)
- Removed@sentry-internal/rrweb-snapshot@2.16.0(transitive)