@cubenest/rrweb-core 0.1.0-alpha.6 → 0.1.0-alpha.7

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.
Files changed (2) hide show
  1. package/README.md +21 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # @cubenest/rrweb-core
2
+ > The shared rrweb capture + masking engine behind tracelane and peek — vendored PostHog fork, PII masking, network/console capture, large-DOM throttling. Not a standalone product.
2
3
 
3
- Shared rrweb-based capture substrate. Used by [`tracelane`](https://github.com/Cubenest/rrweb-stack/tree/main/packages/tracelane-core) and [`peek`](https://github.com/Cubenest/rrweb-stack/tree/main/packages/peek-extension). Not generally intended for direct consumption — depend on a product package instead.
4
+ [![npm](https://img.shields.io/npm/v/@cubenest/rrweb-core.svg)](https://www.npmjs.com/package/@cubenest/rrweb-core)
5
+ [![downloads](https://img.shields.io/npm/dw/@cubenest/rrweb-core.svg)](https://www.npmjs.com/package/@cubenest/rrweb-core)
6
+ [![license](https://img.shields.io/npm/l/@cubenest/rrweb-core.svg)](https://github.com/Cubenest/rrweb-stack/blob/main/LICENSE)
7
+ [![CI](https://github.com/Cubenest/rrweb-stack/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/Cubenest/rrweb-stack/actions/workflows/ci.yml)
8
+ [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/Cubenest/rrweb-stack/badge)](https://scorecard.dev/viewer/?uri=github.com/Cubenest/rrweb-stack)
9
+ [![types](https://img.shields.io/npm/types/@cubenest/rrweb-core.svg)](https://www.npmjs.com/package/@cubenest/rrweb-core)
10
+ [![node](https://img.shields.io/node/v/@cubenest/rrweb-core.svg)](https://www.npmjs.com/package/@cubenest/rrweb-core)
11
+ ![status: alpha](https://img.shields.io/badge/status-alpha-orange.svg)
12
+
13
+ Shared rrweb-based capture substrate. Used by [`tracelane`](https://github.com/Cubenest/rrweb-stack/tree/main/packages/tracelane-core) and [`peek`](https://github.com/Cubenest/rrweb-stack/tree/main/packages/peek-extension).
14
+
15
+ **Not intended for direct consumption** — depend on a product package instead. It exists to share the masking and capture primitives (PII masking selectors + regex bank, body/header redaction, network/console capture, large-DOM throttling) between the two product families so the privacy and recording behaviour stay identical.
4
16
 
5
17
  ## What's in here
6
18
 
@@ -13,12 +25,18 @@ Shared rrweb-based capture substrate. Used by [`tracelane`](https://github.com/C
13
25
  - Console capture
14
26
  - Compression helpers (`fflate`)
15
27
  - IndexedDB persistence helper
16
- - Compatibility matrix
28
+ - [Compatibility matrix](https://github.com/Cubenest/rrweb-stack/blob/main/packages/rrweb-core/COMPATIBILITY.md)
17
29
 
18
30
  ## Versioning
19
31
 
20
32
  Independent semver. Breaking changes are coordinated across `tracelane` and `peek` releases.
33
+ ## Related packages
34
+
35
+ The two product families that consume this substrate:
36
+
37
+ - **tracelane** — failed-test recorder for E2E suites. Start at [`@tracelane/wdio`](https://github.com/Cubenest/rrweb-stack/tree/main/packages/tracelane-wdio) (WebdriverIO) or [`@tracelane/playwright`](https://github.com/Cubenest/rrweb-stack/tree/main/packages/tracelane-playwright); engine is [`@tracelane/core`](https://github.com/Cubenest/rrweb-stack/tree/main/packages/tracelane-core).
38
+ - **peek** — browser companion for AI coding agents. Install via [`@peekdev/cli`](https://github.com/Cubenest/rrweb-stack/tree/main/packages/peek-cli); the MCP server is [`@peekdev/mcp`](https://github.com/Cubenest/rrweb-stack/tree/main/packages/peek-mcp) and the recorder is [`@peekdev/extension`](https://github.com/Cubenest/rrweb-stack/tree/main/packages/peek-extension).
21
39
 
22
40
  ## License
23
41
 
24
- Apache 2.0. Vendored rrweb fork remains MIT-licensed; see NOTICE.
42
+ Apache 2.0. Vendored rrweb fork remains MIT-licensed; see [NOTICE](https://github.com/Cubenest/rrweb-stack/blob/main/packages/rrweb-core/NOTICE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubenest/rrweb-core",
3
- "version": "0.1.0-alpha.6",
3
+ "version": "0.1.0-alpha.7",
4
4
  "description": "Shared rrweb-based capture substrate for tracelane and peek.",
5
5
  "keywords": [
6
6
  "rrweb",