@spotify-confidence/client-http
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -23,2 +23,5 @@ "use strict"; | ||
let schema = flag.schema; | ||
if (path === '') { | ||
return { value, schema }; | ||
} | ||
for (const part of path.split('.')) { | ||
@@ -25,0 +28,0 @@ if (typeof schema !== 'object') { |
@@ -20,2 +20,5 @@ export var Configuration; | ||
let schema = flag.schema; | ||
if (path === '') { | ||
return { value, schema }; | ||
} | ||
for (const part of path.split('.')) { | ||
@@ -22,0 +25,0 @@ if (typeof schema !== 'object') { |
@@ -20,2 +20,5 @@ export var Configuration; | ||
let schema = flag.schema; | ||
if (path === '') { | ||
return { value, schema }; | ||
} | ||
for (const part of path.split('.')) { | ||
@@ -22,0 +25,0 @@ if (typeof schema !== 'object') { |
# Changelog | ||
## [0.1.4](https://github.com/spotify/confidence-openfeature-provider-js/compare/client-http-v0.1.3...client-http-v0.1.4) (2024-02-01) | ||
### 🐛 Bug Fixes | ||
* allow the full flag to be resolved ([#56](https://github.com/spotify/confidence-openfeature-provider-js/issues/56)) ([fa4c7a8](https://github.com/spotify/confidence-openfeature-provider-js/commit/fa4c7a8641206b7212f50f7e42d953b3056e762c)) | ||
## [0.1.3](https://github.com/spotify/confidence-openfeature-provider-js/compare/client-http-v0.1.2...client-http-v0.1.3) (2024-01-22) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@spotify-confidence/client-http", | ||
"license": "Apache-2.0", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"module": "build/esm/index.js", | ||
@@ -17,3 +17,3 @@ "main": "build/cjs/index.js", | ||
}, | ||
"gitHead": "bf00676216a4c9ca3f59ac01d5bf444ab5c24f85" | ||
"gitHead": "f2461b20ffca3c56183193856fe529542e880be7" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
198384
1082