@calcit/procs 0.13.29 → 0.13.30

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,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` 的真实依赖链。
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.30",
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.30",
4
4
  "main": "./lib/calcit.procs.mjs",
5
5
  "devDependencies": {
6
6
  "@types/node": "^25.7.0",