@appsurify-testmap/rrweb 2.0.0-alpha.40 → 2.1.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/rrweb.cjs +247 -128
- package/dist/rrweb.cjs.map +1 -1
- package/dist/rrweb.d.cts +0 -5
- package/dist/rrweb.d.ts +0 -5
- package/dist/rrweb.js +247 -128
- package/dist/rrweb.js.map +1 -1
- package/dist/rrweb.umd.cjs +247 -128
- package/dist/rrweb.umd.cjs.map +3 -3
- package/dist/rrweb.umd.min.cjs +24 -24
- package/dist/rrweb.umd.min.cjs.map +3 -3
- package/package.json +5 -6
package/dist/rrweb.d.cts
CHANGED
|
@@ -122,10 +122,6 @@ declare let nowTimestamp: () => number;
|
|
|
122
122
|
|
|
123
123
|
declare function on(type: string, fn: EventListenerOrEventListenerObject, target?: Document | IWindow): listenerHandler;
|
|
124
124
|
|
|
125
|
-
declare function patch(source: {
|
|
126
|
-
[key: string]: any;
|
|
127
|
-
}, name: string, replacement: (...args: unknown[]) => unknown): () => void;
|
|
128
|
-
|
|
129
125
|
declare type PlayerAssets = {
|
|
130
126
|
emitter: Emitter;
|
|
131
127
|
applyEventsSynchronously(events: Array<eventWithTime>): void;
|
|
@@ -434,7 +430,6 @@ declare namespace utils {
|
|
|
434
430
|
on,
|
|
435
431
|
throttle,
|
|
436
432
|
hookSetter,
|
|
437
|
-
patch,
|
|
438
433
|
getWindowScroll,
|
|
439
434
|
getWindowHeight,
|
|
440
435
|
getWindowWidth,
|
package/dist/rrweb.d.ts
CHANGED
|
@@ -122,10 +122,6 @@ declare let nowTimestamp: () => number;
|
|
|
122
122
|
|
|
123
123
|
declare function on(type: string, fn: EventListenerOrEventListenerObject, target?: Document | IWindow): listenerHandler;
|
|
124
124
|
|
|
125
|
-
declare function patch(source: {
|
|
126
|
-
[key: string]: any;
|
|
127
|
-
}, name: string, replacement: (...args: unknown[]) => unknown): () => void;
|
|
128
|
-
|
|
129
125
|
declare type PlayerAssets = {
|
|
130
126
|
emitter: Emitter;
|
|
131
127
|
applyEventsSynchronously(events: Array<eventWithTime>): void;
|
|
@@ -434,7 +430,6 @@ declare namespace utils {
|
|
|
434
430
|
on,
|
|
435
431
|
throttle,
|
|
436
432
|
hookSetter,
|
|
437
|
-
patch,
|
|
438
433
|
getWindowScroll,
|
|
439
434
|
getWindowHeight,
|
|
440
435
|
getWindowWidth,
|