configcat-react
Advanced tools
Comparing version 3.0.2 to 3.1.0
@@ -29,3 +29,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.RefreshResult = exports.OverrideBehaviour = exports.User = exports.SettingKeyValue = exports.Comparator = exports.SettingType = exports.FormattableLogMessage = exports.LogLevel = exports.DataGovernance = exports.PollingMode = exports.withConfigCatClient = exports.useConfigCatClient = exports.useFeatureFlag = exports.ConfigCatProvider = exports.createFlagOverridesFromMap = exports.createConsoleLogger = void 0; | ||
exports.ClientReadyState = exports.RefreshResult = exports.OverrideBehaviour = exports.User = exports.SettingKeyValue = exports.Comparator = exports.SettingType = exports.FormattableLogMessage = exports.LogLevel = exports.DataGovernance = exports.PollingMode = exports.withConfigCatClient = exports.useConfigCatClient = exports.useFeatureFlag = exports.ConfigCatProvider = exports.createFlagOverridesFromMap = exports.createConsoleLogger = void 0; | ||
var configcatcommon = __importStar(require("configcat-common")); | ||
@@ -81,1 +81,3 @@ var configcat_common_1 = require("configcat-common"); | ||
Object.defineProperty(exports, "RefreshResult", { enumerable: true, get: function () { return configcat_common_10.RefreshResult; } }); | ||
var configcat_common_11 = require("configcat-common"); | ||
Object.defineProperty(exports, "ClientReadyState", { enumerable: true, get: function () { return configcat_common_11.ClientReadyState; } }); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = "3.0.2"; | ||
exports.default = "3.1.0"; |
@@ -36,1 +36,2 @@ import * as configcatcommon from "configcat-common"; | ||
export { RefreshResult } from "configcat-common"; | ||
export { ClientReadyState } from "configcat-common"; |
@@ -1,1 +0,1 @@ | ||
export default "3.0.2"; | ||
export default "3.1.0"; |
@@ -43,3 +43,3 @@ import type { IAutoPollOptions, IConfigCatLogger, ILazyLoadingOptions, IManualPollOptions, LogLevel, OverrideBehaviour, SettingValue } from "configcat-common"; | ||
export { SettingType, Comparator } from "configcat-common"; | ||
export type { IConfigCatClient } from "configcat-common"; | ||
export type { IConfigCatClient, IConfigCatClientSnapshot } from "configcat-common"; | ||
export { SettingKeyValue } from "configcat-common"; | ||
@@ -52,2 +52,3 @@ export type { IEvaluationDetails, SettingTypeOf } from "configcat-common"; | ||
export type { IProvidesHooks, HookEvents } from "configcat-common"; | ||
export { ClientReadyState } from "configcat-common"; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "configcat-react", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"scripts": { | ||
@@ -36,3 +36,3 @@ "build": "npm run build:esm && npm run build:cjs", | ||
"dependencies": { | ||
"configcat-common": "^8.0.2", | ||
"configcat-common": "^8.1.0", | ||
"tslib": "^2.4.1" | ||
@@ -39,0 +39,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
58183
769
Updatedconfigcat-common@^8.1.0