@calcit/procs 0.13.32 → 0.13.33
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,5 @@
|
|
|
1
|
+
# 2026-08-23 Fix cross-package namespace merge validation
|
|
2
|
+
|
|
3
|
+
- Restrict same-package cycle preservation to modules with matching package identity.
|
|
4
|
+
- Preserve conflict errors for cross-package modules that claim a target namespace.
|
|
5
|
+
- Avoid rebuilding the target namespace prefix inside the merge loop.
|
package/lib/package.json
CHANGED