@spotify-confidence/client-http
Advanced tools
Comparing version 0.1.4 to 0.1.5
import { Configuration, ResolveContext } from './Configuration'; | ||
type SDK = { | ||
id: 'SDK_ID_JS_WEB_PROVIDER' | 'SDK_ID_JS_SERVER_PROVIDER'; | ||
id: 'SDK_ID_JS_WEB_PROVIDER' | 'SDK_ID_JS_SERVER_PROVIDER' | 'SDK_ID_JS_CONFIDENCE'; | ||
version: string; | ||
@@ -5,0 +5,0 @@ }; |
@@ -72,2 +72,3 @@ "use strict"; | ||
sendTime: new Date().toISOString(), | ||
sdk: this.sdk, | ||
}; | ||
@@ -74,0 +75,0 @@ yield this.fetchImplementation(`${this.baseUrl}/v1/flags:apply`, { |
export * from './client'; | ||
export * from './ApplyManager'; | ||
export * from './fetch-util'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -19,2 +19,3 @@ "use strict"; | ||
__exportStar(require("./ApplyManager"), exports); | ||
__exportStar(require("./fetch-util"), exports); | ||
//# sourceMappingURL=index.js.map |
import { Configuration, ResolveContext } from './Configuration'; | ||
type SDK = { | ||
id: 'SDK_ID_JS_WEB_PROVIDER' | 'SDK_ID_JS_SERVER_PROVIDER'; | ||
id: 'SDK_ID_JS_WEB_PROVIDER' | 'SDK_ID_JS_SERVER_PROVIDER' | 'SDK_ID_JS_CONFIDENCE'; | ||
version: string; | ||
@@ -5,0 +5,0 @@ }; |
@@ -69,2 +69,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
sendTime: new Date().toISOString(), | ||
sdk: this.sdk, | ||
}; | ||
@@ -71,0 +72,0 @@ yield this.fetchImplementation(`${this.baseUrl}/v1/flags:apply`, { |
export * from './client'; | ||
export * from './ApplyManager'; | ||
export * from './fetch-util'; | ||
//# sourceMappingURL=index.d.ts.map |
export * from './client'; | ||
export * from './ApplyManager'; | ||
export * from './fetch-util'; | ||
//# sourceMappingURL=index.js.map |
import { Configuration, ResolveContext } from './Configuration'; | ||
type SDK = { | ||
id: 'SDK_ID_JS_WEB_PROVIDER' | 'SDK_ID_JS_SERVER_PROVIDER'; | ||
id: 'SDK_ID_JS_WEB_PROVIDER' | 'SDK_ID_JS_SERVER_PROVIDER' | 'SDK_ID_JS_CONFIDENCE'; | ||
version: string; | ||
@@ -5,0 +5,0 @@ }; |
@@ -69,2 +69,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
sendTime: new Date().toISOString(), | ||
sdk: this.sdk, | ||
}; | ||
@@ -71,0 +72,0 @@ yield this.fetchImplementation(`${this.baseUrl}/v1/flags:apply`, { |
export * from './client'; | ||
export * from './ApplyManager'; | ||
export * from './fetch-util'; | ||
//# sourceMappingURL=index.d.ts.map |
export * from './client'; | ||
export * from './ApplyManager'; | ||
export * from './fetch-util'; | ||
//# sourceMappingURL=index.js.map |
# Changelog | ||
## [0.1.5](https://github.com/spotify/confidence-openfeature-provider-js/compare/client-http-v0.1.4...client-http-v0.1.5) (2024-04-04) | ||
### 🐛 Bug Fixes | ||
* **client-http:** do not retry aborted requests ([22c2e0d](https://github.com/spotify/confidence-openfeature-provider-js/commit/22c2e0d01a09acc512a334a70d386eb6cdb8e8e5)) | ||
### ✨ New Features | ||
* **client-http:** improved request logic ([81aee93](https://github.com/spotify/confidence-openfeature-provider-js/commit/81aee937921d28851400d63284c0ab3a7a882ed1)) | ||
* send sdk info with apply events ([6b95d0e](https://github.com/spotify/confidence-openfeature-provider-js/commit/6b95d0ea90059cae6fd71882a13a65ee84eb0e2c)) | ||
* total confidence sdk ([fe6ae99](https://github.com/spotify/confidence-openfeature-provider-js/commit/fe6ae9979fba51886005542ab5f3cc06a392bcc3)) | ||
## [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) | ||
@@ -4,0 +18,0 @@ |
{ | ||
"name": "@spotify-confidence/client-http", | ||
"license": "Apache-2.0", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"module": "build/esm/index.js", | ||
"main": "build/cjs/index.js", | ||
"types": "build/types/index.d.ts", | ||
"engineStrict": true, | ||
"engines": { | ||
"node": ">=18.17.0" | ||
}, | ||
"scripts": { | ||
@@ -17,3 +21,3 @@ "build:esm": "tsc -p tsconfig.esm.json", | ||
}, | ||
"gitHead": "f2461b20ffca3c56183193856fe529542e880be7" | ||
"gitHead": "86023f5a9cb5c641213ae7754be2395174754119" | ||
} |
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
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
244352
81
1686
3