@spotify-confidence/openfeature-server-provider-local 0.9.0 → 0.9.1
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 +9 -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
|
@@ -1409,7 +1409,7 @@ function isObject(value) {
|
|
|
1409
1409
|
function isSet$3(value) {
|
|
1410
1410
|
return value !== null && value !== void 0;
|
|
1411
1411
|
}
|
|
1412
|
-
const VERSION = "0.9.
|
|
1412
|
+
const VERSION = "0.9.1";
|
|
1413
1413
|
const NOOP_LOG_FN = Object.assign(() => {}, { enabled: false });
|
|
1414
1414
|
const debugBackend = loadDebug();
|
|
1415
1415
|
const logger$2 = new class LoggerImpl {
|