@devcycle/types
Advanced tools
Comparing version 1.12.1 to 1.12.2
{ | ||
"name": "@devcycle/types", | ||
"version": "1.12.1", | ||
"version": "1.12.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "./index.cjs.js", |
@@ -63,3 +63,3 @@ import { Project, Environment, Variable, Variation, ListAudience, Audience, FeatureConfiguration, Rollout, RolloutStage, Feature, Target } from './models'; | ||
*/ | ||
clientSDKKey: string; | ||
clientSDKKey?: string; | ||
} |
@@ -63,3 +63,3 @@ import { Project, Environment, Variable, Variation, ListAudience, Audience, FeatureConfiguration, Rollout, RolloutStage, Feature, Target } from './models'; | ||
*/ | ||
clientSDKKey: string; | ||
clientSDKKey?: 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
134902