File tree Expand file tree Collapse file tree 4 files changed +17
-11
lines changed Expand file tree Collapse file tree 4 files changed +17
-11
lines changed Original file line number Diff line number Diff line change
1
+ 2.0.2
2
+ ==========
3
+ Bug Fixes
4
+ ----------
5
+ - Fixed ` axios.create is not a function ` when initializing a Worker
6
+
1
7
2.0.1
2
8
==========
3
9
New Features
Original file line number Diff line number Diff line change 1
1
import _ from 'lodash' ;
2
- import * as axios from 'axios' ;
2
+ import axios from 'axios' ;
3
3
import * as https from 'https' ;
4
4
import Configuration from './Configuration' ;
5
5
import Logger from './Logger' ;
Original file line number Diff line number Diff line change 55
55
"url" : " https://github.com/twilio/twilio-taskrouter.js.git"
56
56
},
57
57
"dependencies" : {
58
- "axios" : " ^1.6.0 " ,
58
+ "axios" : " ^1.6.7 " ,
59
59
"events" : " 3.3.0" ,
60
60
"jwt-decode" : " ^3.1.2" ,
61
61
"lodash" : " ^4.17.21" ,
Original file line number Diff line number Diff line change @@ -1848,12 +1848,12 @@ axios@^0.26.1:
1848
1848
dependencies :
1849
1849
follow-redirects "^1.14.8"
1850
1850
1851
- axios@^1.6.0 :
1852
- version "1.6.0 "
1853
- resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0 .tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102 "
1854
- integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg ==
1851
+ axios@^1.6.7 :
1852
+ version "1.6.7 "
1853
+ resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.7 .tgz#7b48c2e27c96f9c68a2f8f31e2ab19f59b06b0a7 "
1854
+ integrity sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA ==
1855
1855
dependencies :
1856
- follow-redirects "^1.15.0 "
1856
+ follow-redirects "^1.15.4 "
1857
1857
form-data "^4.0.0"
1858
1858
proxy-from-env "^1.1.0"
1859
1859
@@ -2948,10 +2948,10 @@ follow-redirects@^1.14.8:
2948
2948
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
2949
2949
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
2950
2950
2951
- follow-redirects@^1.15.0 :
2952
- version "1.15.3 "
2953
- resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3 .tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a "
2954
- integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q ==
2951
+ follow-redirects@^1.15.4 :
2952
+ version "1.15.5 "
2953
+ resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5 .tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020 "
2954
+ integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw ==
2955
2955
2956
2956
for-each@^0.3.3 :
2957
2957
version "0.3.3"
You can’t perform that action at this time.
0 commit comments