configcat-js-ssr
Advanced tools
Comparing version 7.1.0 to 7.1.1
@@ -32,3 +32,3 @@ "use strict"; | ||
_b.trys.push([1, 3, , 4]); | ||
return [4 /*yield*/, (0, axios_1.default)(axiosConfig)]; | ||
return [4 /*yield*/, axios_1.default(axiosConfig)]; | ||
case 2: | ||
@@ -35,0 +35,0 @@ response = _b.sent(); |
@@ -1,1 +0,1 @@ | ||
export default "7.1.0"; | ||
export default "7.1.1"; |
@@ -43,3 +43,3 @@ import type { IAutoPollOptions, IConfigCatClient, IConfigCatLogger, ILazyLoadingOptions, IManualPollOptions, LogLevel, OverrideBehaviour, SettingValue } from "configcat-common"; | ||
} | ||
export type OptionsForPollingMode<TMode extends PollingMode | undefined> = TMode extends PollingMode.AutoPoll ? IJSAutoPollOptions : TMode extends PollingMode.ManualPoll ? IJSManualPollOptions : TMode extends PollingMode.LazyLoad ? IJSLazyLoadingOptions : TMode extends undefined ? IJSAutoPollOptions : never; | ||
export declare type OptionsForPollingMode<TMode extends PollingMode | undefined> = TMode extends PollingMode.AutoPoll ? IJSAutoPollOptions : TMode extends PollingMode.ManualPoll ? IJSManualPollOptions : TMode extends PollingMode.LazyLoad ? IJSLazyLoadingOptions : TMode extends undefined ? IJSAutoPollOptions : never; | ||
export { PollingMode } from "configcat-common"; | ||
@@ -46,0 +46,0 @@ export type { IOptions } from "configcat-common"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = "7.1.0"; | ||
exports.default = "7.1.1"; |
{ | ||
"name": "configcat-js-ssr", | ||
"version": "7.1.0", | ||
"version": "7.1.1", | ||
"description": "ConfigCat Feature Flags for Server Side Rendered apps like NuxtJS. Official ConfigCat SDK for Server Side Rendered to easily access feature flags.", | ||
@@ -49,3 +49,3 @@ "main": "lib/index.js", | ||
"axios": "^0.27.2", | ||
"configcat-common": "^8.1.0", | ||
"configcat-common": "^8.1.1", | ||
"tslib": "^2.4.1" | ||
@@ -79,3 +79,3 @@ }, | ||
"ts-loader": "^9.3.1", | ||
"typescript": "^4.9.4", | ||
"typescript": "^4.0.2", | ||
"webpack": "^5.77.0", | ||
@@ -82,0 +82,0 @@ "webpack-auto-inject-version": "^1.2.2", |
Sorry, the diff of this file is too big to display
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
156880
Updatedconfigcat-common@^8.1.1