@contract-case/case-core-plugin-http-dsl
Advanced tools
Comparing version 0.17.1 to 0.18.0
@@ -6,5 +6,3 @@ import { BaseSetupInfo, HasTypeForMockDescriptor } from '@contract-case/case-plugin-dsl-types'; | ||
export type AllHttpMockDescriptors = ConsumeHttpResponse | ProduceHttpResponse; | ||
export type HttpRequestConsumerSetup = HasTypeForMockDescriptor<typeof MOCK_HTTP_SERVER> & BaseSetupInfo & { | ||
baseUrl: string; | ||
}; | ||
export type HttpRequestConsumerSetup = HasTypeForMockDescriptor<typeof MOCK_HTTP_SERVER> & BaseSetupInfo; | ||
export type HttpRequestProducerSetup = HasTypeForMockDescriptor<typeof MOCK_HTTP_CLIENT> & BaseSetupInfo; | ||
@@ -11,0 +9,0 @@ export type ArbitraryConfig<T extends HttpMockDescriptorTypes> = BaseSetupInfo & { |
{ | ||
"name": "@contract-case/case-core-plugin-http-dsl", | ||
"version": "0.17.1", | ||
"version": "0.18.0", | ||
"description": "ContractCase HTTP plugin CaseExample definition DSL", | ||
@@ -62,3 +62,3 @@ "keywords": [ | ||
"rimraf": "^6.0.1", | ||
"ts-jest": "^29.1.5", | ||
"ts-jest": "^29.2.5", | ||
"ts-node": "^10.9.2", | ||
@@ -68,5 +68,5 @@ "typescript": "5.5.4" | ||
"dependencies": { | ||
"@contract-case/case-plugin-dsl-types": "^0.17.1" | ||
"@contract-case/case-plugin-dsl-types": "^0.18.0" | ||
}, | ||
"gitHead": "0fdf25453a567bc6433834374725954e3d2ff206" | ||
"gitHead": "9d63acd9233bdfcf1d0933517547faedaa6dc860" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
87196
392
+ Added@contract-case/case-plugin-dsl-types@0.18.0(transitive)
- Removed@contract-case/case-plugin-dsl-types@0.17.1(transitive)