@b4moss/hyogen-md 0.10.1 → 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 CHANGED
@@ -7,7 +7,7 @@
7
7
  [![npm](https://img.shields.io/npm/v/@b4moss/hyogen-md)](https://www.npmjs.com/package/@b4moss/hyogen-md)
8
8
  [![Release](https://img.shields.io/github/v/release/b4moss/hyogen-md)](https://github.com/b4moss/hyogen-md/releases)
9
9
  [![License](https://img.shields.io/github/license/b4moss/hyogen-md)](https://github.com/b4moss/hyogen-md/blob/main/LICENSE)
10
- [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/b4moss/hyogen-md/badge)](https://securityscorecards.dev/viewer/?uri=github.com/b4moss/hyogen-md)
10
+ [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/b4moss/hyogen-md/badge)](https://scorecard.dev/viewer/?uri=github.com/b4moss/hyogen-md)
11
11
 
12
12
  Extended Markdown template engine for TypeScript / JavaScript.
13
13
 
@@ -20,7 +20,7 @@ Control flow and templating live in HTML comments (`@hg` … `@endhg` or `@@`
20
20
  - **Changelog:** [user-docs/changelog.md](https://github.com/b4m-oss/hyogen-md/blob/develop/user-docs/changelog.md)
21
21
  - **Documentation:** [https://hyogenmd.oss.b4m.jp](https://hyogenmd.oss.b4m.jp) (Nuxt Content; not in npm)
22
22
  - **Playground:** [https://hyogenmd.oss.b4m.jp/playground](https://hyogenmd.oss.b4m.jp/playground) (same site; not in npm)
23
- - **Specs (Japanese, maintainers):** [dev-docs/](https://github.com/b4m-oss/hyogen-md/tree/develop/dev-docs)
23
+ - **Specs (Japanese, maintainers):** [docs/](https://github.com/b4m-oss/hyogen-md/tree/develop/docs)
24
24
 
25
25
  > **Homepage:** [https://github.com/b4m-oss/hyogen-md](https://github.com/b4m-oss/hyogen-md)
26
26
 
@@ -34,7 +34,7 @@ This file is kept **in sync** at the repository root and at `app/README.md` (npm
34
34
  npm install @b4moss/hyogen-md
35
35
  ```
36
36
 
37
- Requires **Node.js >= 20**.
37
+ Requires **Node.js >= 24**.
38
38
 
39
39
  ---
40
40
 
@@ -87,7 +87,7 @@ const { files, warnings } = await build({
87
87
  });
88
88
  ```
89
89
 
90
- API details: [dev-docs/specs/api.md](https://github.com/b4m-oss/hyogen-md/blob/develop/dev-docs/specs/api.md).
90
+ API details: [docs/specs/api.md](https://github.com/b4m-oss/hyogen-md/blob/develop/docs/specs/api.md).
91
91
 
92
92
  ---
93
93
 
@@ -98,7 +98,7 @@ API details: [dev-docs/specs/api.md](https://github.com/b4m-oss/hyogen-md/blob/d
98
98
  | `app/` | Library published to npm (`files`: `dist`, plus README / LICENSE) |
99
99
  | `docs-site/` | Documentation site + Playground on [GitHub Pages](https://hyogenmd.oss.b4m.jp) (**not** in npm) |
100
100
  | `user-docs/` | User-facing docs (e.g. [changelog](https://github.com/b4m-oss/hyogen-md/blob/develop/user-docs/changelog.md)) |
101
- | `dev-docs/` | Specs and roadmap (**Japanese**, maintainers) |
101
+ | `docs/` | Specs and roadmap (**Japanese**, maintainers) |
102
102
 
103
103
  ### Documentation & Playground
104
104
 
@@ -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%. It is not yet wired to CI / Codecov.
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
@@ -7,7 +7,7 @@
7
7
  [![npm](https://img.shields.io/npm/v/@b4moss/hyogen-md)](https://www.npmjs.com/package/@b4moss/hyogen-md)
8
8
  [![Release](https://img.shields.io/github/v/release/b4moss/hyogen-md)](https://github.com/b4moss/hyogen-md/releases)
9
9
  [![License](https://img.shields.io/github/license/b4moss/hyogen-md)](https://github.com/b4moss/hyogen-md/blob/main/LICENSE)
10
- [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/b4moss/hyogen-md/badge)](https://securityscorecards.dev/viewer/?uri=github.com/b4moss/hyogen-md)
10
+ [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/b4moss/hyogen-md/badge)](https://scorecard.dev/viewer/?uri=github.com/b4moss/hyogen-md)
11
11
 
12
12
  TypeScript / JavaScript 向けの拡張 Markdown テンプレートエンジンです。
13
13
 
@@ -20,7 +20,7 @@ TypeScript / JavaScript 向けの拡張 Markdown テンプレートエンジン
20
20
  - **Changelog:** [user-docs/changelog_ja.md](https://github.com/b4m-oss/hyogen-md/blob/develop/user-docs/changelog_ja.md)
21
21
  - **ドキュメントサイト:** [https://hyogenmd.oss.b4m.jp](https://hyogenmd.oss.b4m.jp)(Nuxt Content。npm 非同梱)
22
22
  - **Playground:** [https://hyogenmd.oss.b4m.jp/playground](https://hyogenmd.oss.b4m.jp/playground)(同一サイト。npm 非同梱)
23
- - **仕様(日本語・メンテナー向け):** [dev-docs/](https://github.com/b4m-oss/hyogen-md/tree/develop/dev-docs)
23
+ - **仕様(日本語・メンテナー向け):** [docs/](https://github.com/b4m-oss/hyogen-md/tree/develop/docs)
24
24
 
25
25
  > **Homepage:** [https://github.com/b4m-oss/hyogen-md](https://github.com/b4m-oss/hyogen-md)
26
26
 
@@ -34,7 +34,7 @@ TypeScript / JavaScript 向けの拡張 Markdown テンプレートエンジン
34
34
  npm install @b4moss/hyogen-md
35
35
  ```
36
36
 
37
- **Node.js >= 20** が必要です。
37
+ **Node.js >= 24** が必要です。
38
38
 
39
39
  ---
40
40
 
@@ -87,7 +87,7 @@ const { files, warnings } = await build({
87
87
  });
88
88
  ```
89
89
 
90
- API の詳細: [dev-docs/specs/api.md](https://github.com/b4m-oss/hyogen-md/blob/develop/dev-docs/specs/api.md)。
90
+ API の詳細: [docs/specs/api.md](https://github.com/b4m-oss/hyogen-md/blob/develop/docs/specs/api.md)。
91
91
 
92
92
  ---
93
93
 
@@ -98,7 +98,7 @@ API の詳細: [dev-docs/specs/api.md](https://github.com/b4m-oss/hyogen-md/blob
98
98
  | `app/` | npm 公開するライブラリ(`dist` + README / LICENSE) |
99
99
  | `docs-site/` | [GitHub Pages](https://hyogenmd.oss.b4m.jp) 上のドキュメントサイト + Playground(**npm 非同梱**) |
100
100
  | `user-docs/` | 利用者向けドキュメント(例: [changelog](https://github.com/b4m-oss/hyogen-md/blob/develop/user-docs/changelog_ja.md)) |
101
- | `dev-docs/` | 仕様・ロードマップ(**日本語**・メンテナー向け) |
101
+ | `docs/` | 仕様・ロードマップ(**日本語**・メンテナー向け) |
102
102
 
103
103
  ### ドキュメントサイト & Playground
104
104
 
@@ -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% 以上。CI / Codecov 連携はまだありません。
126
+ coverage バッジはライブラリ(`app/`)の Vitest **statement カバレッジ概算(約 84%)**です。初期リリース目標は 50% 以上。カバレッジは `main` への push 時に `.github/workflows/quality.yml` から Codecov へアップロードされます。
127
127
 
128
128
  ---
129
129