ssx/v1.1.1
Patch Changes
Update the ssx configuration to accept updated parameters for the server routes. These routes can now accept a more complex configuration, allow for different connections to different backends.
const ssx = new SSX({
providers: {
server: {
host: 'http://ssx-server-host.com'
routes: {
nonce: {
url: '/ssx-custom-nonce',
method: 'post'
}
}
}
}
});
- b25cbde: Update the
SSXServerRoutes
type to accept a route configuration compatible with Axios Request Config to allow for more complex server configurations. - Updated dependencies [b25cbde]
- @spruceid/[email protected]
- @spruceid/[email protected]