@devcycle/types
Advanced tools
Comparing version 1.10.1 to 1.10.2
@@ -1094,4 +1094,8 @@ 'use strict'; | ||
/** | ||
* Ably information used for establishing connections | ||
* SSE information used for establishing connections. | ||
*/ | ||
sse; | ||
/** | ||
* @deprecated Deprecated ably connection/configuration | ||
*/ | ||
ably; | ||
@@ -1098,0 +1102,0 @@ } |
@@ -1080,4 +1080,8 @@ import isString from 'lodash/isString'; | ||
/** | ||
* Ably information used for establishing connections | ||
* SSE information used for establishing connections. | ||
*/ | ||
sse; | ||
/** | ||
* @deprecated Deprecated ably connection/configuration | ||
*/ | ||
ably; | ||
@@ -1084,0 +1088,0 @@ } |
{ | ||
"name": "@devcycle/types", | ||
"version": "1.10.1", | ||
"version": "1.10.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "./index.cjs.js", |
@@ -47,4 +47,12 @@ import { Project, Environment, Variable, Variation, ListAudience, Audience, FeatureConfiguration, Rollout, RolloutStage, Feature, Target } from './models'; | ||
/** | ||
* Ably information used for establishing connections | ||
* SSE information used for establishing connections. | ||
*/ | ||
sse?: { | ||
hostname: string; | ||
path: string; | ||
channel: string; | ||
}; | ||
/** | ||
* @deprecated Deprecated ably connection/configuration | ||
*/ | ||
ably?: { | ||
@@ -51,0 +59,0 @@ apiKey: string; |
@@ -47,4 +47,12 @@ import { Project, Environment, Variable, Variation, ListAudience, Audience, FeatureConfiguration, Rollout, RolloutStage, Feature, Target } from './models'; | ||
/** | ||
* Ably information used for establishing connections | ||
* SSE information used for establishing connections. | ||
*/ | ||
sse?: { | ||
hostname: string; | ||
path: string; | ||
channel: string; | ||
}; | ||
/** | ||
* @deprecated Deprecated ably connection/configuration | ||
*/ | ||
ably?: { | ||
@@ -51,0 +59,0 @@ apiKey: 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
129850
4323