configcat-js-ssr
Advanced tools
Comparing version 3.1.0 to 3.2.0
@@ -34,3 +34,8 @@ import * as configcatcommon from "configcat-common"; | ||
} | ||
export declare type DataGovernance = configcatcommon.DataGovernance; | ||
export declare const DataGovernance: { | ||
/** Select this if your feature flags are published to all global CDN nodes. */ | ||
Global: configcatcommon.DataGovernance; | ||
/** Select this if your feature flags are published to CDN nodes only in the EU. */ | ||
EuOnly: configcatcommon.DataGovernance; | ||
}; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -45,1 +45,7 @@ "use strict"; | ||
exports.createConsoleLogger = createConsoleLogger; | ||
exports.DataGovernance = { | ||
/** Select this if your feature flags are published to all global CDN nodes. */ | ||
Global: configcatcommon.DataGovernance.Global, | ||
/** Select this if your feature flags are published to CDN nodes only in the EU. */ | ||
EuOnly: configcatcommon.DataGovernance.EuOnly | ||
}; |
{ | ||
"name": "configcat-js-ssr", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"description": "ConfigCat Feature Flags for Server Side Rendered apps like NuxtJS. Official ConfigCat SDK for Server Side Rendered to easily access feature flags.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
90732
198