@spotify-confidence/openfeature-server-provider-local 0.11.0 → 0.11.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.11.1](https://github.com/spotify/confidence-resolver/compare/openfeature-provider-js-v0.11.0...openfeature-provider-js-v0.11.1) (2026-03-26)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * rust-guest bumped from 0.1.20 to 0.1.21
11
+
3
12
  ## [0.11.0](https://github.com/spotify/confidence-resolver/compare/openfeature-provider-js-v0.10.1...openfeature-provider-js-v0.11.0) (2026-03-24)
4
13
 
5
14
 
Binary file
@@ -1418,7 +1418,7 @@ function isObject(value) {
1418
1418
  function isSet$3(value) {
1419
1419
  return value !== null && value !== void 0;
1420
1420
  }
1421
- const VERSION = "0.11.0";
1421
+ const VERSION = "0.11.1";
1422
1422
  const NOOP_LOG_FN = Object.assign(() => {}, { enabled: false });
1423
1423
  const debugBackend = loadDebug();
1424
1424
  const logger$2 = new class LoggerImpl {