@rindle/react-devtools 0.4.3 → 0.4.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 +5 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -7,6 +7,11 @@ stream ([`DEBUG-TOOLS-BROWSER-DESIGN.md`](../../designs/DEBUG-TOOLS-BROWSER-DESI
7
7
 
8
8
  Pure React + inline styles — no CSS import, no build step beyond `tsc`.
9
9
 
10
+ Full docs — wiring, the SSR-safe mounting pattern, and production tree-shaking:
11
+ **[rindle.sh/docs/devtools](https://rindle.sh/docs/devtools)** · markdown mirror:
12
+ [`devtools.md`](https://rindle.sh/docs/devtools.md) · for agents:
13
+ [llms.txt](https://rindle.sh/llms.txt)
14
+
10
15
  ## Usage
11
16
 
12
17
  Mount the panel once near your app root, and attach a client — both behind a dev flag so they
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rindle/react-devtools",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,7 +25,7 @@
25
25
  "README.md"
26
26
  ],
27
27
  "dependencies": {
28
- "@rindle/devtools": "0.4.3"
28
+ "@rindle/devtools": "0.4.4"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "react": ">=18.0.0"