diffusion
Advanced tools
Comparing version 5.9.17 to 5.9.18
{ | ||
"name": "diffusion", | ||
"version": "5.9.17", | ||
"version": "5.9.18", | ||
"description": "Diffusion JavaScript Client", | ||
@@ -5,0 +5,0 @@ "keywords" : ["diffusion", "cloud", "websockets", "data"], |
@@ -36,5 +36,5 @@ var SessionImpl = require('session/session-impl'); | ||
*/ | ||
version: '5.9.17', | ||
version: '5.9.18', | ||
build: '17_01#53276', | ||
build: '18_dev#internal', | ||
@@ -41,0 +41,0 @@ /** |
@@ -1,5 +0,6 @@ | ||
import {Subscription} from './subscription.d'; | ||
export interface TypedSubscription extends Subscription { | ||
import {Stream} from "./stream"; | ||
export interface TypedSubscription extends Stream { | ||
selector: string; | ||
} |
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
652728
17616