2.1.0 • Published 5 years ago
@isaacs/testing-bundle-dupes-b v2.1.0
testing-bundle-dupes
a@1 -> b@1
a@2 -> b@2Start:
root -> BUNDLE(a@1, b@1)
root
+-- b@1
+-- a@1Add a@2.0.0 to root (before b@2.1.0 publish time)
root
+-- b@1
+-- a@2.0.0
    +-- b@2.0.0b@2.1.0 is published
Add b@2.1.0 to root
Expect:
root
+-- b@2.1.0
+-- a@2.0.0