@svelte-vitals/core 0.44.0 → 0.45.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 CHANGED
@@ -13,10 +13,10 @@ This package is **mode-independent** and contains no I/O — it operates on a no
13
13
 
14
14
  ## Entry points
15
15
 
16
- | Entry | Contents | Stability |
17
- | ------------------------------ | --------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
18
- | `@svelte-vitals/core` | `defineConfig` and the config types; the `JsonReport` types for reading a report | Follows semver. |
19
- | `@svelte-vitals/core/internal` | The engine, rules, fact collection, reporters, and scoring — what the CLI and the Vite plugin share | **No guarantee. Anything here may change in any release, including a patch.** |
16
+ | Entry | Contents | Stability |
17
+ | ------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
18
+ | `@svelte-vitals/core` | `defineConfig` and the config types; the `JsonReport` types for reading a report; `summarize`, `hasFailureAtOrAbove`, `formatGithubReport`, `formatMarkdownReport` for rendering one and gating on it | Follows semver. For the renderers, that covers the function — not the text it returns, which stays human-readable and may change. |
19
+ | `@svelte-vitals/core/internal` | The engine, rules, fact collection, reporters, and scoring — what the CLI and the Vite plugin share | **No guarantee. Anything here may change in any release, including a patch.** |
20
20
 
21
21
  Reach for `/internal` only if you accept pinning an exact version. If something there is what you
22
22
  actually need, open an issue — the point of the split is that promoting a name into the stable