@spotify-confidence/openfeature-server-provider-local 0.14.0 → 0.14.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/dist/confidence_resolver.wasm +0 -0
- package/dist/index.fetch.js +1 -1
- package/dist/index.inlined.js +2 -2
- package/dist/index.node.js +1 -1
- package/package.json +1 -1
package/dist/index.node.js
CHANGED
|
@@ -1433,7 +1433,7 @@ function isObject(value) {
|
|
|
1433
1433
|
function isSet$3(value) {
|
|
1434
1434
|
return value !== null && value !== void 0;
|
|
1435
1435
|
}
|
|
1436
|
-
const VERSION = "0.14.
|
|
1436
|
+
const VERSION = "0.14.2";
|
|
1437
1437
|
const NOOP_LOG_FN = Object.assign(() => {}, { enabled: false });
|
|
1438
1438
|
const debugBackend = loadDebug();
|
|
1439
1439
|
const logger$2 = new class LoggerImpl {
|