File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
packages/http-caching-proxy Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 32
32
"@loopback/build" : " ^0.7.0" ,
33
33
"@loopback/testlab" : " ^0.11.4" ,
34
34
"@types/debug" : " ^0.0.30" ,
35
- "@types/delay" : " ^2.0.1" ,
36
35
"@types/node" : " ^10.1.1" ,
37
36
"@types/p-event" : " ^1.3.0" ,
38
37
"@types/request-promise-native" : " ^1.0.14" ,
39
38
"@types/rimraf" : " ^2.0.2" ,
40
- "delay" : " ^3.0 .0"
39
+ "delay" : " ^3.1 .0"
41
40
},
42
41
"keywords" : [
43
42
" LoopBack" ,
Original file line number Diff line number Diff line change 4
4
// License text available at https://opensource.org/licenses/MIT
5
5
6
6
import { expect } from '@loopback/testlab' ;
7
- import * as delay from 'delay' ;
7
+ import delay from 'delay' ;
8
8
import * as http from 'http' ;
9
9
import { AddressInfo } from 'net' ;
10
10
import * as pEvent from 'p-event' ;
You can’t perform that action at this time.
0 commit comments