@nsshunt/stsobservability 1.0.18 → 1.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/stsobservability.mjs +1 -1
- package/dist/stsobservability.mjs.map +1 -1
- package/dist/stsobservability.umd.js +1 -1
- package/dist/stsobservability.umd.js.map +1 -1
- package/package.json +2 -2
- package/types/socketioutils/socketIoClientHelper.d.ts +1 -2
- package/types/socketioutils/socketIoClientHelper.d.ts.map +1 -1
|
@@ -6680,7 +6680,7 @@ LogErrorMessage_fn3 = function(message) {
|
|
|
6680
6680
|
__privateGet(this, _options5).logger.error(message);
|
|
6681
6681
|
};
|
|
6682
6682
|
class SocketIoClientHelper {
|
|
6683
|
-
constructor(options) {
|
|
6683
|
+
constructor(options = {}) {
|
|
6684
6684
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
6685
6685
|
__privateAdd(this, _LogDebugMessage5);
|
|
6686
6686
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|