react-render-detective 0.1.1 → 0.1.2

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
  [Guide](docs/GUIDE.md) · [API](docs/API.md) · [Feasibility report](docs/FEASIBILITY.md) ·
12
12
  [Benchmarks](docs/BENCHMARKS.md)
13
13
 
14
- > **Status: 0.1.0, early release.** 76 tests pass on React 18 and 19; benchmarks and bundle budgets
14
+ > **Status: 0.1.2, early release.** 76 tests pass on React 18 and 19; benchmarks and bundle budgets
15
15
  > are green; the packed package is verified in a clean install for ESM, CJS and TypeScript
16
16
  > consumers; and the demo dashboard has been driven end to end in Chrome, which found four real
17
17
  > defects the jsdom suite had missed (see the [changelog](CHANGELOG.md)). Not yet exercised:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-render-detective",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Know WHY your React components render — not just that they did.",
5
5
  "keywords": [
6
6
  "react",