@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 CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.14.2](https://github.com/spotify/confidence-resolver/compare/openfeature-provider-js-v0.14.1...openfeature-provider-js-v0.14.2) (2026-05-27)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * rust-guest bumped from 0.2.2 to 0.2.3
11
+
12
+ ## [0.14.1](https://github.com/spotify/confidence-resolver/compare/openfeature-provider-js-v0.14.0...openfeature-provider-js-v0.14.1) (2026-05-21)
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * The following workspace dependencies were updated
18
+ * dependencies
19
+ * rust-guest bumped from 0.2.1 to 0.2.2
20
+
3
21
  ## [0.14.0](https://github.com/spotify/confidence-resolver/compare/openfeature-provider-js-v0.13.1...openfeature-provider-js-v0.14.0) (2026-05-13)
4
22
 
5
23
 
Binary file
@@ -1430,7 +1430,7 @@ function isObject(value) {
1430
1430
  function isSet$3(value) {
1431
1431
  return value !== null && value !== void 0;
1432
1432
  }
1433
- const VERSION = "0.14.0";
1433
+ const VERSION = "0.14.2";
1434
1434
  const NOOP_LOG_FN = Object.assign(() => {}, { enabled: false });
1435
1435
  const debugBackend = loadDebug();
1436
1436
  const logger$2 = new class LoggerImpl {