@b4moss/hyogen-md 0.11.0 → 0.12.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 +1 -1
- package/README_ja.md +1 -1
- package/dist/client.js +604 -389
- package/dist/index.js +997 -757
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -123,7 +123,7 @@ Published: **`@b4moss/hyogen-md@0.10.0`** (git tag `v0.10.0`).
|
|
|
123
123
|
|
|
124
124
|
Playground UX is part of the **v0.10.0** product milestone but is **not** included in the npm tarball.
|
|
125
125
|
|
|
126
|
-
The coverage badge reflects approximate **statement coverage for `app/`** (library) from Vitest (~84%). Initial release goal is ≥50%.
|
|
126
|
+
The coverage badge reflects approximate **statement coverage for `app/`** (library) from Vitest (~84%). Initial release goal is ≥50%. Coverage is uploaded to Codecov from `.github/workflows/quality.yml` on pushes to `main`.
|
|
127
127
|
|
|
128
128
|
---
|
|
129
129
|
|
package/README_ja.md
CHANGED
|
@@ -123,7 +123,7 @@ make dev-docs
|
|
|
123
123
|
|
|
124
124
|
Playground UX は **v0.10.0** マイルストーンに含まれますが、**npm の tarball には入りません**。
|
|
125
125
|
|
|
126
|
-
coverage バッジはライブラリ(`app/`)の Vitest **statement カバレッジ概算(約 84%)**です。初期リリース目標は 50%
|
|
126
|
+
coverage バッジはライブラリ(`app/`)の Vitest **statement カバレッジ概算(約 84%)**です。初期リリース目標は 50% 以上。カバレッジは `main` への push 時に `.github/workflows/quality.yml` から Codecov へアップロードされます。
|
|
127
127
|
|
|
128
128
|
---
|
|
129
129
|
|