@spotify-confidence/sdk
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -77,3 +77,3 @@ "use strict"; | ||
id: 'SDK_ID_JS_CONFIDENCE', | ||
version: '0.0.3', | ||
version: '0.0.4', | ||
}; | ||
@@ -80,0 +80,0 @@ const flagResolverClient = new FlagResolverClient_1.FlagResolverClient({ |
@@ -45,3 +45,3 @@ "use strict"; | ||
eventTime: new Date().toISOString(), | ||
payload: Object.assign(Object.assign({}, context), { message: message }), | ||
payload: Object.assign(Object.assign({}, context), message), | ||
}); | ||
@@ -48,0 +48,0 @@ this.clearPendingFlush(); |
@@ -73,3 +73,3 @@ import { FlagResolverClient, FlagResolution } from './FlagResolverClient'; | ||
id: 'SDK_ID_JS_CONFIDENCE', | ||
version: '0.0.3', | ||
version: '0.0.4', | ||
}; | ||
@@ -76,0 +76,0 @@ const flagResolverClient = new FlagResolverClient({ |
@@ -42,3 +42,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
eventTime: new Date().toISOString(), | ||
payload: Object.assign(Object.assign({}, context), { message: message }), | ||
payload: Object.assign(Object.assign({}, context), message), | ||
}); | ||
@@ -45,0 +45,0 @@ this.clearPendingFlush(); |
@@ -73,3 +73,3 @@ import { FlagResolverClient, FlagResolution } from './FlagResolverClient'; | ||
id: 'SDK_ID_JS_CONFIDENCE', | ||
version: '0.0.3', | ||
version: '0.0.4', | ||
}; | ||
@@ -76,0 +76,0 @@ const flagResolverClient = new FlagResolverClient({ |
@@ -42,3 +42,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
eventTime: new Date().toISOString(), | ||
payload: Object.assign(Object.assign({}, context), { message: message }), | ||
payload: Object.assign(Object.assign({}, context), message), | ||
}); | ||
@@ -45,0 +45,0 @@ this.clearPendingFlush(); |
# Changelog | ||
## [0.0.4](https://github.com/spotify/confidence-openfeature-provider-js/compare/sdk-v0.0.3...sdk-v0.0.4) (2024-04-30) | ||
### 🔄 Refactoring | ||
* remove message container ([#122](https://github.com/spotify/confidence-openfeature-provider-js/issues/122)) ([fbc8c2a](https://github.com/spotify/confidence-openfeature-provider-js/commit/fbc8c2a12fd2b560b1722869c831dbf6b60c8cd4)) | ||
## [0.0.3](https://github.com/spotify/confidence-openfeature-provider-js/compare/sdk-v0.0.2...sdk-v0.0.3) (2024-04-24) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@spotify-confidence/sdk", | ||
"license": "Apache-2.0", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"module": "build/esm/index.js", | ||
@@ -25,3 +25,3 @@ "main": "build/cjs/index.js", | ||
}, | ||
"gitHead": "e434adc99a1668ffaf6ac95557a877b4af4c3cfb" | ||
"gitHead": "bf3ab8dd47e57a642759ac22ecfac8ecb9ae1d65" | ||
} |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
320983