configcat-common
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -19,3 +19,3 @@ "use strict"; | ||
var index_1 = require("./index"); | ||
var VERSION = getVersion(); | ||
var VERSION = "3.0.1"; | ||
var OptionsBase = /** @class */ (function () { | ||
@@ -104,11 +104,1 @@ function OptionsBase(apiKey, clientVersion, options) { | ||
exports.LazyLoadOptions = LazyLoadOptions; | ||
function getVersion() { | ||
var p; | ||
try { | ||
p = require("../../package.json"); | ||
} | ||
catch (_a) { | ||
p = require("../package.json"); | ||
} | ||
return p.version; | ||
} |
@@ -16,3 +16,3 @@ var __extends = (this && this.__extends) || (function () { | ||
import { LogLevel } from "./index"; | ||
var VERSION = getVersion(); | ||
var VERSION = "3.0.1"; | ||
var OptionsBase = /** @class */ (function () { | ||
@@ -101,11 +101,1 @@ function OptionsBase(apiKey, clientVersion, options) { | ||
export { LazyLoadOptions }; | ||
function getVersion() { | ||
var p; | ||
try { | ||
p = require("../../package.json"); | ||
} | ||
catch (_a) { | ||
p = require("../package.json"); | ||
} | ||
return p.version; | ||
} |
{ | ||
"name": "configcat-common", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"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/cjs/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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
193426
3861