- prepack!
- update deps
- monitoring as array of plugins
- update deps
Remove externalUrl
Adding telemetry options
onMessageReceived method at DeepstreamMonitoring interface receives socket user data ({ userId, serverData, clientData }) as second param in callback
Fixing publish issue due to a greedy import
Changing recieved to received
Changing permission callback to be much less verbose Changing auth callback to return an object instead of a callback to allow multiple endpoints
Adding a metaObject for monitoring and logs
Removing dependency on ts-essentials. Plugins that depend on this package now also need to install @deepstream/protobuf as a dev dependency
npm install --save-dev @deepstream/protobuf
This is required due to the typescript compilation stage, since the types are bundled into the same package
Attempt as moving all dependencies outside of production to minimize install size
Initial release of all custom types used by plugins