@spotify-confidence/openfeature-server-provider-local 0.15.1 → 0.15.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 CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.15.2](https://github.com/spotify/confidence-resolver/compare/openfeature-provider-js-v0.15.1...openfeature-provider-js-v0.15.2) (2026-06-17)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * rust-guest bumped from 0.2.4 to 0.2.5
11
+
3
12
  ## [0.15.1](https://github.com/spotify/confidence-resolver/compare/openfeature-provider-js-v0.15.0...openfeature-provider-js-v0.15.1) (2026-06-05)
4
13
 
5
14
 
Binary file
@@ -1434,7 +1434,7 @@ function isObject(value) {
1434
1434
  function isSet$3(value) {
1435
1435
  return value !== null && value !== void 0;
1436
1436
  }
1437
- const VERSION = "0.15.1";
1437
+ const VERSION = "0.15.2";
1438
1438
  const NOOP_LOG_FN = Object.assign(() => {}, { enabled: false });
1439
1439
  const debugBackend = loadDebug();
1440
1440
  const logger$2 = new class LoggerImpl {