@furystack/websocket-api
Advanced tools
Comparing version 0.4.5 to 0.4.6
@@ -1,2 +0,2 @@ | ||
import { IDisposable } from "@sensenet/client-utils"; | ||
import { Disposable } from "@sensenet/client-utils"; | ||
import { Data } from "ws"; | ||
@@ -6,3 +6,3 @@ export interface IWebSocketActionStatic { | ||
} | ||
export interface IWebSocketAction extends IDisposable { | ||
export interface IWebSocketAction extends Disposable { | ||
new: (...args: any[]) => IWebSocketActionStatic; | ||
@@ -9,0 +9,0 @@ authenticate: boolean; |
{ | ||
"name": "@furystack/websocket-api", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"description": "HTTP Api FuryStack package", | ||
@@ -58,5 +58,5 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@furystack/core": "^1.0.9", | ||
"@furystack/http-api": "^0.5.5", | ||
"@furystack/inject": "^1.0.8", | ||
"@furystack/core": "^1.0.10", | ||
"@furystack/http-api": "^0.5.6", | ||
"@furystack/inject": "^1.0.9", | ||
"@sensenet/client-utils": "^1.2.1", | ||
@@ -80,3 +80,3 @@ "ws": "^6.0.0" | ||
"typings": "./dist/index.d.ts", | ||
"gitHead": "5f79804932864b40d04209df5a8c8ec514e329e5" | ||
"gitHead": "625d3512cd6bfe9ea97d3dedde2023c0996970ab" | ||
} |
@@ -1,13 +0,13 @@ | ||
import { IDisposable } from "@sensenet/client-utils"; | ||
import { Disposable } from "@sensenet/client-utils"; | ||
import { Data } from "ws"; | ||
export interface IWebSocketActionStatic { | ||
canExecute(data: Data): boolean; | ||
canExecute(data: Data): boolean; | ||
} | ||
export interface IWebSocketAction extends IDisposable { | ||
new: (...args: any[]) => IWebSocketActionStatic; | ||
authenticate: boolean; | ||
authorize: string[]; | ||
execute(data: Data): void; | ||
export interface IWebSocketAction extends Disposable { | ||
new: (...args: any[]) => IWebSocketActionStatic; | ||
authenticate: boolean; | ||
authorize: string[]; | ||
execute(data: Data): void; | ||
} |
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
38785
Updated@furystack/core@^1.0.10
Updated@furystack/http-api@^0.5.6
Updated@furystack/inject@^1.0.9