@mbsks/rspfx-diagnostics 0.0.14 → 0.0.16

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/README.md +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @mbsks/rspfx-diagnostics
2
2
 
3
- Diagnostics for [RSPFX](https://github.com/master8848/rspfx) — an SPFx-compatible build toolchain powered by Rspack.
3
+ Diagnostics for [RSPFX](https://github.com/master8848/rspfx) — an SPFx-compatible build toolchain. Replaces Heft + webpack + gulp. Works with Vite, Rsbuild, and Rspack.
4
4
 
5
5
  Structured logging, typed errors, benchmarks, and formatting helpers shared across the toolchain and CLI.
6
6
 
@@ -40,5 +40,6 @@ console.log(formatBytes(1_500_000)); // "1.4 MB"
40
40
 
41
41
  ## Links
42
42
 
43
- - [RSPFX documentation](https://github.com/master8848/rspfx/tree/main/docs)
43
+ - [Documentation](https://rspfx.mbsks.me) — [Getting Started](https://rspfx.mbsks.me/docs/getting-started)
44
+ - [GitHub](https://github.com/master8848/rspfx)
44
45
  - License: MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mbsks/rspfx-diagnostics",
3
- "version": "0.0.14",
3
+ "version": "0.0.16",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",