@furystack/websocket-api
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -14,3 +14,3 @@ "use strict"; | ||
class WebSocketContext { | ||
constructor(identityService, incomingMessage, ws, injector = new inject_1.Injector()) { | ||
constructor(identityService, incomingMessage, ws, injector = inject_1.Injector.Default) { | ||
this.identityService = identityService; | ||
@@ -17,0 +17,0 @@ this.incomingMessage = incomingMessage; |
{ | ||
"name": "@furystack/websocket-api", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "HTTP Api FuryStack package", | ||
@@ -58,4 +58,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@furystack/core": "^0.3.0", | ||
"@furystack/http-api": "^0.4.0", | ||
"@furystack/core": "^0.3.2", | ||
"@furystack/http-api": "^0.4.3", | ||
"@sensenet/client-utils": "^1.2.0", | ||
@@ -62,0 +62,0 @@ "@types/ws": "^6.0.1", |
@@ -46,3 +46,3 @@ import { IRole, IUser, visitorUser } from "@furystack/core"; | ||
constructor(private readonly identityService: IdentityService, private readonly incomingMessage: IncomingMessage, private ws: Ws, private readonly injector = new Injector()) { | ||
constructor(private readonly identityService: IdentityService, private readonly incomingMessage: IncomingMessage, private ws: Ws, private readonly injector = Injector.Default) { | ||
@@ -49,0 +49,0 @@ } |
Sorry, the diff of this file is not supported yet
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
56021
Updated@furystack/core@^0.3.2
Updated@furystack/http-api@^0.4.3