@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 +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 +3 -3
package/dist/index.node.js
CHANGED
|
@@ -1437,7 +1437,7 @@ function isObject(value) {
|
|
|
1437
1437
|
function isSet$3(value) {
|
|
1438
1438
|
return value !== null && value !== void 0;
|
|
1439
1439
|
}
|
|
1440
|
-
const VERSION = "0.15.
|
|
1440
|
+
const VERSION = "0.15.2";
|
|
1441
1441
|
const NOOP_LOG_FN = Object.assign(() => {}, { enabled: false });
|
|
1442
1442
|
const debugBackend = loadDebug();
|
|
1443
1443
|
const logger$2 = new class LoggerImpl {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spotify-confidence/openfeature-server-provider-local",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.2",
|
|
4
4
|
"description": "Spotify Confidence Open Feature provider",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"@types/node": "^24.0.1",
|
|
69
69
|
"@types/react": "^19",
|
|
70
70
|
"@types/react-dom": "^19",
|
|
71
|
-
"@vitest/coverage-v8": "^
|
|
71
|
+
"@vitest/coverage-v8": "^4.1.7",
|
|
72
72
|
"debug": "^4.4.3",
|
|
73
73
|
"dotenv": "^17.2.2",
|
|
74
74
|
"happy-dom": "^20.3.4",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"ts-proto": "^2.7.3",
|
|
81
81
|
"tsdown": "latest",
|
|
82
82
|
"typescript": "^5.9.3",
|
|
83
|
-
"vitest": "^
|
|
83
|
+
"vitest": "^4.1.7"
|
|
84
84
|
},
|
|
85
85
|
"peerDependencies": {
|
|
86
86
|
"@openfeature/core": "^1.0.0",
|