@spotify-confidence/openfeature-server-provider-local 0.14.1 → 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 +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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
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
|
+
|
|
3
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)
|
|
4
13
|
|
|
5
14
|
|
|
Binary file
|
package/dist/index.fetch.js
CHANGED
|
@@ -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.
|
|
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 {
|