You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSII modules should enforce that any dependency they take is also a peer dependency, as this is the least common denominator of all the runtimes that would be supported (aka it's the "easiest" way to manage dependencies).
The text was updated successfully, but these errors were encountered:
Any direct dependency to another jsii module must be recorded as a
peerDependency as well, guaranteeing a consistent behavior of
dependencies across all possible jsii runtimes.
BREAKING CHANGE: All direct dependencies must be duplicated in
peerDependencies unless they are in bundledDependencies.
Fixes#361
Any direct dependency to another jsii module must be recorded as a
peerDependency as well, guaranteeing a consistent behavior of
dependencies across all possible jsii runtimes.
BREAKING CHANGE: All direct dependencies must be duplicated in
peerDependencies unless they are in bundledDependencies.
Fixes#361
JSII modules should enforce that any dependency they take is also a peer dependency, as this is the least common denominator of all the runtimes that would be supported (aka it's the "easiest" way to manage dependencies).
The text was updated successfully, but these errors were encountered: