trace-viz 0.3.0 → 0.3.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 0.3.1
2
+
3
+ - Release through npm trusted publishing (OIDC + provenance); no tokens.
4
+ - README: Atlas section, releasing notes.
5
+
1
6
  ## 0.3.0
2
7
 
3
8
  - **Atlas**: a map-style navigator for estates of hundreds of services (`examples/atlas.html`, `src/atlas/`, `docs/ATLAS.md`). Semantic zoom over an ownership hierarchy, swimlane layout (x = call depth, y = ownership), aggregation that conserves traffic at every level, focus with partial expansion ("N more" tiles), Kafka topics as rails with lag fill, lenses, trails, blast radius, breadcrumbs, ⌘K go-to, minimap heat strip, URL-encoded views.
package/README.md CHANGED
@@ -371,6 +371,12 @@ npm install && npm run build && npm run demo # → http://localhost:4173
371
371
  | `Atlas`, `LENSES` | the map: `setTable`, `expand`, `collapse`, `up`, `focus`, `setHops`, `goTo`, `search`, `inspect`, `breadcrumb`, `setLens`, `kill`, `revive`, `setTrail`, `fit`, `drawMinimap`, `getState`/`setState` |
372
372
  | `buildAtlas`, `visibleUnits`, `aggregateEdges`, `layoutAtlas`, `neighbourhood`, `trail`, `propagate` | the Atlas model, usable without a canvas |
373
373
 
374
+ ## Releasing
375
+
376
+ Bump `version` in `package.json`, add a `CHANGELOG.md` entry, push, then run
377
+ the **release** workflow (Actions tab) or push a `v*` tag. It publishes to npm
378
+ through trusted publishing with provenance; there is no token anywhere.
379
+
374
380
  ## Development
375
381
 
376
382
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trace-viz",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Visualize service topologies as living, re-projectable pictures. Every dimension is a knob: choose what a box is, bind any dimension to any visual channel, and drop into a 3D world where fail-closed dependencies carry blast radius.",
5
5
  "keywords": [
6
6
  "3d",