@rindle/devtools 0.4.3 → 0.5.0
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/README.md +5 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -15,6 +15,11 @@ live read-model of three things ([`DEBUG-TOOLS-BROWSER-DESIGN.md`](../../designs
|
|
|
15
15
|
This package has **no DOM assumptions** — pair it with a panel (`@rindle/react-devtools`) or read the
|
|
16
16
|
model yourself. It surfaces state the client already holds; it adds no hot-path instrumentation.
|
|
17
17
|
|
|
18
|
+
Full docs — wiring, the SSR-safe mounting pattern, and production tree-shaking:
|
|
19
|
+
**[rindle.sh/docs/devtools](https://rindle.sh/docs/devtools)** · markdown mirror:
|
|
20
|
+
[`devtools.md`](https://rindle.sh/docs/devtools.md) · for agents:
|
|
21
|
+
[llms.txt](https://rindle.sh/llms.txt)
|
|
22
|
+
|
|
18
23
|
## Usage
|
|
19
24
|
|
|
20
25
|
Attach in development only, so the pane and its deps tree-shake out of production:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rindle/devtools",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
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/client": "0.
|
|
28
|
+
"@rindle/client": "0.5.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/node": "^22.10.0",
|