@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 CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.1](https://github.com/spotify/confidence-resolver/compare/openfeature-provider-js-v0.9.0...openfeature-provider-js-v0.9.1) (2026-02-20)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * rust-guest bumped from 0.1.16 to 0.1.17
11
+
3
12
  ## [0.9.0](https://github.com/spotify/confidence-resolver/compare/openfeature-provider-js-v0.8.1...openfeature-provider-js-v0.9.0) (2026-02-19)
4
13
 
5
14
 
Binary file
@@ -1406,7 +1406,7 @@ function isObject(value) {
1406
1406
  function isSet$3(value) {
1407
1407
  return value !== null && value !== void 0;
1408
1408
  }
1409
- const VERSION = "0.9.0";
1409
+ const VERSION = "0.9.1";
1410
1410
  const NOOP_LOG_FN = Object.assign(() => {}, { enabled: false });
1411
1411
  const debugBackend = loadDebug();
1412
1412
  const logger$2 = new class LoggerImpl {