@pulse-js/tools 0.1.3 → 0.1.5
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 -6
- package/dist/index.cjs +492 -202
- package/dist/index.d.cts +21 -8
- package/dist/index.d.ts +21 -8
- package/dist/index.js +492 -202
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,13 +4,12 @@ The official visual debugging suite for the Pulse ecosystem. Inspect, monitor, a
|
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|
|
7
|
-
- **
|
|
8
|
-
- **
|
|
9
|
-
- **
|
|
10
|
-
- **Real-Time Inspection**: Visualize the status (OK, FAIL, PENDING) and values of all registered Sources and Guards instantly.
|
|
7
|
+
- **Tabbed Interface**: Switch between the standard "Inspector" list and the new "Pulse Tree" dependency graph.
|
|
8
|
+
- **Pulse Tree Visualization**: See your component hierarchy and dependency flow in a collapsible tree view.
|
|
9
|
+
- **Editable Sources**: Click on any Source value to edit it on the fly. Auto-parses JSON and primitives.
|
|
11
10
|
- **Explain API Integration**: Full support for the `guard.explain()` method, showing semantic failure reasons and dependencies.
|
|
12
|
-
- **
|
|
13
|
-
- **Framework-Agnostic**: Built as a standard Web Component, usable in any environment
|
|
11
|
+
- **Draggable & Resizable**: A floating widget that lives anywhere on your screen with intelligent positioning.
|
|
12
|
+
- **Framework-Agnostic**: Built as a standard Web Component, usable in any environment.
|
|
14
13
|
|
|
15
14
|
## Installation
|
|
16
15
|
|