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
At the moment, all products are gathered into a single package. This can lead to problem of dependencies and can cause regression. Bumping the SDK means updating all products in one go which is not ideal.
A solution for this problem could be to split each product into its own package. By doing so, the scope of an update is much smaller. Also the size of the file to import in the browser could also be lower.
In this architecture:
@sdk/core = client
Each API got its own package. For instance, @scaleway-sdk/instance, @scaleway-sdk/baremetal
The text was updated successfully, but these errors were encountered:
At the moment, all products are gathered into a single package. This can lead to problem of dependencies and can cause regression. Bumping the SDK means updating all products in one go which is not ideal.
A solution for this problem could be to split each product into its own package. By doing so, the scope of an update is much smaller. Also the size of the file to import in the browser could also be lower.
In this architecture:
@sdk/core
= client@scaleway-sdk/instance
,@scaleway-sdk/baremetal
The text was updated successfully, but these errors were encountered: