Release 0.9.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "rrweb",
|
"name": "rrweb",
|
||||||
"version": "0.9.1",
|
"version": "0.9.2",
|
||||||
"description": "record and replay the web",
|
"description": "record and replay the web",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "npm run bundle:browser && cross-env TS_NODE_CACHE=false TS_NODE_FILES=true mocha -r ts-node/register test/**/*.test.ts",
|
"test": "npm run bundle:browser && cross-env TS_NODE_CACHE=false TS_NODE_FILES=true mocha -r ts-node/register test/**/*.test.ts",
|
||||||
|
|||||||
2
typings/types.d.ts
vendored
2
typings/types.d.ts
vendored
@@ -307,7 +307,7 @@ export declare type missingNodeMap = {
|
|||||||
[id: number]: missingNode;
|
[id: number]: missingNode;
|
||||||
};
|
};
|
||||||
export declare type actionWithDelay = {
|
export declare type actionWithDelay = {
|
||||||
doAction: () => Promise<void>;
|
doAction: () => void;
|
||||||
delay: number;
|
delay: number;
|
||||||
};
|
};
|
||||||
export declare type Handler = (event?: unknown) => void;
|
export declare type Handler = (event?: unknown) => void;
|
||||||
|
|||||||
Reference in New Issue
Block a user