@amplitude/experiment-js-client
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.5.2](https://github.com/amplitude/experiment-js-client/compare/v1.5.1...v1.5.2) (2022-05-28) | ||
### Bug Fixes | ||
* polyfill object entries for ie11 ([5c318ea](https://github.com/amplitude/experiment-js-client/commit/5c318ea100dafb467c06bafef69414d88f7867ea)) | ||
## [1.5.1](https://github.com/amplitude/experiment-js-client/compare/v1.5.0...v1.5.1) (2022-05-12) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@amplitude/experiment-js-client", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "Javascript Client SDK for Amplitude Experiment", | ||
@@ -30,3 +30,3 @@ "main": "dist/experiment.umd.js", | ||
"dependencies": { | ||
"@amplitude/analytics-connector": "1.4.2", | ||
"@amplitude/analytics-connector": "1.4.3", | ||
"base64-js": "1.5.1", | ||
@@ -39,3 +39,3 @@ "unfetch": "4.1.0" | ||
}, | ||
"gitHead": "e2ad50b24522e92c6e4688d3d7567acd979f1edf" | ||
"gitHead": "08af5696e93a010e16a9ed7753e7e164e6fe4322" | ||
} |
Sorry, the diff of this file is too big to display
147254
3516
+ Added@amplitude/analytics-connector@1.4.3(transitive)
+ Added@amplitude/ua-parser-js@0.7.31(transitive)
- Removed@amplitude/analytics-connector@1.4.2(transitive)
- Removed@amplitude/ua-parser-js@0.7.26(transitive)