@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.
package/.yarn/install-state.gz
CHANGED
|
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.
|
package/lib/package.json
CHANGED