@calcit/procs 0.13.31 → 0.13.32

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.
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.32",
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.32",
4
4
  "main": "./lib/calcit.procs.mjs",
5
5
  "devDependencies": {
6
6
  "@types/node": "^25.7.0",