Commit b89a114 1 parent dc23a09 commit b89a114 Copy full SHA for b89a114
File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 41
41
"devDependencies" : {
42
42
"@commitlint/cli" : " ^10.0.0" ,
43
43
"@commitlint/config-conventional" : " ^10.0.0" ,
44
- "@pact-foundation/pact" : " 9.8.0 " ,
44
+ "@pact-foundation/pact" : " 9.12.2 " ,
45
45
"@pact-foundation/pact-js-prettier-config" : " ^1.0.0" ,
46
46
"@types/supertest" : " 2.0.8" ,
47
47
"coveralls" : " 3.0.9" ,
61
61
"typescript" : " 3.8.3"
62
62
},
63
63
"peerDependencies" : {
64
- "@pact-foundation/pact" : " ^8.2.4 || ^9.0.1 " ,
64
+ "@pact-foundation/pact" : " ^9.12.2 " ,
65
65
"jest" : " ^24.0.0 || ^25.0.0 || ^26.0.0"
66
66
},
67
67
"dependencies" : {
Original file line number Diff line number Diff line change 1
1
import { MessageConsumerPact , Pact } from '@pact-foundation/pact' ;
2
- import {
3
- MessageConsumerOptions ,
4
- PactOptions ,
5
- } from '@pact-foundation/pact/dsl/options' ;
2
+ import { MessageConsumerOptions , PactOptions } from '@pact-foundation/pact' ;
6
3
import { WrapperWithOnlyAndSkip } from './internal/types' ;
7
4
8
5
interface ExtraOptions {
You can’t perform that action at this time.
0 commit comments