Release 0.9.8
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rrweb",
|
||||
"version": "0.9.7",
|
||||
"version": "0.9.8",
|
||||
"description": "record and replay the web",
|
||||
"scripts": {
|
||||
"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/record/mutation.d.ts
vendored
2
typings/record/mutation.d.ts
vendored
@@ -5,7 +5,7 @@ export default class MutationBuffer {
|
||||
private texts;
|
||||
private attributes;
|
||||
private removes;
|
||||
private adds;
|
||||
private mapRemoves;
|
||||
private movedMap;
|
||||
private addedSet;
|
||||
private movedSet;
|
||||
|
||||
Reference in New Issue
Block a user