File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change
1
+ 2.1.0
2
+ ==========
3
+ New Features
4
+ ----------
5
+ - Introduced ` fetchWorkerInfo ` and ` fetchWorkersInfo ` methods in ` Workspace ` for retrieving worker information in a more structured format
6
+
7
+ Deprecations
8
+ ----------
9
+ - Deprecated ` fetchWorker ` and ` fetchWorkers ` in ` Workspace ` . <b >Please migrate to ` fetchWorkerInfo ` and ` fetchWorkersInfo ` .</b >
10
+
11
+ Bug fixes
12
+ ----------
13
+ - Fixed a bug with some node dependencies. ` graphql ` is now marked as ` peerDependencies ` .
14
+
1
15
2.0.13
2
16
==========
3
17
New Features
@@ -54,7 +68,7 @@ New Features
54
68
55
69
Bug fixes
56
70
----------
57
- - Added ` setWorkerAttributes ` and ` setWorkerActivity ` fields to Supervisor type declaration
71
+ - Added ` setWorkerAttributes ` and ` setWorkerActivity ` fields to Supervisor type declaration
58
72
59
73
2.0.7
60
74
==========
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " twilio-taskrouter" ,
3
3
"title" : " Twilio TaskRouter" ,
4
- "version" : " 2.0.15 -dev" ,
4
+ "version" : " 2.1.0 -dev" ,
5
5
"description" : " Twilio TaskRouter JavaScript library" ,
6
6
"homepage" : " https://www.twilio.com" ,
7
7
"author" :
" Wanjun Li <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments