@calcit/procs 0.13.41 → 0.13.42

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,10 @@
1
+ # Skip transitive copies of the project package
2
+
3
+ - A project's direct dependency can reintroduce that same package through a
4
+ transitive dependency. Current namespace collision checks then rejected the
5
+ project source during normal compile and static-analysis commands.
6
+ - Added a project-level merge path that drops only namespaces belonging to the
7
+ root package before applying the existing strict module merge. Direct module
8
+ conflict checks remain unchanged.
9
+ - Added a regression test and verified the real respo-markdown project against
10
+ the current Respo dependency graph.
@@ -0,0 +1,6 @@
1
+ # Release 0.13.42
2
+
3
+ - Publish the project-module merge fix from PR #404.
4
+ - This permits a library to validate itself when a direct dependency includes
5
+ the same package transitively, while preserving strict cross-package module
6
+ conflicts.
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@calcit/procs",
3
- "version": "0.13.41",
3
+ "version": "0.13.42",
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.41",
3
+ "version": "0.13.42",
4
4
  "main": "./lib/calcit.procs.mjs",
5
5
  "devDependencies": {
6
6
  "@types/node": "^25.7.0",