@calcit/procs 0.13.30 → 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
+ - 同 package 的应用和依赖模块现在复用应用 Snapshot 的 `<package>.$meta`,避免 self-module 迁移时把重复 meta 误判为命名空间冲突。
4
+ - 保留其它同名命名空间的冲突检查,并增加同 package meta 回归测试。
@@ -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.30",
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.30",
3
+ "version": "0.13.31",
4
4
  "main": "./lib/calcit.procs.mjs",
5
5
  "devDependencies": {
6
6
  "@types/node": "^25.7.0",