@amplitude/experiment-js-client
Advanced tools
Comparing version 1.4.0 to 1.4.1-beta.0
@@ -28,3 +28,3 @@ /** | ||
flag_key: string; | ||
variant: string | null | undefined; | ||
variant?: string; | ||
}; | ||
@@ -31,0 +31,0 @@ /** |
{ | ||
"name": "@amplitude/experiment-js-client", | ||
"version": "1.4.0", | ||
"version": "1.4.1-beta.0", | ||
"description": "Javascript Client SDK for Amplitude Experiment", | ||
@@ -25,3 +25,2 @@ "main": "dist/experiment.umd.js", | ||
"license": "MIT", | ||
"private": false, | ||
"bugs": { | ||
@@ -32,3 +31,3 @@ "url": "https://github.com/amplitude/experiment-js-client/issues" | ||
"dependencies": { | ||
"@amplitude/analytics-connector": "^1.4.0", | ||
"@amplitude/analytics-connector": "1.4.1-beta.0", | ||
"base64-js": "1.5.1", | ||
@@ -41,3 +40,3 @@ "unfetch": "4.1.0" | ||
}, | ||
"gitHead": "7574b2a856d5f9a62ce72bb2c5de01505bf902f5" | ||
"gitHead": "0a910f04a64dafcf37b68be45ed7dca58fdd6acf" | ||
} |
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2902
132620
28
1
+ Added@amplitude/analytics-connector@1.4.1-beta.0(transitive)
+ Added@amplitude/ua-parser-js@0.7.26(transitive)
- Removed@amplitude/analytics-connector@1.6.3(transitive)
- Removed@amplitude/experiment-core@0.11.0(transitive)
- Removedjs-base64@3.7.7(transitive)