configcat-common
Advanced tools
Comparing version 5.3.0 to 6.0.0
@@ -82,3 +82,3 @@ "use strict"; | ||
OptionsBase.prototype.getUrl = function () { | ||
return this.baseUrl + "/configuration-files/" + this.apiKey + "/" + this.configFileName + ".json"; | ||
return this.baseUrl + "/configuration-files/" + this.apiKey + "/" + this.configFileName + ".json" + "?sdk=" + this.clientVersion; | ||
}; | ||
@@ -85,0 +85,0 @@ OptionsBase.prototype.getCacheKey = function () { |
@@ -82,3 +82,3 @@ "use strict"; | ||
OptionsBase.prototype.getUrl = function () { | ||
return this.baseUrl + "/configuration-files/" + this.apiKey + "/" + this.configFileName + ".json"; | ||
return this.baseUrl + "/configuration-files/" + this.apiKey + "/" + this.configFileName + ".json" + "?sdk=" + this.clientVersion; | ||
}; | ||
@@ -85,0 +85,0 @@ OptionsBase.prototype.getCacheKey = function () { |
@@ -79,3 +79,3 @@ var __extends = (this && this.__extends) || (function () { | ||
OptionsBase.prototype.getUrl = function () { | ||
return this.baseUrl + "/configuration-files/" + this.apiKey + "/" + this.configFileName + ".json"; | ||
return this.baseUrl + "/configuration-files/" + this.apiKey + "/" + this.configFileName + ".json" + "?sdk=" + this.clientVersion; | ||
}; | ||
@@ -82,0 +82,0 @@ OptionsBase.prototype.getCacheKey = function () { |
{ | ||
"name": "configcat-common", | ||
"version": "5.3.0", | ||
"version": "6.0.0", | ||
"description": "ConfigCat is a configuration as a service that lets you manage your features and configurations without actually deploying new code.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
442219
0