@zerotal/devtools 1.3.0 → 1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -4,10 +4,23 @@ All notable changes to this package are documented here. The format is
4
4
  based on [Keep a Changelog](https://keepachangelog.com/); this package
5
5
  follows the Zerotal monorepo's unified versioning.
6
6
 
7
- **Maturity: `experimental`**
7
+ **Maturity: `stable`**
8
8
 
9
9
  ## [Unreleased]
10
10
 
11
+ ## [1.5.0] — 2026-08-15
12
+
13
+ ### Changed
14
+
15
+ - **Maturity is now `stable`.** The public API is covered by the SemVer promise from
16
+ here: anything importable without an `@internal` marker keeps its shape for the rest
17
+ of the 1.x line, and `api-surface.md` is diffed by CI on every change. The package
18
+ earned it by being small and self-contained — 32 exported symbols, a single dependency
19
+ on `@zerotal/core`, no breaking change since its first release, and the one internal
20
+ seam (`_setTraceStore`) correctly marked. The in-page panel extension API
21
+ (`window.__zerotalDevtools`, used by Flow to contribute its Timeline tab) is part of
22
+ that promise.
23
+
11
24
  ## [1.0.3] — 2026-08-07
12
25
 
13
26
  ### Changed
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@zerotal/devtools",
3
- "version": "1.3.0",
3
+ "version": "1.5.0",
4
4
  "license": "MIT",
5
- "maturity": "experimental",
5
+ "maturity": "stable",
6
6
  "private": false,
7
7
  "type": "module",
8
8
  "main": "./src/index.ts",
@@ -30,11 +30,11 @@
30
30
  "typecheck": "tsc --noEmit"
31
31
  },
32
32
  "dependencies": {
33
- "@zerotal/core": "1.3.0"
33
+ "@zerotal/core": "1.5.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "typescript": "^5.8.0",
37
- "@zerotal/orm": "1.3.0"
37
+ "@zerotal/orm": "1.5.0"
38
38
  },
39
39
  "description": "In-browser developer tools for Zerotal — request traces, an inspector panel, and an extensible tab registry.",
40
40
  "keywords": [