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