twilio-taskrouter 2.0.4 → 2.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- /*! twilio-taskrouter.js 2.0.4 */
1
+ /*! twilio-taskrouter.js 2.0.6 */
package/dist/types.d.ts CHANGED
@@ -331,6 +331,7 @@ export interface WorkerOptions {
331
331
  wsServer?: string;
332
332
  eventHandlerClass?: typeof TaskRouterEventHandler;
333
333
  region?: string;
334
+ enableVersionCheck?: boolean;
334
335
  }
335
336
 
336
337
  export interface TaskOptions {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "twilio-taskrouter",
3
3
  "title": "Twilio TaskRouter",
4
- "version": "2.0.4",
4
+ "version": "2.0.6",
5
5
  "description": "Twilio TaskRouter JavaScript library",
6
6
  "homepage": "https://www.twilio.com",
7
7
  "author": "Wanjun Li <wli@twilio.com>",