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
The CLI and library have different stability characteristics - usage as a library may have breaking changes in cases where usage as a CLI won't, and vice-versa. Splitting the packages will allow them to be versioned independently.
Also, the library is currently bundled to make the CLI boot faster, and this could be limited to the CLI package letting the library have a simpler build.
The text was updated successfully, but these errors were encountered:
The CLI and library have different stability characteristics - usage as a library may have breaking changes in cases where usage as a CLI won't, and vice-versa. Splitting the packages will allow them to be versioned independently.
Also, the library is currently bundled to make the CLI boot faster, and this could be limited to the CLI package letting the library have a simpler build.
The text was updated successfully, but these errors were encountered: