@4c/graphql-subscription-server
Advanced tools
Comparing version 3.0.2 to 3.0.3
{ | ||
"name": "@4c/graphql-subscription-server", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "4Catalyzer" |
@@ -22,3 +22,3 @@ "use strict"; | ||
const clientId = socket.id; | ||
this.log('debug', 'SubscriptionServer: new socket connection', { | ||
this.log('debug', 'new socket connection', { | ||
clientId, | ||
@@ -48,3 +48,3 @@ // @ts-expect-error private field | ||
this.log('debug', 'SubscriptionServer: socket disconnected', { | ||
this.log('debug', 'socket disconnected', { | ||
reason, | ||
@@ -51,0 +51,0 @@ clientId, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34853