@calcit/procs 0.13.29 → 0.13.31

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,4 @@
1
+ # 2026-08-22 00:00
2
+
3
+ - 发布 Calcit 0.13.30,包含 active entry 传递模块加载、循环依赖处理和重复命名空间冲突诊断。
4
+ - 该版本用于下游项目从旧 `compact.cirru`/`cr` 迁移到 canonical `calcit.cirru`/`calcit` 的 CI 验证。
@@ -0,0 +1,4 @@
1
+ # 2026-08-22 00:00
2
+
3
+ - 同 package 的应用和依赖模块现在复用应用 Snapshot 的 `<package>.$meta`,避免 self-module 迁移时把重复 meta 误判为命名空间冲突。
4
+ - 保留其它同名命名空间的冲突检查,并增加同 package meta 回归测试。
@@ -0,0 +1,5 @@
1
+ # 2026-08-22 00:00
2
+
3
+ - Calcit 模块加载现在会递归装载 active entry 声明的传递依赖,避免下游模块依赖的命名空间在项目检查或 JS 生成时缺失。
4
+ - 合并模块文件时允许内容完全相同的重复命名空间,仍拒绝同一命名空间下的不同内容。
5
+ - 使用最新 gen-code 项目和本地 Calcit 0.13.29 验证 `--check-only`,覆盖 `respo-ui.calcit -> js-ffi` 的真实依赖链。
@@ -0,0 +1,4 @@
1
+ # Release 0.13.31
2
+
3
+ - 发布同 package 模块合并时复用目标 `$meta` namespace 的修复,避免新版本在 legacy self-module layout 中重复加载 metadata。
4
+ - guidebook 等项目可继续使用 canonical `calcit.cirru` 与稳定 tag 依赖。
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@calcit/procs",
3
- "version": "0.13.29",
3
+ "version": "0.13.31",
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.13.29",
3
+ "version": "0.13.31",
4
4
  "main": "./lib/calcit.procs.mjs",
5
5
  "devDependencies": {
6
6
  "@types/node": "^25.7.0",