File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 3030 "license" : " Apache-2.0" ,
3131 "devDependencies" : {
3232 "@compodoc/compodoc" : " ^1.1.7" ,
33- "@types/arrify" : " ^1.0.4" ,
3433 "@types/extend" : " ^3.0.0" ,
3534 "@types/mocha" : " ^5.2.4" ,
3635 "@types/node" : " ^10.5.2" ,
4140 "codecov" : " ^3.0.4" ,
4241 "gts" : " ^0.9.0" ,
4342 "intelli-espower-loader" : " ^1.0.1" ,
43+ "linkinator" : " ^1.1.2" ,
4444 "mocha" : " ^6.0.0" ,
4545 "nyc" : " ^13.0.0" ,
4646 "proxyquire" : " ^2.0.1" ,
4747 "sinon" : " ^7.0.0" ,
4848 "source-map-support" : " ^0.5.6" ,
4949 "through2" : " ^3.0.0" ,
5050 "typescript" : " ^3.0.0" ,
51- "uuid" : " ^3.3.2" ,
52- "linkinator" : " ^1.1.2"
51+ "uuid" : " ^3.3.2"
5352 },
5453 "dependencies" : {
55- "arrify" : " ^1 .0.1 " ,
54+ "arrify" : " ^2 .0.0 " ,
5655 "extend" : " ^3.0.1" ,
5756 "split-array-stream" : " ^2.0.0" ,
5857 "stream-events" : " ^1.0.4"
Original file line number Diff line number Diff line change 1818 * @module common/paginator
1919 */
2020
21- import * as arrify from 'arrify' ;
21+ import arrify = require ( 'arrify' ) ;
2222import * as extend from 'extend' ;
2323import { split } from 'split-array-stream' ;
2424import { Transform , TransformOptions } from 'stream' ;
You can’t perform that action at this time.
0 commit comments