@calcit/procs 0.12.37 → 0.12.38

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.
Binary file
@@ -0,0 +1,6 @@
1
+ # 2026-06-03 check-md entry modules 与文档校验改进
2
+
3
+ - `cr docs check-md` 现在默认读取 `entry`(如 `demos/calcit.cirru`)里的 `configs.modules`,并与 CLI 的 `--dep` 合并去重,避免每次手动重复传依赖。
4
+ - `check-md` 的 `no-run` 模式在找不到默认入口定义时,增加了对 `app.*` 命名空间定义的回退编译检查,提升示例片段可检性。
5
+ - 更新 `check-md` 帮助文案,明确 `--dep` 是额外依赖,默认依赖来自 `entry configs.modules`。
6
+ - 新增单元测试覆盖 `entry modules + --dep` 合并去重逻辑,并通过 `docs check-md` 实测验证 `respo` 文档在不显式传 `--dep` 时可通过。
@@ -0,0 +1,6 @@
1
+ # 2026-06-03 release 0.12.38
2
+
3
+ - 在功能提交通过 PR Actions 后,执行版本升级为 `0.12.38`。
4
+ - 同步更新 `Cargo.toml` 与 `package.json` 的版本号。
5
+ - 执行 `cargo update --workspace`,更新 `Cargo.lock` 中工作区版本引用到 `0.12.38`。
6
+ - 发布前置流程保持不变:等待升级提交再次通过 CI,再打 tag 与创建 GitHub release 触发发布。
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@calcit/procs",
3
- "version": "0.12.37",
3
+ "version": "0.12.38",
4
4
  "main": "./lib/calcit.procs.mjs",
5
5
  "devDependencies": {
6
6
  "@types/node": "^25.7.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@calcit/procs",
3
- "version": "0.12.37",
3
+ "version": "0.12.38",
4
4
  "main": "./lib/calcit.procs.mjs",
5
5
  "devDependencies": {
6
6
  "@types/node": "^25.7.0",