@atlaskit/feature-gate-js-client
Advanced tools
Comparing version 4.15.0 to 4.15.1
# @atlaskit/feature-gate-js-client | ||
## 4.15.1 | ||
### Patch Changes | ||
- [#89200](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89200) [`74d711290a14`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/74d711290a14) - Ensure the `DynamicConfig` class is exported, so that new instances can be created for testing. | ||
## 4.15.0 | ||
@@ -4,0 +10,0 @@ |
@@ -8,2 +8,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "DynamicConfig", { | ||
enumerable: true, | ||
get: function get() { | ||
return _statsigJsLite.DynamicConfig; | ||
} | ||
}); | ||
Object.defineProperty(exports, "EvaluationReason", { | ||
@@ -10,0 +16,0 @@ enumerable: true, |
@@ -7,2 +7,2 @@ "use strict"; | ||
exports.CLIENT_VERSION = void 0; | ||
var CLIENT_VERSION = exports.CLIENT_VERSION = "0.0.0-development"; | ||
var CLIENT_VERSION = exports.CLIENT_VERSION = "4.15.1"; |
@@ -7,2 +7,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "DynamicConfig", { | ||
enumerable: true, | ||
get: function get() { | ||
return _client.DynamicConfig; | ||
} | ||
}); | ||
Object.defineProperty(exports, "EvaluationReason", { | ||
@@ -9,0 +15,0 @@ enumerable: true, |
@@ -6,3 +6,3 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
import { CLIENT_VERSION } from './version'; | ||
export { EvaluationReason } from 'statsig-js-lite'; | ||
export { DynamicConfig, EvaluationReason } from 'statsig-js-lite'; | ||
export { FeatureGateEnvironment, PerimeterType } from './types'; | ||
@@ -9,0 +9,0 @@ const DEFAULT_CLIENT_KEY = 'client-default-key'; |
@@ -1,1 +0,1 @@ | ||
export const CLIENT_VERSION = "0.0.0-development"; | ||
export const CLIENT_VERSION = "4.15.1"; |
export { default, FeatureGateEnvironment, PerimeterType, | ||
// Statsig | ||
EvaluationReason } from './client'; | ||
DynamicConfig, EvaluationReason } from './client'; |
@@ -15,3 +15,3 @@ import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; | ||
import { CLIENT_VERSION } from './version'; | ||
export { EvaluationReason } from 'statsig-js-lite'; | ||
export { DynamicConfig, EvaluationReason } from 'statsig-js-lite'; | ||
export { FeatureGateEnvironment, PerimeterType } from './types'; | ||
@@ -18,0 +18,0 @@ var DEFAULT_CLIENT_KEY = 'client-default-key'; |
@@ -1,1 +0,1 @@ | ||
export var CLIENT_VERSION = "0.0.0-development"; | ||
export var CLIENT_VERSION = "4.15.1"; |
export { default, FeatureGateEnvironment, PerimeterType, | ||
// Statsig | ||
EvaluationReason } from './client'; | ||
DynamicConfig, EvaluationReason } from './client'; |
import { DynamicConfig, LocalOverrides } from 'statsig-js-lite'; | ||
import { FetcherOptions } from './fetcher'; | ||
import { ClientOptions, CustomAttributes, FromValuesClientOptions, GetExperimentOptions, GetExperimentValueOptions, Identifiers } from './types'; | ||
export type { DynamicConfig, EvaluationDetails, LocalOverrides, } from 'statsig-js-lite'; | ||
export { EvaluationReason } from 'statsig-js-lite'; | ||
export type { EvaluationDetails, LocalOverrides } from 'statsig-js-lite'; | ||
export { DynamicConfig, EvaluationReason } from 'statsig-js-lite'; | ||
export type { AnalyticsWebClient, ClientOptions, CustomAttributes, FromValuesClientOptions, GetExperimentOptions, GetExperimentValueOptions, Identifiers, InitializeValues, UpdateUserCompletionCallback, } from './types'; | ||
@@ -7,0 +7,0 @@ export { FeatureGateEnvironment, PerimeterType } from './types'; |
@@ -1,2 +0,2 @@ | ||
export type { AnalyticsWebClient, ClientOptions, CustomAttributes, FromValuesClientOptions, GetExperimentOptions, GetExperimentValueOptions, Identifiers, InitializeValues, UpdateUserCompletionCallback, DynamicConfig, EvaluationDetails, LocalOverrides, } from './client'; | ||
export { default, FeatureGateEnvironment, PerimeterType, EvaluationReason, } from './client'; | ||
export type { AnalyticsWebClient, ClientOptions, CustomAttributes, FromValuesClientOptions, GetExperimentOptions, GetExperimentValueOptions, Identifiers, InitializeValues, UpdateUserCompletionCallback, EvaluationDetails, LocalOverrides, } from './client'; | ||
export { default, FeatureGateEnvironment, PerimeterType, DynamicConfig, EvaluationReason, } from './client'; |
import { DynamicConfig, LocalOverrides } from 'statsig-js-lite'; | ||
import { FetcherOptions } from './fetcher'; | ||
import { ClientOptions, CustomAttributes, FromValuesClientOptions, GetExperimentOptions, GetExperimentValueOptions, Identifiers } from './types'; | ||
export type { DynamicConfig, EvaluationDetails, LocalOverrides, } from 'statsig-js-lite'; | ||
export { EvaluationReason } from 'statsig-js-lite'; | ||
export type { EvaluationDetails, LocalOverrides } from 'statsig-js-lite'; | ||
export { DynamicConfig, EvaluationReason } from 'statsig-js-lite'; | ||
export type { AnalyticsWebClient, ClientOptions, CustomAttributes, FromValuesClientOptions, GetExperimentOptions, GetExperimentValueOptions, Identifiers, InitializeValues, UpdateUserCompletionCallback, } from './types'; | ||
@@ -7,0 +7,0 @@ export { FeatureGateEnvironment, PerimeterType } from './types'; |
@@ -1,2 +0,2 @@ | ||
export type { AnalyticsWebClient, ClientOptions, CustomAttributes, FromValuesClientOptions, GetExperimentOptions, GetExperimentValueOptions, Identifiers, InitializeValues, UpdateUserCompletionCallback, DynamicConfig, EvaluationDetails, LocalOverrides, } from './client'; | ||
export { default, FeatureGateEnvironment, PerimeterType, EvaluationReason, } from './client'; | ||
export type { AnalyticsWebClient, ClientOptions, CustomAttributes, FromValuesClientOptions, GetExperimentOptions, GetExperimentValueOptions, Identifiers, InitializeValues, UpdateUserCompletionCallback, EvaluationDetails, LocalOverrides, } from './client'; | ||
export { default, FeatureGateEnvironment, PerimeterType, DynamicConfig, EvaluationReason, } from './client'; |
{ | ||
"name": "@atlaskit/feature-gate-js-client", | ||
"version": "4.15.0", | ||
"version": "4.15.1", | ||
"description": "Atlassians wrapper for the Statsig js-lite client.", | ||
@@ -5,0 +5,0 @@ "author": "Atlassian Pty Ltd", |
249027
3944