@amplitude/experiment-js-client
Advanced tools
Comparing version 1.12.3 to 1.13.0
@@ -77,2 +77,7 @@ import { ExperimentAnalyticsProvider } from './types/analytics'; | ||
/** | ||
* The interval to poll local evaluation flag configurations on `start()`. | ||
* Only used if `pollOnStart` is `true`. Minimum 60000. | ||
*/ | ||
flagConfigPollingIntervalMillis?: number; | ||
/** | ||
* Explicitly enable or disable calling {@link fetch()} on {@link start()}: | ||
@@ -142,2 +147,3 @@ * | ||
| **pollOnStart** | `true` | | ||
| **flagConfigPollingIntervalMillis** | `300000` | | ||
| **fetchOnStart** | `true` | | ||
@@ -144,0 +150,0 @@ | **automaticFetchOnAmplitudeIdentityChange** | `false` | |
{ | ||
"name": "@amplitude/experiment-js-client", | ||
"version": "1.12.3", | ||
"version": "1.13.0", | ||
"description": "Amplitude Experiment Javascript Client SDK", | ||
@@ -50,3 +50,3 @@ "keywords": [ | ||
], | ||
"gitHead": "9fb06dceedeb5f9d5b818ea1cfcc11a8b2ad4d2b" | ||
"gitHead": "bf08620775d5a1a3379eec3d7dea67e8dfcf3d7b" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
419180
10228