Comparing version
@@ -5,3 +5,3 @@ import { actionWithDelay } from '@rrweb/types'; | ||
import { canvasMutationData } from '@rrweb/types'; | ||
import { DataURLOptions } from 'rrweb-snapshot'; | ||
import { DataURLOptions } from '@rrweb/types'; | ||
import { DeprecatedMirror } from '@rrweb/types'; | ||
@@ -15,3 +15,3 @@ import { DocumentDimension } from '@rrweb/types'; | ||
import { hooksParam } from '@rrweb/types'; | ||
import { IMirror } from 'rrweb-snapshot'; | ||
import { IMirror } from '@rrweb/types'; | ||
import { IncrementalSource } from '@rrweb/types'; | ||
@@ -18,0 +18,0 @@ import { IWindow } from '@rrweb/types'; |
{ | ||
"name": "rrweb", | ||
"version": "2.0.0-alpha.17", | ||
"version": "2.0.0-alpha.18", | ||
"description": "record and replay the web", | ||
@@ -8,3 +8,4 @@ "scripts": { | ||
"prepack": "npm run build", | ||
"retest": "vitest run --exclude test/benchmark", | ||
"retest": "cross-env PUPPETEER_HEADLESS=true yarn retest:headful", | ||
"retest:headful": "vitest run --exclude test/benchmark", | ||
"build-and-test": "yarn build && yarn retest", | ||
@@ -83,4 +84,4 @@ "test:headless": "cross-env PUPPETEER_HEADLESS=true yarn build-and-test", | ||
"dependencies": { | ||
"@rrweb/types": "^2.0.0-alpha.17", | ||
"@rrweb/utils": "^2.0.0-alpha.17", | ||
"@rrweb/types": "^2.0.0-alpha.18", | ||
"@rrweb/utils": "^2.0.0-alpha.18", | ||
"@types/css-font-loading-module": "0.0.7", | ||
@@ -90,5 +91,5 @@ "@xstate/fsm": "^1.4.0", | ||
"mitt": "^3.0.0", | ||
"rrdom": "^2.0.0-alpha.17", | ||
"rrweb-snapshot": "^2.0.0-alpha.17" | ||
"rrdom": "^2.0.0-alpha.18", | ||
"rrweb-snapshot": "^2.0.0-alpha.18" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5827683
0.54%52467
0.47%Updated
Updated
Updated