@cubenest/rrweb-core 0.1.0-alpha.2 → 0.1.0-alpha.4

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 +1 -3
  2. package/package.json +14 -1
package/README.md CHANGED
@@ -4,8 +4,6 @@ Shared rrweb-based capture substrate. Used by [`tracelane`](https://github.com/C
4
4
 
5
5
  ## What's in here
6
6
 
7
- See [ADR-0002](https://github.com/Cubenest/rrweb-stack/blob/main/prds/adrs/0002-rrweb-posthog-fork-substrate.md) for the full inventory.
8
-
9
7
  - Vendored PostHog rrweb fork (`@posthog/rrweb@0.0.34`)
10
8
  - PII masking primitives (selectors + regex bank + body/header redaction)
11
9
  - Large-DOM throttling defaults (mutation guard, data-URL guard, single-event size cap)
@@ -19,7 +17,7 @@ See [ADR-0002](https://github.com/Cubenest/rrweb-stack/blob/main/prds/adrs/0002-
19
17
 
20
18
  ## Versioning
21
19
 
22
- Independent semver. Breaking changes are coordinated across `tracelane` and `peek` releases per [ADR-0002](https://github.com/Cubenest/rrweb-stack/blob/main/prds/adrs/0002-rrweb-posthog-fork-substrate.md).
20
+ Independent semver. Breaking changes are coordinated across `tracelane` and `peek` releases.
23
21
 
24
22
  ## License
25
23
 
package/package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "name": "@cubenest/rrweb-core",
3
- "version": "0.1.0-alpha.2",
3
+ "version": "0.1.0-alpha.4",
4
4
  "description": "Shared rrweb-based capture substrate for tracelane and peek.",
5
+ "keywords": [
6
+ "rrweb",
7
+ "session-replay",
8
+ "browser-recording",
9
+ "dom-capture",
10
+ "posthog-rrweb-fork",
11
+ "masking",
12
+ "capture-substrate"
13
+ ],
5
14
  "license": "Apache-2.0",
15
+ "funding": {
16
+ "type": "github",
17
+ "url": "https://github.com/sponsors/harry-harish"
18
+ },
6
19
  "type": "module",
7
20
  "main": "./dist/index.js",
8
21
  "types": "./dist/index.d.ts",