@calcit/procs 0.13.54 → 0.13.55
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/.yarn/install-state.gz
CHANGED
|
Binary file
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
# FileEntry struct support in format migration
|
|
2
|
+
|
|
3
|
+
- 修复 0.13.54 format-only migration loader 只接受 `FileEntry` map、不能读取 struct 的回归。
|
|
4
|
+
- 统一 formatter 与普通严格 loader 对现代 `FileEntry` map/struct 的接受范围,不扩大 direct-quote runtime 兼容边界。
|
|
5
|
+
- 增加与 Calcit 0.13.51 schema migration 输出一致的 `%FileEntry` struct 回归 fixture。
|
|
6
|
+
- 缺陷由 `calcit-paint` 的真实 direct quote → strict macro schema → current formatter 升级链发现并记录为 Issue #493。
|
package/lib/package.json
CHANGED