@highlight-run/rrweb 1.1.7 → 1.1.8

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/utils.d.ts CHANGED
@@ -66,4 +66,5 @@ export declare function getBaseDimension(node: Node, rootIframe: Node): Document
66
66
  export declare function hasShadowRoot<T extends Node>(n: T): n is T & {
67
67
  shadowRoot: ShadowRoot;
68
68
  };
69
+ export declare function obfuscateText(text: string): string;
69
70
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@highlight-run/rrweb",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "record and replay the web",
5
5
  "scripts": {
6
6
  "test": "npm run bundle:browser && cross-env TS_NODE_CACHE=false TS_NODE_FILES=true mocha -r ts-node/register -r ignore-styles -r jsdom-global/register test/**.test.ts",