configcat-js-ssr
Advanced tools
Comparing version 3.7.1 to 3.7.2
@@ -11,3 +11,3 @@ "use strict"; | ||
function createClient(sdkKey, options) { | ||
return this.createClientWithAutoPoll(sdkKey, options); | ||
return createClientWithAutoPoll(sdkKey, options); | ||
} | ||
@@ -14,0 +14,0 @@ exports.createClient = createClient; |
{ | ||
"name": "configcat-js-ssr", | ||
"version": "3.7.1", | ||
"version": "3.7.2", | ||
"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
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
102991