File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 30
30
"license" : " Apache-2.0" ,
31
31
"devDependencies" : {
32
32
"@compodoc/compodoc" : " ^1.1.7" ,
33
- "@types/arrify" : " ^1.0.4" ,
34
33
"@types/extend" : " ^3.0.0" ,
35
34
"@types/mocha" : " ^5.2.4" ,
36
35
"@types/node" : " ^10.5.2" ,
41
40
"codecov" : " ^3.0.4" ,
42
41
"gts" : " ^0.9.0" ,
43
42
"intelli-espower-loader" : " ^1.0.1" ,
43
+ "linkinator" : " ^1.1.2" ,
44
44
"mocha" : " ^6.0.0" ,
45
45
"nyc" : " ^13.0.0" ,
46
46
"proxyquire" : " ^2.0.1" ,
47
47
"sinon" : " ^7.0.0" ,
48
48
"source-map-support" : " ^0.5.6" ,
49
49
"through2" : " ^3.0.0" ,
50
50
"typescript" : " ^3.0.0" ,
51
- "uuid" : " ^3.3.2" ,
52
- "linkinator" : " ^1.1.2"
51
+ "uuid" : " ^3.3.2"
53
52
},
54
53
"dependencies" : {
55
- "arrify" : " ^1 .0.1 " ,
54
+ "arrify" : " ^2 .0.0 " ,
56
55
"extend" : " ^3.0.1" ,
57
56
"split-array-stream" : " ^2.0.0" ,
58
57
"stream-events" : " ^1.0.4"
Original file line number Diff line number Diff line change 18
18
* @module common/paginator
19
19
*/
20
20
21
- import * as arrify from 'arrify' ;
21
+ import arrify = require ( 'arrify' ) ;
22
22
import * as extend from 'extend' ;
23
23
import { split } from 'split-array-stream' ;
24
24
import { Transform , TransformOptions } from 'stream' ;
You can’t perform that action at this time.
0 commit comments