@calcit/procs 0.13.31 → 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.
Binary file
@@ -0,0 +1,3 @@
1
+ # Release 0.13.32
2
+
3
+ - Publish the same-package namespace cycle fix from the merged core PR.
@@ -0,0 +1,5 @@
1
+ # Same-package namespace loading
2
+
3
+ - Treat namespaces from the target package as already authoritative when a transitive dependency cycle lists them again.
4
+ - Keep rejecting conflicting namespaces that cross package boundaries.
5
+ - Add regression coverage for duplicate same-package namespaces with different snapshot content.
@@ -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.
@@ -0,0 +1,4 @@
1
+ # 2026-08-23 Release 0.13.33
2
+
3
+ - Preserve cross-package namespace conflicts while tolerating only existing same-package cycle namespaces.
4
+ - Add regression coverage for new same-package namespaces and cross-package target namespace conflicts.
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@calcit/procs",
3
- "version": "0.13.31",
3
+ "version": "0.13.33",
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.31",
3
+ "version": "0.13.33",
4
4
  "main": "./lib/calcit.procs.mjs",
5
5
  "devDependencies": {
6
6
  "@types/node": "^25.7.0",