kameleoon-client-javascript
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -13,2 +13,3 @@ "use strict"; | ||
this.settings = configuration.configuration; | ||
this.configuration = configuration; | ||
this.experiments = configuration.experiments.reduce(function (obj, experiment) { | ||
@@ -15,0 +16,0 @@ obj[experiment.id] = new experiment_1.default(experiment); |
@@ -670,3 +670,3 @@ "use strict"; | ||
featureFlags: (_b = _this.configurations.configuration) === null || _b === void 0 ? void 0 : _b.featureFlags, | ||
featureFlagConfigurations: (_c = _this.configurations.configuration) === null || _c === void 0 ? void 0 : _c.featureFlagsV2, | ||
featureFlagConfigurations: (_c = _this.configurations.configuration) === null || _c === void 0 ? void 0 : _c.featureFlagConfigurations, | ||
configuration: _this.configurations.settings, | ||
@@ -673,0 +673,0 @@ }, |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.HttpMethod = void 0; | ||
var VERSION = "2.0.0"; | ||
var VERSION = "2.0.1"; | ||
var KameleoonUtils = /** @class */ (function () { | ||
@@ -6,0 +6,0 @@ function KameleoonUtils() { |
{ | ||
"name": "kameleoon-client-javascript", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "JavaScript SDK client", | ||
@@ -5,0 +5,0 @@ "main": "dist/kameleoonClient.js", |
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
134939
2992